#96DC9A

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

Shades of Granny Smith Apple #96DC9A

Tints of Granny Smith Apple #96DC9A

Color information

#96DC9A (or 0x96DC9A) is unknown color: approx Granny Smith Apple. HEX triplet: 96, DC and 9A. RGB value is (150,220,154). Sum of RGB (Red+Green+Blue) = 150+220+154=524 (69% of max value = 765). Red value is 150 (58.98% from 255 or 28.63% from 524); Green value is 220 (86.33% from 255 or 41.98% from 524); Blue value is 154 (60.55% from 255 or 29.39% from 524); Max value from RGB is 220 - color contains mainly: green. Hex color #96DC9A is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #96DC9A is #692365. Grayscale: #BFBFBF. Windows color (decimal): -6890342 or 10149014. OLE color: 10149014.

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

Color convert

RGB150220154-
CMYK0.3200.30.14
HSL123.43º50%72.55%-
HSV(B)123.43º31.82%86.27%-
XYZ446039.83-
YUV191.55106.8198.37-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 28.63%
GREEN value IS 220 (86.33% from 255) = 41.98%
BLUE value IS 154 (60.55% from 255) = 29.39%
R=28.63%
G=41.98%
B=29.39%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0
Y (Yellow) values IS 0.3
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1502201540.3200.30.14123.435072.55
Hex96DC9A2001EE7b3249
Octal226334232400361617362111
Binary100101101101110010011010100000011110111011110111100101001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #96DC9A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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