#A6DC96

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

Shades of Granny Smith Apple #A6DC96

Tints of Granny Smith Apple #A6DC96

Color information

#A6DC96 (or 0xA6DC96) is unknown color: approx Granny Smith Apple. HEX triplet: A6, DC and 96. RGB value is (166,220,150). Sum of RGB (Red+Green+Blue) = 166+220+150=536 (70% of max value = 765). Red value is 166 (65.23% from 255 or 30.97% from 536); Green value is 220 (86.33% from 255 or 41.04% from 536); Blue value is 150 (58.98% from 255 or 27.99% from 536); Max value from RGB is 220 - color contains mainly: green. Hex color #A6DC96 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A6DC96 is #592369. Grayscale: #C4C4C4. Windows color (decimal): -5841770 or 9886886. OLE color: 9886886.

HSL color Cylindrical-coordinate representation of color #A6DC96: hue angle of 106.29º 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 #A6DC96 is Cyan = 0.25, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.14.

Color convert

RGB166220150-
CMYK0.2500.320.14
HSL106.29º50%72.55%-
HSV(B)106.29º31.82%86.27%-
XYZ46.8261.538.26-
YUV195.87102.11106.69-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 30.97%
GREEN value IS 220 (86.33% from 255) = 41.04%
BLUE value IS 150 (58.98% from 255) = 27.99%
R=30.97%
G=41.04%
B=27.99%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.32
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1662201500.2500.320.14106.295072.55
HexA6DC9619020E6a3249
Octal246334226310401615262111
Binary101001101101110010010110110010100000111011010101100101001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A6DC96

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A6DC96; }

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

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

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

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

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

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

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

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