Html Css Color HEX #AAF097 Granny Smith Apple
📋 copy color: '#AAF097'red 170 ◦ green 240 ◦ blue 151
Shades of Granny Smith Apple #AAF097
Tints of Granny Smith Apple #AAF097
RGB
CMYK
RGB Variations
Color information
#AAF097 (or 0xAAF097) is known color: Granny Smith Apple. HEX triplet: AA, F0 and 97. RGB value is (170,240,151). Sum of RGB (Red+Green+Blue) = 170+240+151=561 (74% of max value = 765). Red value is 170 (66.80% from 255 or 30.30% from 561); Green value is 240 (94.14% from 255 or 42.78% from 561); Blue value is 151 (59.38% from 255 or 26.92% from 561); Max value from RGB is 240 - color contains mainly: green. Hex color #AAF097 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #AAF097 is #550F68. Grayscale: #D1D1D1. Windows color (decimal): -5574505 or 9957546. OLE color: 9957546.
HSL color Cylindrical-coordinate representation of color #AAF097: hue angle of 107.19º degrees, saturation: 0.75, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #AAF097 is Cyan = 0.29, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 170 | 240 | 151 | - |
| CMYK | 0.29 | 0 | 0.37 | 0.06 |
| HSL | 107.19º | 0.75% | 0.77% | - |
| HSV(B) | 107.19º | 0.37% | 0.94% | - |
| XYZ | 53.32 | 73.1 | 40.58 | - |
| YUV | 208.92 | 95.31 | 100.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 240 | 151 | 0.29 | 0 | 0.37 | 0.06 | 107.19 | 0.75 | 0.77 |
| Hex | AA | F0 | 97 | 1D | 0 | 25 | 6 | 6B | 4B | 4D |
| Octal | 252 | 360 | 227 | 35 | 0 | 45 | 6 | 153 | 113 | 115 |
| Binary | 10101010 | 11110000 | 10010111 | 11101 | 0 | 100101 | 110 | 1101011 | 1001011 | 1001101 |
Color Harmonies of #AAF097
Complementary color
Monochromatic Colors of #AAF097
Black with #AAF097
Text Example
Text Example
White with #AAF097
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAF097; }
p { color: rgb(170,240,151); }
H1.HeaderClassName
{
color: #AAF097;
}
.AnyTagClassName
{
color: #AAF097;
}
</style>
background-color css
<style>
a { background-color: #AAF097; }
a { background-color: rgb(170,240,151); }
div.DivClassName
{
background-color: #AAF097;
}
.BgClassName
{
background-color: #AAF097;
}
</style>
border-color css
<style>
span { border-color: #AAF097; }
span { border-color: rgb(170,240,151); }
td.TdClassName
{
border-color: #AAF097;
}
.TagClassName
{
border-color: #AAF097;
}
</style>