#96C24D

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

Shades of Atlantis #96C24D

Tints of Atlantis #96C24D

Color information

#96C24D (or 0x96C24D) is unknown color: approx Atlantis. HEX triplet: 96, C2 and 4D. RGB value is (150,194,77). Sum of RGB (Red+Green+Blue) = 150+194+77=421 (55% of max value = 765). Red value is 150 (58.98% from 255 or 35.63% from 421); Green value is 194 (76.17% from 255 or 46.08% from 421); Blue value is 77 (30.47% from 255 or 18.29% from 421); Max value from RGB is 194 - color contains mainly: green. Hex color #96C24D is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #96C24D is #693DB2. Grayscale: #A7A7A7. Windows color (decimal): -6897075 or 5096086. OLE color: 5096086.

HSL color Cylindrical-coordinate representation of color #96C24D: hue angle of 82.56º degrees, saturation: 0.49, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #96C24D is Cyan = 0.23, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.24.

Color convert

RGB15019477-
CMYK0.2300.600.24
HSL82.56º48.95%53.14%-
HSV(B)82.56º60.31%76.08%-
XYZ33.2145.614.07-
YUV167.5176.92115.51-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 35.63%
GREEN value IS 194 (76.17% from 255) = 46.08%
BLUE value IS 77 (30.47% from 255) = 18.29%
R=35.63%
G=46.08%
B=18.29%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0
Y (Yellow) values IS 0.60
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal150194770.2300.600.2482.5648.9553.14
Hex96C24D1703C18533135
Octal22630211527074301236165
Binary10010110110000101001101101110111100110001010011110001110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #96C24D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #96C24D; }

 p { color: rgb(150,194,77); }

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

<style>
 a { background-color: #96C24D; }

 a { background-color: rgb(150,194,77); }

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

<style>
 span { border-color: #96C24D; }

 span { border-color: rgb(150,194,77); }

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