Html Css Color HEX #AAEF97 Granny Smith Apple
📋 copy color: '#AAEF97'red 170 ◦ green 239 ◦ blue 151
Shades of Granny Smith Apple #AAEF97
Tints of Granny Smith Apple #AAEF97
RGB
CMYK
RGB Variations
Color information
#AAEF97 (or 0xAAEF97) is known color: Granny Smith Apple. HEX triplet: AA, EF and 97. RGB value is (170,239,151). Sum of RGB (Red+Green+Blue) = 170+239+151=560 (74% of max value = 765). Red value is 170 (66.80% from 255 or 30.36% from 560); Green value is 239 (93.75% from 255 or 42.68% from 560); Blue value is 151 (59.38% from 255 or 26.96% from 560); Max value from RGB is 239 - color contains mainly: green. Hex color #AAEF97 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #AAEF97 is #551068. Grayscale: #D0D0D0. Windows color (decimal): -5574761 or 9957290. OLE color: 9957290.
HSL color Cylindrical-coordinate representation of color #AAEF97: hue angle of 107.05º degrees, saturation: 0.73, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #AAEF97 is Cyan = 0.29, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 170 | 239 | 151 | - |
| CMYK | 0.29 | 0 | 0.37 | 0.06 |
| HSL | 107.05º | 0.73% | 0.76% | - |
| HSV(B) | 107.05º | 0.37% | 0.94% | - |
| XYZ | 53.03 | 72.51 | 40.48 | - |
| YUV | 208.34 | 95.64 | 100.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 239 | 151 | 0.29 | 0 | 0.37 | 0.06 | 107.05 | 0.73 | 0.76 |
| Hex | AA | EF | 97 | 1D | 0 | 25 | 6 | 6B | 49 | 4C |
| Octal | 252 | 357 | 227 | 35 | 0 | 45 | 6 | 153 | 111 | 114 |
| Binary | 10101010 | 11101111 | 10010111 | 11101 | 0 | 100101 | 110 | 1101011 | 1001001 | 1001100 |
Color Harmonies of #AAEF97
Complementary color
Monochromatic Colors of #AAEF97
Black with #AAEF97
Text Example
Text Example
White with #AAEF97
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAEF97; }
p { color: rgb(170,239,151); }
H1.HeaderClassName
{
color: #AAEF97;
}
.AnyTagClassName
{
color: #AAEF97;
}
</style>
background-color css
<style>
a { background-color: #AAEF97; }
a { background-color: rgb(170,239,151); }
div.DivClassName
{
background-color: #AAEF97;
}
.BgClassName
{
background-color: #AAEF97;
}
</style>
border-color css
<style>
span { border-color: #AAEF97; }
span { border-color: rgb(170,239,151); }
td.TdClassName
{
border-color: #AAEF97;
}
.TagClassName
{
border-color: #AAEF97;
}
</style>