Html Css Color HEX #AAD49E Granny Smith Apple
📋 copy color: '#AAD49E'red 170 ◦ green 212 ◦ blue 158
Shades of Granny Smith Apple #AAD49E
Tints of Granny Smith Apple #AAD49E
RGB
CMYK
RGB Variations
Color information
#AAD49E (or 0xAAD49E) is known color: Granny Smith Apple. HEX triplet: AA, D4 and 9E. RGB value is (170,212,158). Sum of RGB (Red+Green+Blue) = 170+212+158=540 (71% of max value = 765). Red value is 170 (66.80% from 255 or 31.48% from 540); Green value is 212 (83.20% from 255 or 39.26% from 540); Blue value is 158 (62.11% from 255 or 29.26% from 540); Max value from RGB is 212 - color contains mainly: green. Hex color #AAD49E is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AAD49E is #552B61. Grayscale: #C1C1C1. Windows color (decimal): -5581666 or 10409130. OLE color: 10409130.
HSL color Cylindrical-coordinate representation of color #AAD49E: hue angle of 106.67º degrees, saturation: 0.39, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #AAD49E is Cyan = 0.20, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 170 | 212 | 158 | - |
| CMYK | 0.20 | 0 | 0.25 | 0.17 |
| HSL | 106.67º | 0.39% | 0.73% | - |
| HSV(B) | 106.67º | 0.25% | 0.83% | - |
| XYZ | 46.29 | 58.1 | 41.12 | - |
| YUV | 193.29 | 108.09 | 111.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 212 | 158 | 0.20 | 0 | 0.25 | 0.17 | 106.67 | 0.39 | 0.73 |
| Hex | AA | D4 | 9E | 14 | 0 | 19 | 11 | 6B | 27 | 49 |
| Octal | 252 | 324 | 236 | 24 | 0 | 31 | 21 | 153 | 47 | 111 |
| Binary | 10101010 | 11010100 | 10011110 | 10100 | 0 | 11001 | 10001 | 1101011 | 100111 | 1001001 |
Color Harmonies of #AAD49E
Complementary color
Monochromatic Colors of #AAD49E
Black with #AAD49E
Text Example
Text Example
White with #AAD49E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAD49E; }
p { color: rgb(170,212,158); }
H1.HeaderClassName
{
color: #AAD49E;
}
.AnyTagClassName
{
color: #AAD49E;
}
</style>
background-color css
<style>
a { background-color: #AAD49E; }
a { background-color: rgb(170,212,158); }
div.DivClassName
{
background-color: #AAD49E;
}
.BgClassName
{
background-color: #AAD49E;
}
</style>
border-color css
<style>
span { border-color: #AAD49E; }
span { border-color: rgb(170,212,158); }
td.TdClassName
{
border-color: #AAD49E;
}
.TagClassName
{
border-color: #AAD49E;
}
</style>