#96DE8E

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

Shades of Granny Smith Apple #96DE8E

Tints of Granny Smith Apple #96DE8E

Color information

#96DE8E (or 0x96DE8E) is unknown color: approx Granny Smith Apple. HEX triplet: 96, DE and 8E. RGB value is (150,222,142). Sum of RGB (Red+Green+Blue) = 150+222+142=514 (68% of max value = 765). Red value is 150 (58.98% from 255 or 29.18% from 514); Green value is 222 (87.11% from 255 or 43.19% from 514); Blue value is 142 (55.86% from 255 or 27.63% from 514); Max value from RGB is 222 - color contains mainly: green. Hex color #96DE8E is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #96DE8E is #692171. Grayscale: #BFBFBF. Windows color (decimal): -6889842 or 9363094. OLE color: 9363094.

HSL color Cylindrical-coordinate representation of color #96DE8E: hue angle of 114º degrees, saturation: 0.55, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #96DE8E is Cyan = 0.32, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.13.

Color convert

RGB150222142-
CMYK0.3200.360.13
HSL114º54.79%71.37%-
HSV(B)114º36.04%87.06%-
XYZ43.5860.6835.01-
YUV191.35100.1598.5-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 29.18%
GREEN value IS 222 (87.11% from 255) = 43.19%
BLUE value IS 142 (55.86% from 255) = 27.63%
R=29.18%
G=43.19%
B=27.63%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0
Y (Yellow) values IS 0.36
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1502221420.3200.360.1311454.7971.37
Hex96DE8E20024D723747
Octal226336216400441516267107
Binary1001011011011110100011101000000100100110111100101101111000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #96DE8E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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