Shades of Feijoa #AAF084
Tints of Feijoa #AAF084
RGB
CMYK
RGB Variations
Color information
#AAF084 (or 0xAAF084) is known color: Feijoa. HEX triplet: AA, F0 and 84. RGB value is (170,240,132). Sum of RGB (Red+Green+Blue) = 170+240+132=542 (71% of max value = 765). Red value is 170 (66.80% from 255 or 31.37% from 542); Green value is 240 (94.14% from 255 or 44.28% from 542); Blue value is 132 (51.95% from 255 or 24.35% from 542); Max value from RGB is 240 - color contains mainly: green. Hex color #AAF084 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #AAF084 is #550F7B. Grayscale: #CFCFCF. Windows color (decimal): -5574524 or 8712362. OLE color: 8712362.
HSL color Cylindrical-coordinate representation of color #AAF084: hue angle of 98.89º degrees, saturation: 0.78, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #AAF084 is Cyan = 0.29, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 170 | 240 | 132 | - |
| CMYK | 0.29 | 0 | 0.45 | 0.06 |
| HSL | 98.89º | 0.78% | 0.73% | - |
| HSV(B) | 98.89º | 0.45% | 0.94% | - |
| XYZ | 51.9 | 72.53 | 33.09 | - |
| YUV | 206.76 | 85.81 | 101.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 240 | 132 | 0.29 | 0 | 0.45 | 0.06 | 98.89 | 0.78 | 0.73 |
| Hex | AA | F0 | 84 | 1D | 0 | 2D | 6 | 63 | 4E | 49 |
| Octal | 252 | 360 | 204 | 35 | 0 | 55 | 6 | 143 | 116 | 111 |
| Binary | 10101010 | 11110000 | 10000100 | 11101 | 0 | 101101 | 110 | 1100011 | 1001110 | 1001001 |
Color Harmonies of #AAF084
Complementary color
Monochromatic Colors of #AAF084
Black with #AAF084
Text Example
Text Example
White with #AAF084
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAF084; }
p { color: rgb(170,240,132); }
H1.HeaderClassName
{
color: #AAF084;
}
.AnyTagClassName
{
color: #AAF084;
}
</style>
background-color css
<style>
a { background-color: #AAF084; }
a { background-color: rgb(170,240,132); }
div.DivClassName
{
background-color: #AAF084;
}
.BgClassName
{
background-color: #AAF084;
}
</style>
border-color css
<style>
span { border-color: #AAF084; }
span { border-color: rgb(170,240,132); }
td.TdClassName
{
border-color: #AAF084;
}
.TagClassName
{
border-color: #AAF084;
}
</style>