Html Css Color HEX #A6DAA0 Granny Smith Apple
📋 copy color: '#A6DAA0'red 166 ◦ green 218 ◦ blue 160
Shades of Granny Smith Apple #A6DAA0
Tints of Granny Smith Apple #A6DAA0
RGB
CMYK
RGB Variations
Color information
#A6DAA0 (or 0xA6DAA0) is known color: Granny Smith Apple. HEX triplet: A6, DA and A0. RGB value is (166,218,160). Sum of RGB (Red+Green+Blue) = 166+218+160=544 (72% of max value = 765). Red value is 166 (65.23% from 255 or 30.51% from 544); Green value is 218 (85.55% from 255 or 40.07% from 544); Blue value is 160 (62.89% from 255 or 29.41% from 544); Max value from RGB is 218 - color contains mainly: green. Hex color #A6DAA0 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A6DAA0 is #59255F. Grayscale: #C4C4C4. Windows color (decimal): -5842272 or 10541734. OLE color: 10541734.
HSL color Cylindrical-coordinate representation of color #A6DAA0: hue angle of 113.79º degrees, saturation: 0.44, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #A6DAA0 is Cyan = 0.24, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 166 | 218 | 160 | - |
| CMYK | 0.24 | 0 | 0.27 | 0.15 |
| HSL | 113.79º | 0.44% | 0.74% | - |
| HSV(B) | 113.79º | 0.27% | 0.85% | - |
| XYZ | 47.14 | 60.79 | 42.51 | - |
| YUV | 195.84 | 107.77 | 106.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 218 | 160 | 0.24 | 0 | 0.27 | 0.15 | 113.79 | 0.44 | 0.74 |
| Hex | A6 | DA | A0 | 18 | 0 | 1B | F | 72 | 2C | 4A |
| Octal | 246 | 332 | 240 | 30 | 0 | 33 | 17 | 162 | 54 | 112 |
| Binary | 10100110 | 11011010 | 10100000 | 11000 | 0 | 11011 | 1111 | 1110010 | 101100 | 1001010 |
Color Harmonies of #A6DAA0
Complementary color
Monochromatic Colors of #A6DAA0
Black with #A6DAA0
Text Example
Text Example
White with #A6DAA0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A6DAA0; }
p { color: rgb(166,218,160); }
H1.HeaderClassName
{
color: #A6DAA0;
}
.AnyTagClassName
{
color: #A6DAA0;
}
</style>
background-color css
<style>
a { background-color: #A6DAA0; }
a { background-color: rgb(166,218,160); }
div.DivClassName
{
background-color: #A6DAA0;
}
.BgClassName
{
background-color: #A6DAA0;
}
</style>
border-color css
<style>
span { border-color: #A6DAA0; }
span { border-color: rgb(166,218,160); }
td.TdClassName
{
border-color: #A6DAA0;
}
.TagClassName
{
border-color: #A6DAA0;
}
</style>