Shades of Feijoa #AAF174
Tints of Feijoa #AAF174
RGB
CMYK
RGB Variations
Color information
#AAF174 (or 0xAAF174) is known color: Feijoa. HEX triplet: AA, F1 and 74. RGB value is (170,241,116). Sum of RGB (Red+Green+Blue) = 170+241+116=527 (69% of max value = 765). Red value is 170 (66.80% from 255 or 32.26% from 527); Green value is 241 (94.53% from 255 or 45.73% from 527); Blue value is 116 (45.70% from 255 or 22.01% from 527); Max value from RGB is 241 - color contains mainly: green. Hex color #AAF174 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #AAF174 is #550E8B. Grayscale: #CDCDCD. Windows color (decimal): -5574284 or 7664042. OLE color: 7664042.
HSL color Cylindrical-coordinate representation of color #AAF174: hue angle of 94.08º 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 #AAF174 is Cyan = 0.29, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 170 | 241 | 116 | - |
| CMYK | 0.29 | 0 | 0.52 | 0.05 |
| HSL | 94.08º | 0.82% | 0.7% | - |
| HSV(B) | 94.08º | 0.52% | 0.95% | - |
| XYZ | 51.19 | 72.72 | 27.86 | - |
| YUV | 205.52 | 77.48 | 102.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 241 | 116 | 0.29 | 0 | 0.52 | 0.05 | 94.08 | 0.82 | 0.7 |
| Hex | AA | F1 | 74 | 1D | 0 | 34 | 5 | 5E | 52 | 46 |
| Octal | 252 | 361 | 164 | 35 | 0 | 64 | 5 | 136 | 122 | 106 |
| Binary | 10101010 | 11110001 | 1110100 | 11101 | 0 | 110100 | 101 | 1011110 | 1010010 | 1000110 |
Color Harmonies of #AAF174
Complementary color
Monochromatic Colors of #AAF174
Black with #AAF174
Text Example
Text Example
White with #AAF174
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAF174; }
p { color: rgb(170,241,116); }
H1.HeaderClassName
{
color: #AAF174;
}
.AnyTagClassName
{
color: #AAF174;
}
</style>
background-color css
<style>
a { background-color: #AAF174; }
a { background-color: rgb(170,241,116); }
div.DivClassName
{
background-color: #AAF174;
}
.BgClassName
{
background-color: #AAF174;
}
</style>
border-color css
<style>
span { border-color: #AAF174; }
span { border-color: rgb(170,241,116); }
td.TdClassName
{
border-color: #AAF174;
}
.TagClassName
{
border-color: #AAF174;
}
</style>