#96C24C

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

Shades of Atlantis #96C24C

Tints of Atlantis #96C24C

Color information

#96C24C (or 0x96C24C) is unknown color: approx Atlantis. HEX triplet: 96, C2 and 4C. RGB value is (150,194,76). Sum of RGB (Red+Green+Blue) = 150+194+76=420 (55% of max value = 765). Red value is 150 (58.98% from 255 or 35.71% from 420); Green value is 194 (76.17% from 255 or 46.19% from 420); Blue value is 76 (30.08% from 255 or 18.10% from 420); Max value from RGB is 194 - color contains mainly: green. Hex color #96C24C is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #96C24C is #693DB3. Grayscale: #A7A7A7. Windows color (decimal): -6897076 or 5030550. OLE color: 5030550.

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

Color convert

RGB15019476-
CMYK0.2300.610.24
HSL82.37º49.17%52.94%-
HSV(B)82.37º60.82%76.08%-
XYZ33.1745.5913.89-
YUV167.3976.42115.59-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 35.71%
GREEN value IS 194 (76.17% from 255) = 46.19%
BLUE value IS 76 (30.08% from 255) = 18.10%
R=35.71%
G=46.19%
B=18.10%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0
Y (Yellow) values IS 0.61
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal150194760.2300.610.2482.3749.1752.94
Hex96C24C1703D18523135
Octal22630211427075301226165
Binary10010110110000101001100101110111101110001010010110001110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #96C24C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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