Shades of Feijoa #AAF373
Tints of Feijoa #AAF373
RGB
CMYK
RGB Variations
Color information
#AAF373 (or 0xAAF373) is known color: Feijoa. HEX triplet: AA, F3 and 73. RGB value is (170,243,115). Sum of RGB (Red+Green+Blue) = 170+243+115=528 (69% of max value = 765). Red value is 170 (66.80% from 255 or 32.20% from 528); Green value is 243 (95.31% from 255 or 46.02% from 528); Blue value is 115 (45.31% from 255 or 21.78% from 528); Max value from RGB is 243 - color contains mainly: green. Hex color #AAF373 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #AAF373 is #550C8C. Grayscale: #CFCFCF. Windows color (decimal): -5573773 or 7599018. OLE color: 7599018.
HSL color Cylindrical-coordinate representation of color #AAF373: hue angle of 94.22º degrees, saturation: 0.84, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #AAF373 is Cyan = 0.30, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 170 | 243 | 115 | - |
| CMYK | 0.30 | 0 | 0.53 | 0.05 |
| HSL | 94.22º | 0.84% | 0.7% | - |
| HSV(B) | 94.22º | 0.53% | 0.95% | - |
| XYZ | 51.72 | 73.89 | 27.75 | - |
| YUV | 206.58 | 76.32 | 101.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 243 | 115 | 0.30 | 0 | 0.53 | 0.05 | 94.22 | 0.84 | 0.7 |
| Hex | AA | F3 | 73 | 1E | 0 | 35 | 5 | 5E | 54 | 46 |
| Octal | 252 | 363 | 163 | 36 | 0 | 65 | 5 | 136 | 124 | 106 |
| Binary | 10101010 | 11110011 | 1110011 | 11110 | 0 | 110101 | 101 | 1011110 | 1010100 | 1000110 |
Color Harmonies of #AAF373
Complementary color
Monochromatic Colors of #AAF373
Black with #AAF373
Text Example
Text Example
White with #AAF373
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAF373; }
p { color: rgb(170,243,115); }
H1.HeaderClassName
{
color: #AAF373;
}
.AnyTagClassName
{
color: #AAF373;
}
</style>
background-color css
<style>
a { background-color: #AAF373; }
a { background-color: rgb(170,243,115); }
div.DivClassName
{
background-color: #AAF373;
}
.BgClassName
{
background-color: #AAF373;
}
</style>
border-color css
<style>
span { border-color: #AAF373; }
span { border-color: rgb(170,243,115); }
td.TdClassName
{
border-color: #AAF373;
}
.TagClassName
{
border-color: #AAF373;
}
</style>