Shades of Feijoa #AAF580
Tints of Feijoa #AAF580
RGB
CMYK
RGB Variations
Color information
#AAF580 (or 0xAAF580) is known color: Feijoa. HEX triplet: AA, F5 and 80. RGB value is (170,245,128). Sum of RGB (Red+Green+Blue) = 170+245+128=543 (71% of max value = 765). Red value is 170 (66.80% from 255 or 31.31% from 543); Green value is 245 (96.09% from 255 or 45.12% from 543); Blue value is 128 (50.39% from 255 or 23.57% from 543); Max value from RGB is 245 - color contains mainly: green. Hex color #AAF580 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #AAF580 is #550A7F. Grayscale: #D1D1D1. Windows color (decimal): -5573248 or 8451498. OLE color: 8451498.
HSL color Cylindrical-coordinate representation of color #AAF580: hue angle of 98.46º degrees, saturation: 0.85, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #AAF580 is Cyan = 0.31, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 170 | 245 | 128 | - |
| CMYK | 0.31 | 0 | 0.48 | 0.04 |
| HSL | 98.46º | 0.85% | 0.73% | - |
| HSV(B) | 98.46º | 0.48% | 0.96% | - |
| XYZ | 53.13 | 75.41 | 32.18 | - |
| YUV | 209.24 | 82.15 | 100.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 245 | 128 | 0.31 | 0 | 0.48 | 0.04 | 98.46 | 0.85 | 0.73 |
| Hex | AA | F5 | 80 | 1F | 0 | 30 | 4 | 62 | 55 | 49 |
| Octal | 252 | 365 | 200 | 37 | 0 | 60 | 4 | 142 | 125 | 111 |
| Binary | 10101010 | 11110101 | 10000000 | 11111 | 0 | 110000 | 100 | 1100010 | 1010101 | 1001001 |
Color Harmonies of #AAF580
Complementary color
Monochromatic Colors of #AAF580
Black with #AAF580
Text Example
Text Example
White with #AAF580
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAF580; }
p { color: rgb(170,245,128); }
H1.HeaderClassName
{
color: #AAF580;
}
.AnyTagClassName
{
color: #AAF580;
}
</style>
background-color css
<style>
a { background-color: #AAF580; }
a { background-color: rgb(170,245,128); }
div.DivClassName
{
background-color: #AAF580;
}
.BgClassName
{
background-color: #AAF580;
}
</style>
border-color css
<style>
span { border-color: #AAF580; }
span { border-color: rgb(170,245,128); }
td.TdClassName
{
border-color: #AAF580;
}
.TagClassName
{
border-color: #AAF580;
}
</style>