Html Css Color HEX #AAE097 Granny Smith Apple
📋 copy color: '#AAE097'red 170 ◦ green 224 ◦ blue 151
Shades of Granny Smith Apple #AAE097
Tints of Granny Smith Apple #AAE097
RGB
CMYK
RGB Variations
Color information
#AAE097 (or 0xAAE097) is known color: Granny Smith Apple. HEX triplet: AA, E0 and 97. RGB value is (170,224,151). Sum of RGB (Red+Green+Blue) = 170+224+151=545 (72% of max value = 765). Red value is 170 (66.80% from 255 or 31.19% from 545); Green value is 224 (87.89% from 255 or 41.10% from 545); Blue value is 151 (59.38% from 255 or 27.71% from 545); Max value from RGB is 224 - color contains mainly: green. Hex color #AAE097 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AAE097 is #551F68. Grayscale: #C7C7C7. Windows color (decimal): -5578601 or 9953450. OLE color: 9953450.
HSL color Cylindrical-coordinate representation of color #AAE097: hue angle of 104.38º degrees, saturation: 0.54, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #AAE097 is Cyan = 0.24, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 170 | 224 | 151 | - |
| CMYK | 0.24 | 0 | 0.33 | 0.12 |
| HSL | 104.38º | 0.54% | 0.74% | - |
| HSV(B) | 104.38º | 0.33% | 0.88% | - |
| XYZ | 48.82 | 64.09 | 39.08 | - |
| YUV | 199.53 | 100.61 | 106.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 224 | 151 | 0.24 | 0 | 0.33 | 0.12 | 104.38 | 0.54 | 0.74 |
| Hex | AA | E0 | 97 | 18 | 0 | 21 | C | 68 | 36 | 4A |
| Octal | 252 | 340 | 227 | 30 | 0 | 41 | 14 | 150 | 66 | 112 |
| Binary | 10101010 | 11100000 | 10010111 | 11000 | 0 | 100001 | 1100 | 1101000 | 110110 | 1001010 |
Color Harmonies of #AAE097
Complementary color
Monochromatic Colors of #AAE097
Black with #AAE097
Text Example
Text Example
White with #AAE097
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAE097; }
p { color: rgb(170,224,151); }
H1.HeaderClassName
{
color: #AAE097;
}
.AnyTagClassName
{
color: #AAE097;
}
</style>
background-color css
<style>
a { background-color: #AAE097; }
a { background-color: rgb(170,224,151); }
div.DivClassName
{
background-color: #AAE097;
}
.BgClassName
{
background-color: #AAE097;
}
</style>
border-color css
<style>
span { border-color: #AAE097; }
span { border-color: rgb(170,224,151); }
td.TdClassName
{
border-color: #AAE097;
}
.TagClassName
{
border-color: #AAE097;
}
</style>