Html Css Color HEX #A6DDA0 Granny Smith Apple
📋 copy color: '#A6DDA0'red 166 ◦ green 221 ◦ blue 160
Shades of Granny Smith Apple #A6DDA0
Tints of Granny Smith Apple #A6DDA0
RGB
CMYK
RGB Variations
Color information
#A6DDA0 (or 0xA6DDA0) is known color: Granny Smith Apple. HEX triplet: A6, DD and A0. RGB value is (166,221,160). Sum of RGB (Red+Green+Blue) = 166+221+160=547 (72% of max value = 765). Red value is 166 (65.23% from 255 or 30.35% from 547); Green value is 221 (86.72% from 255 or 40.40% from 547); Blue value is 160 (62.89% from 255 or 29.25% from 547); Max value from RGB is 221 - color contains mainly: green. Hex color #A6DDA0 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A6DDA0 is #59225F. Grayscale: #C5C5C5. Windows color (decimal): -5841504 or 10542502. OLE color: 10542502.
HSL color Cylindrical-coordinate representation of color #A6DDA0: hue angle of 114.1º degrees, saturation: 0.47, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #A6DDA0 is Cyan = 0.25, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 166 | 221 | 160 | - |
| CMYK | 0.25 | 0 | 0.28 | 0.13 |
| HSL | 114.1º | 0.47% | 0.75% | - |
| HSV(B) | 114.1º | 0.28% | 0.87% | - |
| XYZ | 47.93 | 62.36 | 42.77 | - |
| YUV | 197.6 | 106.78 | 105.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 221 | 160 | 0.25 | 0 | 0.28 | 0.13 | 114.1 | 0.47 | 0.75 |
| Hex | A6 | DD | A0 | 19 | 0 | 1C | D | 72 | 2F | 4B |
| Octal | 246 | 335 | 240 | 31 | 0 | 34 | 15 | 162 | 57 | 113 |
| Binary | 10100110 | 11011101 | 10100000 | 11001 | 0 | 11100 | 1101 | 1110010 | 101111 | 1001011 |
Color Harmonies of #A6DDA0
Complementary color
Monochromatic Colors of #A6DDA0
Black with #A6DDA0
Text Example
Text Example
White with #A6DDA0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A6DDA0; }
p { color: rgb(166,221,160); }
H1.HeaderClassName
{
color: #A6DDA0;
}
.AnyTagClassName
{
color: #A6DDA0;
}
</style>
background-color css
<style>
a { background-color: #A6DDA0; }
a { background-color: rgb(166,221,160); }
div.DivClassName
{
background-color: #A6DDA0;
}
.BgClassName
{
background-color: #A6DDA0;
}
</style>
border-color css
<style>
span { border-color: #A6DDA0; }
span { border-color: rgb(166,221,160); }
td.TdClassName
{
border-color: #A6DDA0;
}
.TagClassName
{
border-color: #A6DDA0;
}
</style>