Html Css Color HEX #AAD69C Granny Smith Apple
📋 copy color: '#AAD69C'red 170 ◦ green 214 ◦ blue 156
Shades of Granny Smith Apple #AAD69C
Tints of Granny Smith Apple #AAD69C
RGB
CMYK
RGB Variations
Color information
#AAD69C (or 0xAAD69C) is known color: Granny Smith Apple. HEX triplet: AA, D6 and 9C. RGB value is (170,214,156). Sum of RGB (Red+Green+Blue) = 170+214+156=540 (71% of max value = 765). Red value is 170 (66.80% from 255 or 31.48% from 540); Green value is 214 (83.98% from 255 or 39.63% from 540); Blue value is 156 (61.33% from 255 or 28.89% from 540); Max value from RGB is 214 - color contains mainly: green. Hex color #AAD69C is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AAD69C is #552963. Grayscale: #C2C2C2. Windows color (decimal): -5581156 or 10278570. OLE color: 10278570.
HSL color Cylindrical-coordinate representation of color #AAD69C: hue angle of 105.52º degrees, saturation: 0.41, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #AAD69C is Cyan = 0.21, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 170 | 214 | 156 | - |
| CMYK | 0.21 | 0 | 0.27 | 0.16 |
| HSL | 105.52º | 0.41% | 0.73% | - |
| HSV(B) | 105.52º | 0.27% | 0.84% | - |
| XYZ | 46.62 | 59.04 | 40.39 | - |
| YUV | 194.23 | 106.42 | 110.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 214 | 156 | 0.21 | 0 | 0.27 | 0.16 | 105.52 | 0.41 | 0.73 |
| Hex | AA | D6 | 9C | 15 | 0 | 1B | 10 | 6A | 29 | 49 |
| Octal | 252 | 326 | 234 | 25 | 0 | 33 | 20 | 152 | 51 | 111 |
| Binary | 10101010 | 11010110 | 10011100 | 10101 | 0 | 11011 | 10000 | 1101010 | 101001 | 1001001 |
Color Harmonies of #AAD69C
Complementary color
Monochromatic Colors of #AAD69C
Black with #AAD69C
Text Example
Text Example
White with #AAD69C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAD69C; }
p { color: rgb(170,214,156); }
H1.HeaderClassName
{
color: #AAD69C;
}
.AnyTagClassName
{
color: #AAD69C;
}
</style>
background-color css
<style>
a { background-color: #AAD69C; }
a { background-color: rgb(170,214,156); }
div.DivClassName
{
background-color: #AAD69C;
}
.BgClassName
{
background-color: #AAD69C;
}
</style>
border-color css
<style>
span { border-color: #AAD69C; }
span { border-color: rgb(170,214,156); }
td.TdClassName
{
border-color: #AAD69C;
}
.TagClassName
{
border-color: #AAD69C;
}
</style>