#96D397

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

Shades of Granny Smith Apple #96D397

Tints of Granny Smith Apple #96D397

Color information

#96D397 (or 0x96D397) is unknown color: approx Granny Smith Apple. HEX triplet: 96, D3 and 97. RGB value is (150,211,151). Sum of RGB (Red+Green+Blue) = 150+211+151=512 (67% of max value = 765). Red value is 150 (58.98% from 255 or 29.30% from 512); Green value is 211 (82.81% from 255 or 41.21% from 512); Blue value is 151 (59.38% from 255 or 29.49% from 512); Max value from RGB is 211 - color contains mainly: green. Hex color #96D397 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #96D397 is #692C68. Grayscale: #BABABA. Windows color (decimal): -6892649 or 9950102. OLE color: 9950102.

HSL color Cylindrical-coordinate representation of color #96D397: hue angle of 120.98º degrees, saturation: 0.41, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #96D397 is Cyan = 0.29, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.17.

Color convert

RGB150211151-
CMYK0.2900.280.17
HSL120.98º40.94%70.78%-
HSV(B)120.98º28.91%82.75%-
XYZ41.4655.3137.77-
YUV185.92108.29102.38-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 29.30%
GREEN value IS 211 (82.81% from 255) = 41.21%
BLUE value IS 151 (59.38% from 255) = 29.49%
R=29.30%
G=41.21%
B=29.49%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0
Y (Yellow) values IS 0.28
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal1502111510.2900.280.17120.9840.9470.78
Hex96D3971D01C11792947
Octal226323227350342117151107
Binary100101101101001110010111111010111001000111110011010011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #96D397

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(150,211,151); }

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

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

 a { background-color: rgb(150,211,151); }

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

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

 span { border-color: rgb(150,211,151); }

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