#99C940

Color #99C940 Atlantis (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Atlantis #99C940

Tints of Atlantis #99C940

Color information

#99C940 (or 0x99C940) is unknown color: approx Atlantis. HEX triplet: 99, C9 and 40. RGB value is (153,201,64). Sum of RGB (Red+Green+Blue) = 153+201+64=418 (55% of max value = 765). Red value is 153 (60.16% from 255 or 36.60% from 418); Green value is 201 (78.91% from 255 or 48.09% from 418); Blue value is 64 (25.39% from 255 or 15.31% from 418); Max value from RGB is 201 - color contains mainly: green. Hex color #99C940 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #99C940 is #6636BF. Grayscale: #ABABAB. Windows color (decimal): -6698688 or 4245913. OLE color: 4245913.

HSL color Cylindrical-coordinate representation of color #99C940: hue angle of 81.02º degrees, saturation: 0.56, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #99C940 is Cyan = 0.24, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.21.

Color convert

RGB15320164-
CMYK0.2400.680.21
HSL81.02º55.92%51.96%-
HSV(B)81.02º68.16%78.82%-
XYZ34.9548.9212.45-
YUV171.0367.6115.14-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 153 (60.16% from 255) = 36.60%
GREEN value IS 201 (78.91% from 255) = 48.09%
BLUE value IS 64 (25.39% from 255) = 15.31%
R=36.60%
G=48.09%
B=15.31%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.68
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal153201640.2400.680.2181.0255.9251.96
Hex99C9401804415513834
Octal231311100300104251217064
Binary100110011100100110000001100001000100101011010001111000110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #99C940

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #99C940; }

 p { color: rgb(153,201,64); }

 H1.HeaderClassName
 {
   color: #99C940;
 }
 .AnyTagClassName
 {
   color: #99C940;
 }
</style>
background-color css

<style>
 a { background-color: #99C940; }

 a { background-color: rgb(153,201,64); }

 div.DivClassName
 {
   background-color: #99C940;
 }
 .BgClassName
 {
   background-color: #99C940;
 }
</style>
border-color css

<style>
 span { border-color: #99C940; }

 span { border-color: rgb(153,201,64); }

 td.TdClassName
 {
   border-color: #99C940;
 }
 .TagClassName
 {
   border-color: #99C940;
 }
</style>