Html Css Color HEX #AAD49C Granny Smith Apple
📋 copy color: '#AAD49C'red 170 ◦ green 212 ◦ blue 156
Shades of Granny Smith Apple #AAD49C
Tints of Granny Smith Apple #AAD49C
RGB
CMYK
RGB Variations
Color information
#AAD49C (or 0xAAD49C) is known color: Granny Smith Apple. HEX triplet: AA, D4 and 9C. RGB value is (170,212,156). Sum of RGB (Red+Green+Blue) = 170+212+156=538 (71% of max value = 765). Red value is 170 (66.80% from 255 or 31.60% from 538); Green value is 212 (83.20% from 255 or 39.41% from 538); Blue value is 156 (61.33% from 255 or 29.00% from 538); Max value from RGB is 212 - color contains mainly: green. Hex color #AAD49C is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AAD49C is #552B63. Grayscale: #C1C1C1. Windows color (decimal): -5581668 or 10278058. OLE color: 10278058.
HSL color Cylindrical-coordinate representation of color #AAD49C: hue angle of 105º degrees, saturation: 0.39, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #AAD49C is Cyan = 0.20, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 170 | 212 | 156 | - |
| CMYK | 0.20 | 0 | 0.26 | 0.17 |
| HSL | 105º | 0.39% | 0.72% | - |
| HSV(B) | 105º | 0.26% | 0.83% | - |
| XYZ | 46.12 | 58.03 | 40.22 | - |
| YUV | 193.06 | 107.09 | 111.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 212 | 156 | 0.20 | 0 | 0.26 | 0.17 | 105 | 0.39 | 0.72 |
| Hex | AA | D4 | 9C | 14 | 0 | 1A | 11 | 69 | 27 | 48 |
| Octal | 252 | 324 | 234 | 24 | 0 | 32 | 21 | 151 | 47 | 110 |
| Binary | 10101010 | 11010100 | 10011100 | 10100 | 0 | 11010 | 10001 | 1101001 | 100111 | 1001000 |
Color Harmonies of #AAD49C
Complementary color
Monochromatic Colors of #AAD49C
Black with #AAD49C
Text Example
Text Example
White with #AAD49C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAD49C; }
p { color: rgb(170,212,156); }
H1.HeaderClassName
{
color: #AAD49C;
}
.AnyTagClassName
{
color: #AAD49C;
}
</style>
background-color css
<style>
a { background-color: #AAD49C; }
a { background-color: rgb(170,212,156); }
div.DivClassName
{
background-color: #AAD49C;
}
.BgClassName
{
background-color: #AAD49C;
}
</style>
border-color css
<style>
span { border-color: #AAD49C; }
span { border-color: rgb(170,212,156); }
td.TdClassName
{
border-color: #AAD49C;
}
.TagClassName
{
border-color: #AAD49C;
}
</style>