#96DD92

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

Shades of Granny Smith Apple #96DD92

Tints of Granny Smith Apple #96DD92

Color information

#96DD92 (or 0x96DD92) is unknown color: approx Granny Smith Apple. HEX triplet: 96, DD and 92. RGB value is (150,221,146). Sum of RGB (Red+Green+Blue) = 150+221+146=517 (68% of max value = 765). Red value is 150 (58.98% from 255 or 29.01% from 517); Green value is 221 (86.72% from 255 or 42.75% from 517); Blue value is 146 (57.42% from 255 or 28.24% from 517); Max value from RGB is 221 - color contains mainly: green. Hex color #96DD92 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #96DD92 is #69226D. Grayscale: #BFBFBF. Windows color (decimal): -6890094 or 9624982. OLE color: 9624982.

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

Color convert

RGB150221146-
CMYK0.3200.340.13
HSL116.8º52.45%71.96%-
HSV(B)116.8º33.94%86.67%-
XYZ43.6260.2736.53-
YUV191.22102.4898.6-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 29.01%
GREEN value IS 221 (86.72% from 255) = 42.75%
BLUE value IS 146 (57.42% from 255) = 28.24%
R=29.01%
G=42.75%
B=28.24%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0
Y (Yellow) values IS 0.34
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1502211460.3200.340.13116.852.4571.96
Hex96DD9220022D753448
Octal226335222400421516564110
Binary1001011011011101100100101000000100010110111101011101001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #96DD92

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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