#96DD8E

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

Shades of Granny Smith Apple #96DD8E

Tints of Granny Smith Apple #96DD8E

Color information

#96DD8E (or 0x96DD8E) is unknown color: approx Granny Smith Apple. HEX triplet: 96, DD and 8E. RGB value is (150,221,142). Sum of RGB (Red+Green+Blue) = 150+221+142=513 (67% of max value = 765). Red value is 150 (58.98% from 255 or 29.24% from 513); Green value is 221 (86.72% from 255 or 43.08% from 513); Blue value is 142 (55.86% from 255 or 27.68% from 513); Max value from RGB is 221 - color contains mainly: green. Hex color #96DD8E is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #96DD8E is #692271. Grayscale: #BFBFBF. Windows color (decimal): -6890098 or 9362838. OLE color: 9362838.

HSL color Cylindrical-coordinate representation of color #96DD8E: hue angle of 113.92º degrees, saturation: 0.54, 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 #96DD8E is Cyan = 0.32, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.13.

Color convert

RGB150221142-
CMYK0.3200.360.13
HSL113.92º53.74%71.18%-
HSV(B)113.92º35.75%86.67%-
XYZ43.3260.1534.92-
YUV190.76100.4898.92-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 29.24%
GREEN value IS 221 (86.72% from 255) = 43.08%
BLUE value IS 142 (55.86% from 255) = 27.68%
R=29.24%
G=43.08%
B=27.68%

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
Decimal1502211420.3200.360.13113.9253.7471.18
Hex96DD8E20024D723647
Octal226335216400441516266107
Binary1001011011011101100011101000000100100110111100101101101000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #96DD8E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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