#96DA92

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

Shades of Granny Smith Apple #96DA92

Tints of Granny Smith Apple #96DA92

Color information

#96DA92 (or 0x96DA92) is unknown color: approx Granny Smith Apple. HEX triplet: 96, DA and 92. RGB value is (150,218,146). Sum of RGB (Red+Green+Blue) = 150+218+146=514 (68% of max value = 765). Red value is 150 (58.98% from 255 or 29.18% from 514); Green value is 218 (85.55% from 255 or 42.41% from 514); Blue value is 146 (57.42% from 255 or 28.40% from 514); Max value from RGB is 218 - color contains mainly: green. Hex color #96DA92 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #96DA92 is #69256D. Grayscale: #BDBDBD. Windows color (decimal): -6890862 or 9624214. OLE color: 9624214.

HSL color Cylindrical-coordinate representation of color #96DA92: hue angle of 116.67º degrees, saturation: 0.49, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #96DA92 is Cyan = 0.31, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.15.

Color convert

RGB150218146-
CMYK0.3100.330.15
HSL116.67º49.32%71.37%-
HSV(B)116.67º33.03%85.49%-
XYZ42.8458.736.27-
YUV189.46103.4799.85-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 29.18%
GREEN value IS 218 (85.55% from 255) = 42.41%
BLUE value IS 146 (57.42% from 255) = 28.40%
R=29.18%
G=42.41%
B=28.40%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0
Y (Yellow) values IS 0.33
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1502181460.3100.330.15116.6749.3271.37
Hex96DA921F021F753147
Octal226332222370411716561107
Binary100101101101101010010010111110100001111111101011100011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #96DA92

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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