Html Css Color HEX #AAF986 Granny Smith Apple
📋 copy color: '#AAF986'red 170 ◦ green 249 ◦ blue 134
Shades of Granny Smith Apple #AAF986
Tints of Granny Smith Apple #AAF986
RGB
CMYK
RGB Variations
Color information
#AAF986 (or 0xAAF986) is known color: Granny Smith Apple. HEX triplet: AA, F9 and 86. RGB value is (170,249,134). Sum of RGB (Red+Green+Blue) = 170+249+134=553 (73% of max value = 765). Red value is 170 (66.80% from 255 or 30.74% from 553); Green value is 249 (97.66% from 255 or 45.03% from 553); Blue value is 134 (52.73% from 255 or 24.23% from 553); Max value from RGB is 249 - color contains mainly: green. Hex color #AAF986 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #AAF986 is #550679. Grayscale: #D4D4D4. Windows color (decimal): -5572218 or 8845738. OLE color: 8845738.
HSL color Cylindrical-coordinate representation of color #AAF986: hue angle of 101.22º degrees, saturation: 0.91, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #AAF986 is Cyan = 0.32, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 170 | 249 | 134 | - |
| CMYK | 0.32 | 0 | 0.46 | 0.02 |
| HSL | 101.22º | 0.91% | 0.75% | - |
| HSV(B) | 101.22º | 0.46% | 0.98% | - |
| XYZ | 54.76 | 78.02 | 34.73 | - |
| YUV | 212.27 | 83.83 | 97.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 249 | 134 | 0.32 | 0 | 0.46 | 0.02 | 101.22 | 0.91 | 0.75 |
| Hex | AA | F9 | 86 | 20 | 0 | 2E | 2 | 65 | 5B | 4B |
| Octal | 252 | 371 | 206 | 40 | 0 | 56 | 2 | 145 | 133 | 113 |
| Binary | 10101010 | 11111001 | 10000110 | 100000 | 0 | 101110 | 10 | 1100101 | 1011011 | 1001011 |
Color Harmonies of #AAF986
Complementary color
Monochromatic Colors of #AAF986
Black with #AAF986
Text Example
Text Example
White with #AAF986
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAF986; }
p { color: rgb(170,249,134); }
H1.HeaderClassName
{
color: #AAF986;
}
.AnyTagClassName
{
color: #AAF986;
}
</style>
background-color css
<style>
a { background-color: #AAF986; }
a { background-color: rgb(170,249,134); }
div.DivClassName
{
background-color: #AAF986;
}
.BgClassName
{
background-color: #AAF986;
}
</style>
border-color css
<style>
span { border-color: #AAF986; }
span { border-color: rgb(170,249,134); }
td.TdClassName
{
border-color: #AAF986;
}
.TagClassName
{
border-color: #AAF986;
}
</style>