#96D08E

Color #96D08E Granny Smith Apple (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Granny Smith Apple #96D08E

Tints of Granny Smith Apple #96D08E

Color information

#96D08E (or 0x96D08E) is unknown color: approx Granny Smith Apple. HEX triplet: 96, D0 and 8E. RGB value is (150,208,142). Sum of RGB (Red+Green+Blue) = 150+208+142=500 (66% of max value = 765). Red value is 150 (58.98% from 255 or 30% from 500); Green value is 208 (81.64% from 255 or 41.6% from 500); Blue value is 142 (55.86% from 255 or 28.4% from 500); Max value from RGB is 208 - color contains mainly: green. Hex color #96D08E is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #96D08E is #692F71. Grayscale: #B7B7B7. Windows color (decimal): -6893426 or 9359510. OLE color: 9359510.

HSL color Cylindrical-coordinate representation of color #96D08E: hue angle of 112.73º degrees, saturation: 0.41, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #96D08E is Cyan = 0.28, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.18.

Color convert

RGB150208142-
CMYK0.2800.320.18
HSL112.73º41.25%68.63%-
HSV(B)112.73º31.73%81.57%-
XYZ40.0253.5533.82-
YUV183.13104.78104.37-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 30%
GREEN value IS 208 (81.64% from 255) = 41.6%
BLUE value IS 142 (55.86% from 255) = 28.4%
R=30%
G=41.6%
B=28.4%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0
Y (Yellow) values IS 0.32
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1502081420.2800.320.18112.7341.2568.63
Hex96D08E1C02012712945
Octal226320216340402216151105
Binary1001011011010000100011101110001000001001011100011010011000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #96D08E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(150,208,142); }

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

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

 a { background-color: rgb(150,208,142); }

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

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

 span { border-color: rgb(150,208,142); }

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