Html Css Color HEX #AAD599 Granny Smith Apple
📋 copy color: '#AAD599'red 170 ◦ green 213 ◦ blue 153
Shades of Granny Smith Apple #AAD599
Tints of Granny Smith Apple #AAD599
RGB
CMYK
RGB Variations
Color information
#AAD599 (or 0xAAD599) is known color: Granny Smith Apple. HEX triplet: AA, D5 and 99. RGB value is (170,213,153). Sum of RGB (Red+Green+Blue) = 170+213+153=536 (70% of max value = 765). Red value is 170 (66.80% from 255 or 31.72% from 536); Green value is 213 (83.59% from 255 or 39.74% from 536); Blue value is 153 (60.16% from 255 or 28.54% from 536); Max value from RGB is 213 - color contains mainly: green. Hex color #AAD599 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AAD599 is #552A66. Grayscale: #C1C1C1. Windows color (decimal): -5581415 or 10081706. OLE color: 10081706.
HSL color Cylindrical-coordinate representation of color #AAD599: hue angle of 103º degrees, saturation: 0.42, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #AAD599 is Cyan = 0.20, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 170 | 213 | 153 | - |
| CMYK | 0.20 | 0 | 0.28 | 0.16 |
| HSL | 103º | 0.42% | 0.72% | - |
| HSV(B) | 103º | 0.28% | 0.84% | - |
| XYZ | 46.12 | 58.43 | 38.99 | - |
| YUV | 193.3 | 105.25 | 111.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 213 | 153 | 0.20 | 0 | 0.28 | 0.16 | 103 | 0.42 | 0.72 |
| Hex | AA | D5 | 99 | 14 | 0 | 1C | 10 | 67 | 2A | 48 |
| Octal | 252 | 325 | 231 | 24 | 0 | 34 | 20 | 147 | 52 | 110 |
| Binary | 10101010 | 11010101 | 10011001 | 10100 | 0 | 11100 | 10000 | 1100111 | 101010 | 1001000 |
Color Harmonies of #AAD599
Complementary color
Monochromatic Colors of #AAD599
Black with #AAD599
Text Example
Text Example
White with #AAD599
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAD599; }
p { color: rgb(170,213,153); }
H1.HeaderClassName
{
color: #AAD599;
}
.AnyTagClassName
{
color: #AAD599;
}
</style>
background-color css
<style>
a { background-color: #AAD599; }
a { background-color: rgb(170,213,153); }
div.DivClassName
{
background-color: #AAD599;
}
.BgClassName
{
background-color: #AAD599;
}
</style>
border-color css
<style>
span { border-color: #AAD599; }
span { border-color: rgb(170,213,153); }
td.TdClassName
{
border-color: #AAD599;
}
.TagClassName
{
border-color: #AAD599;
}
</style>