Html Css Color HEX #AAF490 Granny Smith Apple
📋 copy color: '#AAF490'red 170 ◦ green 244 ◦ blue 144
Shades of Granny Smith Apple #AAF490
Tints of Granny Smith Apple #AAF490
RGB
CMYK
RGB Variations
Color information
#AAF490 (or 0xAAF490) is known color: Granny Smith Apple. HEX triplet: AA, F4 and 90. RGB value is (170,244,144). Sum of RGB (Red+Green+Blue) = 170+244+144=558 (73% of max value = 765). Red value is 170 (66.80% from 255 or 30.47% from 558); Green value is 244 (95.70% from 255 or 43.73% from 558); Blue value is 144 (56.64% from 255 or 25.81% from 558); Max value from RGB is 244 - color contains mainly: green. Hex color #AAF490 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #AAF490 is #550B6F. Grayscale: #D2D2D2. Windows color (decimal): -5573488 or 9499818. OLE color: 9499818.
HSL color Cylindrical-coordinate representation of color #AAF490: hue angle of 104.4º degrees, saturation: 0.82, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #AAF490 is Cyan = 0.30, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 170 | 244 | 144 | - |
| CMYK | 0.30 | 0 | 0.41 | 0.04 |
| HSL | 104.4º | 0.82% | 0.76% | - |
| HSV(B) | 104.4º | 0.41% | 0.96% | - |
| XYZ | 53.96 | 75.26 | 38.07 | - |
| YUV | 210.47 | 90.48 | 99.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 244 | 144 | 0.30 | 0 | 0.41 | 0.04 | 104.4 | 0.82 | 0.76 |
| Hex | AA | F4 | 90 | 1E | 0 | 29 | 4 | 68 | 52 | 4C |
| Octal | 252 | 364 | 220 | 36 | 0 | 51 | 4 | 150 | 122 | 114 |
| Binary | 10101010 | 11110100 | 10010000 | 11110 | 0 | 101001 | 100 | 1101000 | 1010010 | 1001100 |
Color Harmonies of #AAF490
Complementary color
Monochromatic Colors of #AAF490
Black with #AAF490
Text Example
Text Example
White with #AAF490
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAF490; }
p { color: rgb(170,244,144); }
H1.HeaderClassName
{
color: #AAF490;
}
.AnyTagClassName
{
color: #AAF490;
}
</style>
background-color css
<style>
a { background-color: #AAF490; }
a { background-color: rgb(170,244,144); }
div.DivClassName
{
background-color: #AAF490;
}
.BgClassName
{
background-color: #AAF490;
}
</style>
border-color css
<style>
span { border-color: #AAF490; }
span { border-color: rgb(170,244,144); }
td.TdClassName
{
border-color: #AAF490;
}
.TagClassName
{
border-color: #AAF490;
}
</style>