#96DC95

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

Shades of Granny Smith Apple #96DC95

Tints of Granny Smith Apple #96DC95

Color information

#96DC95 (or 0x96DC95) is unknown color: approx Granny Smith Apple. HEX triplet: 96, DC and 95. RGB value is (150,220,149). Sum of RGB (Red+Green+Blue) = 150+220+149=519 (68% of max value = 765). Red value is 150 (58.98% from 255 or 28.90% from 519); Green value is 220 (86.33% from 255 or 42.39% from 519); Blue value is 149 (58.59% from 255 or 28.71% from 519); Max value from RGB is 220 - color contains mainly: green. Hex color #96DC95 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #96DC95 is #69236A. Grayscale: #BFBFBF. Windows color (decimal): -6890347 or 9821334. OLE color: 9821334.

HSL color Cylindrical-coordinate representation of color #96DC95: hue angle of 119.15º degrees, saturation: 0.5, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #96DC95 is Cyan = 0.32, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.14.

Color convert

RGB150220149-
CMYK0.3200.320.14
HSL119.15º50.35%72.35%-
HSV(B)119.15º32.27%86.27%-
XYZ43.659.8437.69-
YUV190.98104.3198.77-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 28.90%
GREEN value IS 220 (86.33% from 255) = 42.39%
BLUE value IS 149 (58.59% from 255) = 28.71%
R=28.90%
G=42.39%
B=28.71%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0
Y (Yellow) values IS 0.32
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1502201490.3200.320.14119.1550.3572.35
Hex96DC9520020E773248
Octal226334225400401616762110
Binary1001011011011100100101011000000100000111011101111100101001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #96DC95

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(150,220,149); }

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

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

 a { background-color: rgb(150,220,149); }

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

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

 span { border-color: rgb(150,220,149); }

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