Shades of Feijoa #AAF981
Tints of Feijoa #AAF981
RGB
CMYK
RGB Variations
Color information
#AAF981 (or 0xAAF981) is known color: Feijoa. HEX triplet: AA, F9 and 81. RGB value is (170,249,129). Sum of RGB (Red+Green+Blue) = 170+249+129=548 (72% of max value = 765). Red value is 170 (66.80% from 255 or 31.02% from 548); Green value is 249 (97.66% from 255 or 45.44% from 548); Blue value is 129 (50.78% from 255 or 23.54% from 548); Max value from RGB is 249 - color contains mainly: green. Hex color #AAF981 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #AAF981 is #55067E. Grayscale: #D4D4D4. Windows color (decimal): -5572223 or 8518058. OLE color: 8518058.
HSL color Cylindrical-coordinate representation of color #AAF981: hue angle of 99.5º degrees, saturation: 0.91, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #AAF981 is Cyan = 0.32, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 170 | 249 | 129 | - |
| CMYK | 0.32 | 0 | 0.48 | 0.02 |
| HSL | 99.5º | 0.91% | 0.74% | - |
| HSV(B) | 99.5º | 0.48% | 0.98% | - |
| XYZ | 54.42 | 77.88 | 32.93 | - |
| YUV | 211.7 | 81.33 | 98.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 249 | 129 | 0.32 | 0 | 0.48 | 0.02 | 99.5 | 0.91 | 0.74 |
| Hex | AA | F9 | 81 | 20 | 0 | 30 | 2 | 64 | 5B | 4A |
| Octal | 252 | 371 | 201 | 40 | 0 | 60 | 2 | 144 | 133 | 112 |
| Binary | 10101010 | 11111001 | 10000001 | 100000 | 0 | 110000 | 10 | 1100100 | 1011011 | 1001010 |
Color Harmonies of #AAF981
Complementary color
Monochromatic Colors of #AAF981
Black with #AAF981
Text Example
Text Example
White with #AAF981
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAF981; }
p { color: rgb(170,249,129); }
H1.HeaderClassName
{
color: #AAF981;
}
.AnyTagClassName
{
color: #AAF981;
}
</style>
background-color css
<style>
a { background-color: #AAF981; }
a { background-color: rgb(170,249,129); }
div.DivClassName
{
background-color: #AAF981;
}
.BgClassName
{
background-color: #AAF981;
}
</style>
border-color css
<style>
span { border-color: #AAF981; }
span { border-color: rgb(170,249,129); }
td.TdClassName
{
border-color: #AAF981;
}
.TagClassName
{
border-color: #AAF981;
}
</style>