Shades of Feijoa #AAF173
Tints of Feijoa #AAF173
RGB
CMYK
RGB Variations
Color information
#AAF173 (or 0xAAF173) is known color: Feijoa. HEX triplet: AA, F1 and 73. RGB value is (170,241,115). Sum of RGB (Red+Green+Blue) = 170+241+115=526 (69% of max value = 765). Red value is 170 (66.80% from 255 or 32.32% from 526); Green value is 241 (94.53% from 255 or 45.82% from 526); Blue value is 115 (45.31% from 255 or 21.86% from 526); Max value from RGB is 241 - color contains mainly: green. Hex color #AAF173 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #AAF173 is #550E8C. Grayscale: #CDCDCD. Windows color (decimal): -5574285 or 7598506. OLE color: 7598506.
HSL color Cylindrical-coordinate representation of color #AAF173: hue angle of 93.81º degrees, saturation: 0.82, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #AAF173 is Cyan = 0.29, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 170 | 241 | 115 | - |
| CMYK | 0.29 | 0 | 0.52 | 0.05 |
| HSL | 93.81º | 0.82% | 0.7% | - |
| HSV(B) | 93.81º | 0.52% | 0.95% | - |
| XYZ | 51.13 | 72.69 | 27.56 | - |
| YUV | 205.41 | 76.98 | 102.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 241 | 115 | 0.29 | 0 | 0.52 | 0.05 | 93.81 | 0.82 | 0.7 |
| Hex | AA | F1 | 73 | 1D | 0 | 34 | 5 | 5E | 52 | 46 |
| Octal | 252 | 361 | 163 | 35 | 0 | 64 | 5 | 136 | 122 | 106 |
| Binary | 10101010 | 11110001 | 1110011 | 11101 | 0 | 110100 | 101 | 1011110 | 1010010 | 1000110 |
Color Harmonies of #AAF173
Complementary color
Monochromatic Colors of #AAF173
Black with #AAF173
Text Example
Text Example
White with #AAF173
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAF173; }
p { color: rgb(170,241,115); }
H1.HeaderClassName
{
color: #AAF173;
}
.AnyTagClassName
{
color: #AAF173;
}
</style>
background-color css
<style>
a { background-color: #AAF173; }
a { background-color: rgb(170,241,115); }
div.DivClassName
{
background-color: #AAF173;
}
.BgClassName
{
background-color: #AAF173;
}
</style>
border-color css
<style>
span { border-color: #AAF173; }
span { border-color: rgb(170,241,115); }
td.TdClassName
{
border-color: #AAF173;
}
.TagClassName
{
border-color: #AAF173;
}
</style>