#96DE99

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

Shades of Granny Smith Apple #96DE99

Tints of Granny Smith Apple #96DE99

Color information

#96DE99 (or 0x96DE99) is unknown color: approx Granny Smith Apple. HEX triplet: 96, DE and 99. RGB value is (150,222,153). Sum of RGB (Red+Green+Blue) = 150+222+153=525 (69% of max value = 765). Red value is 150 (58.98% from 255 or 28.57% from 525); Green value is 222 (87.11% from 255 or 42.29% from 525); Blue value is 153 (60.16% from 255 or 29.14% from 525); Max value from RGB is 222 - color contains mainly: green. Hex color #96DE99 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #96DE99 is #692166. Grayscale: #C0C0C0. Windows color (decimal): -6889831 or 10083990. OLE color: 10083990.

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

Color convert

RGB150222153-
CMYK0.3200.310.13
HSL122.5º52.17%72.94%-
HSV(B)122.5º32.43%87.06%-
XYZ44.4561.0339.57-
YUV192.61105.6597.61-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 28.57%
GREEN value IS 222 (87.11% from 255) = 42.29%
BLUE value IS 153 (60.16% from 255) = 29.14%
R=28.57%
G=42.29%
B=29.14%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0
Y (Yellow) values IS 0.31
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1502221530.3200.310.13122.552.1772.94
Hex96DE992001FD7a3449
Octal226336231400371517264111
Binary100101101101111010011001100000011111110111110101101001001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #96DE99

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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