Shades of Feijoa #AAF073
Tints of Feijoa #AAF073
RGB
CMYK
RGB Variations
Color information
#AAF073 (or 0xAAF073) is known color: Feijoa. HEX triplet: AA, F0 and 73. RGB value is (170,240,115). Sum of RGB (Red+Green+Blue) = 170+240+115=525 (69% of max value = 765). Red value is 170 (66.80% from 255 or 32.38% from 525); Green value is 240 (94.14% from 255 or 45.71% from 525); Blue value is 115 (45.31% from 255 or 21.90% from 525); Max value from RGB is 240 - color contains mainly: green. Hex color #AAF073 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #AAF073 is #550F8C. Grayscale: #CDCDCD. Windows color (decimal): -5574541 or 7598250. OLE color: 7598250.
HSL color Cylindrical-coordinate representation of color #AAF073: hue angle of 93.6º degrees, saturation: 0.81, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #AAF073 is Cyan = 0.29, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 170 | 240 | 115 | - |
| CMYK | 0.29 | 0 | 0.52 | 0.06 |
| HSL | 93.6º | 0.81% | 0.7% | - |
| HSV(B) | 93.6º | 0.52% | 0.94% | - |
| XYZ | 50.83 | 72.1 | 27.46 | - |
| YUV | 204.82 | 77.31 | 103.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 240 | 115 | 0.29 | 0 | 0.52 | 0.06 | 93.6 | 0.81 | 0.7 |
| Hex | AA | F0 | 73 | 1D | 0 | 34 | 6 | 5E | 51 | 46 |
| Octal | 252 | 360 | 163 | 35 | 0 | 64 | 6 | 136 | 121 | 106 |
| Binary | 10101010 | 11110000 | 1110011 | 11101 | 0 | 110100 | 110 | 1011110 | 1010001 | 1000110 |
Color Harmonies of #AAF073
Complementary color
Monochromatic Colors of #AAF073
Black with #AAF073
Text Example
Text Example
White with #AAF073
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAF073; }
p { color: rgb(170,240,115); }
H1.HeaderClassName
{
color: #AAF073;
}
.AnyTagClassName
{
color: #AAF073;
}
</style>
background-color css
<style>
a { background-color: #AAF073; }
a { background-color: rgb(170,240,115); }
div.DivClassName
{
background-color: #AAF073;
}
.BgClassName
{
background-color: #AAF073;
}
</style>
border-color css
<style>
span { border-color: #AAF073; }
span { border-color: rgb(170,240,115); }
td.TdClassName
{
border-color: #AAF073;
}
.TagClassName
{
border-color: #AAF073;
}
</style>