#96DA87

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

Shades of Granny Smith Apple #96DA87

Tints of Granny Smith Apple #96DA87

Color information

#96DA87 (or 0x96DA87) is unknown color: approx Granny Smith Apple. HEX triplet: 96, DA and 87. RGB value is (150,218,135). Sum of RGB (Red+Green+Blue) = 150+218+135=503 (66% of max value = 765). Red value is 150 (58.98% from 255 or 29.82% from 503); Green value is 218 (85.55% from 255 or 43.34% from 503); Blue value is 135 (53.12% from 255 or 26.84% from 503); Max value from RGB is 218 - color contains mainly: green. Hex color #96DA87 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #96DA87 is #692578. Grayscale: #BCBCBC. Windows color (decimal): -6890873 or 8903318. OLE color: 8903318.

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

Color convert

RGB150218135-
CMYK0.3100.380.15
HSL109.16º52.87%69.22%-
HSV(B)109.16º38.07%85.49%-
XYZ42.0258.3831.97-
YUV188.2197.97100.75-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 29.82%
GREEN value IS 218 (85.55% from 255) = 43.34%
BLUE value IS 135 (53.12% from 255) = 26.84%
R=29.82%
G=43.34%
B=26.84%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0
Y (Yellow) values IS 0.38
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1502181350.3100.380.15109.1652.8769.22
Hex96DA871F026F6d3545
Octal226332207370461715565105
Binary100101101101101010000111111110100110111111011011101011000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #96DA87

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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