Shades of Feijoa #AAF581
Tints of Feijoa #AAF581
RGB
CMYK
RGB Variations
Color information
#AAF581 (or 0xAAF581) is known color: Feijoa. HEX triplet: AA, F5 and 81. RGB value is (170,245,129). Sum of RGB (Red+Green+Blue) = 170+245+129=544 (72% of max value = 765). Red value is 170 (66.80% from 255 or 31.25% from 544); Green value is 245 (96.09% from 255 or 45.04% from 544); Blue value is 129 (50.78% from 255 or 23.71% from 544); Max value from RGB is 245 - color contains mainly: green. Hex color #AAF581 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #AAF581 is #550A7E. Grayscale: #D1D1D1. Windows color (decimal): -5573247 or 8517034. OLE color: 8517034.
HSL color Cylindrical-coordinate representation of color #AAF581: hue angle of 98.79º degrees, saturation: 0.85, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #AAF581 is Cyan = 0.31, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 170 | 245 | 129 | - |
| CMYK | 0.31 | 0 | 0.47 | 0.04 |
| HSL | 98.79º | 0.85% | 0.73% | - |
| HSV(B) | 98.79º | 0.47% | 0.96% | - |
| XYZ | 53.19 | 75.44 | 32.53 | - |
| YUV | 209.35 | 82.65 | 99.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 245 | 129 | 0.31 | 0 | 0.47 | 0.04 | 98.79 | 0.85 | 0.73 |
| Hex | AA | F5 | 81 | 1F | 0 | 2F | 4 | 63 | 55 | 49 |
| Octal | 252 | 365 | 201 | 37 | 0 | 57 | 4 | 143 | 125 | 111 |
| Binary | 10101010 | 11110101 | 10000001 | 11111 | 0 | 101111 | 100 | 1100011 | 1010101 | 1001001 |
Color Harmonies of #AAF581
Complementary color
Monochromatic Colors of #AAF581
Black with #AAF581
Text Example
Text Example
White with #AAF581
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAF581; }
p { color: rgb(170,245,129); }
H1.HeaderClassName
{
color: #AAF581;
}
.AnyTagClassName
{
color: #AAF581;
}
</style>
background-color css
<style>
a { background-color: #AAF581; }
a { background-color: rgb(170,245,129); }
div.DivClassName
{
background-color: #AAF581;
}
.BgClassName
{
background-color: #AAF581;
}
</style>
border-color css
<style>
span { border-color: #AAF581; }
span { border-color: rgb(170,245,129); }
td.TdClassName
{
border-color: #AAF581;
}
.TagClassName
{
border-color: #AAF581;
}
</style>