Shades of Feijoa #AAF072
Tints of Feijoa #AAF072
RGB
CMYK
RGB Variations
Color information
#AAF072 (or 0xAAF072) is known color: Feijoa. HEX triplet: AA, F0 and 72. RGB value is (170,240,114). Sum of RGB (Red+Green+Blue) = 170+240+114=524 (69% of max value = 765). Red value is 170 (66.80% from 255 or 32.44% from 524); Green value is 240 (94.14% from 255 or 45.80% from 524); Blue value is 114 (44.92% from 255 or 21.76% from 524); Max value from RGB is 240 - color contains mainly: green. Hex color #AAF072 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #AAF072 is #550F8D. Grayscale: #CDCDCD. Windows color (decimal): -5574542 or 7532714. OLE color: 7532714.
HSL color Cylindrical-coordinate representation of color #AAF072: hue angle of 93.33º degrees, saturation: 0.81, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #AAF072 is Cyan = 0.29, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 170 | 240 | 114 | - |
| CMYK | 0.29 | 0 | 0.52 | 0.06 |
| HSL | 93.33º | 0.81% | 0.69% | - |
| HSV(B) | 93.33º | 0.53% | 0.94% | - |
| XYZ | 50.77 | 72.08 | 27.16 | - |
| YUV | 204.71 | 76.81 | 103.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 240 | 114 | 0.29 | 0 | 0.52 | 0.06 | 93.33 | 0.81 | 0.69 |
| Hex | AA | F0 | 72 | 1D | 0 | 34 | 6 | 5D | 51 | 45 |
| Octal | 252 | 360 | 162 | 35 | 0 | 64 | 6 | 135 | 121 | 105 |
| Binary | 10101010 | 11110000 | 1110010 | 11101 | 0 | 110100 | 110 | 1011101 | 1010001 | 1000101 |
Color Harmonies of #AAF072
Complementary color
Monochromatic Colors of #AAF072
Black with #AAF072
Text Example
Text Example
White with #AAF072
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAF072; }
p { color: rgb(170,240,114); }
H1.HeaderClassName
{
color: #AAF072;
}
.AnyTagClassName
{
color: #AAF072;
}
</style>
background-color css
<style>
a { background-color: #AAF072; }
a { background-color: rgb(170,240,114); }
div.DivClassName
{
background-color: #AAF072;
}
.BgClassName
{
background-color: #AAF072;
}
</style>
border-color css
<style>
span { border-color: #AAF072; }
span { border-color: rgb(170,240,114); }
td.TdClassName
{
border-color: #AAF072;
}
.TagClassName
{
border-color: #AAF072;
}
</style>