#96DC88

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

Shades of Granny Smith Apple #96DC88

Tints of Granny Smith Apple #96DC88

Color information

#96DC88 (or 0x96DC88) is unknown color: approx Granny Smith Apple. HEX triplet: 96, DC and 88. RGB value is (150,220,136). Sum of RGB (Red+Green+Blue) = 150+220+136=506 (67% of max value = 765). Red value is 150 (58.98% from 255 or 29.64% from 506); Green value is 220 (86.33% from 255 or 43.48% from 506); Blue value is 136 (53.52% from 255 or 26.88% from 506); Max value from RGB is 220 - color contains mainly: green. Hex color #96DC88 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #96DC88 is #692377. Grayscale: #BDBDBD. Windows color (decimal): -6890360 or 8969366. OLE color: 8969366.

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

Color convert

RGB150220136-
CMYK0.3200.380.14
HSL110º54.55%69.8%-
HSV(B)110º38.18%86.27%-
XYZ42.6159.4532.52-
YUV189.4997.8199.83-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 29.64%
GREEN value IS 220 (86.33% from 255) = 43.48%
BLUE value IS 136 (53.52% from 255) = 26.88%
R=29.64%
G=43.48%
B=26.88%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0
Y (Yellow) values IS 0.38
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1502201360.3200.380.1411054.5569.8
Hex96DC8820026E6e3746
Octal226334210400461615667106
Binary1001011011011100100010001000000100110111011011101101111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #96DC88

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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