#A6DD95

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

Shades of Granny Smith Apple #A6DD95

Tints of Granny Smith Apple #A6DD95

Color information

#A6DD95 (or 0xA6DD95) is unknown color: approx Granny Smith Apple. HEX triplet: A6, DD and 95. RGB value is (166,221,149). Sum of RGB (Red+Green+Blue) = 166+221+149=536 (70% of max value = 765). Red value is 166 (65.23% from 255 or 30.97% from 536); Green value is 221 (86.72% from 255 or 41.23% from 536); Blue value is 149 (58.59% from 255 or 27.80% from 536); Max value from RGB is 221 - color contains mainly: green. Hex color #A6DD95 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A6DD95 is #59226A. Grayscale: #C4C4C4. Windows color (decimal): -5841515 or 9821606. OLE color: 9821606.

HSL color Cylindrical-coordinate representation of color #A6DD95: hue angle of 105.83º degrees, saturation: 0.51, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #A6DD95 is Cyan = 0.25, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.13.

Color convert

RGB166221149-
CMYK0.2500.330.13
HSL105.83º51.43%72.55%-
HSV(B)105.83º32.58%86.67%-
XYZ47.0161.9937.92-
YUV196.35101.28106.35-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 30.97%
GREEN value IS 221 (86.72% from 255) = 41.23%
BLUE value IS 149 (58.59% from 255) = 27.80%
R=30.97%
G=41.23%
B=27.80%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.33
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1662211490.2500.330.13105.8351.4372.55
HexA6DD9519021D6a3349
Octal246335225310411515263111
Binary101001101101110110010101110010100001110111010101100111001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A6DD95

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A6DD95; }

 p { color: rgb(166,221,149); }

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

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

 a { background-color: rgb(166,221,149); }

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

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

 span { border-color: rgb(166,221,149); }

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