Shades of Feijoa #AAF16D
Tints of Feijoa #AAF16D
RGB
CMYK
RGB Variations
Color information
#AAF16D (or 0xAAF16D) is known color: Feijoa. HEX triplet: AA, F1 and 6D. RGB value is (170,241,109). Sum of RGB (Red+Green+Blue) = 170+241+109=520 (68% of max value = 765). Red value is 170 (66.80% from 255 or 32.69% from 520); Green value is 241 (94.53% from 255 or 46.35% from 520); Blue value is 109 (42.97% from 255 or 20.96% from 520); Max value from RGB is 241 - color contains mainly: green. Hex color #AAF16D is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #AAF16D is #550E92. Grayscale: #CDCDCD. Windows color (decimal): -5574291 or 7205290. OLE color: 7205290.
HSL color Cylindrical-coordinate representation of color #AAF16D: hue angle of 92.27º degrees, saturation: 0.82, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #AAF16D is Cyan = 0.29, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 170 | 241 | 109 | - |
| CMYK | 0.29 | 0 | 0.55 | 0.05 |
| HSL | 92.27º | 0.83% | 0.69% | - |
| HSV(B) | 92.27º | 0.55% | 0.95% | - |
| XYZ | 50.79 | 72.56 | 25.8 | - |
| YUV | 204.72 | 73.98 | 103.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 241 | 109 | 0.29 | 0 | 0.55 | 0.05 | 92.27 | 0.83 | 0.69 |
| Hex | AA | F1 | 6D | 1D | 0 | 37 | 5 | 5C | 52 | 45 |
| Octal | 252 | 361 | 155 | 35 | 0 | 67 | 5 | 134 | 122 | 105 |
| Binary | 10101010 | 11110001 | 1101101 | 11101 | 0 | 110111 | 101 | 1011100 | 1010010 | 1000101 |
Color Harmonies of #AAF16D
Complementary color
Monochromatic Colors of #AAF16D
Black with #AAF16D
Text Example
Text Example
White with #AAF16D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAF16D; }
p { color: rgb(170,241,109); }
H1.HeaderClassName
{
color: #AAF16D;
}
.AnyTagClassName
{
color: #AAF16D;
}
</style>
background-color css
<style>
a { background-color: #AAF16D; }
a { background-color: rgb(170,241,109); }
div.DivClassName
{
background-color: #AAF16D;
}
.BgClassName
{
background-color: #AAF16D;
}
</style>
border-color css
<style>
span { border-color: #AAF16D; }
span { border-color: rgb(170,241,109); }
td.TdClassName
{
border-color: #AAF16D;
}
.TagClassName
{
border-color: #AAF16D;
}
</style>