Shades of Feijoa #AAF16F
Tints of Feijoa #AAF16F
RGB
CMYK
RGB Variations
Color information
#AAF16F (or 0xAAF16F) is known color: Feijoa. HEX triplet: AA, F1 and 6F. RGB value is (170,241,111). Sum of RGB (Red+Green+Blue) = 170+241+111=522 (69% of max value = 765). Red value is 170 (66.80% from 255 or 32.57% from 522); Green value is 241 (94.53% from 255 or 46.17% from 522); Blue value is 111 (43.75% from 255 or 21.26% from 522); Max value from RGB is 241 - color contains mainly: green. Hex color #AAF16F is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #AAF16F is #550E90. Grayscale: #CDCDCD. Windows color (decimal): -5574289 or 7336362. OLE color: 7336362.
HSL color Cylindrical-coordinate representation of color #AAF16F: hue angle of 92.77º degrees, saturation: 0.82, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #AAF16F is Cyan = 0.29, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 170 | 241 | 111 | - |
| CMYK | 0.29 | 0 | 0.54 | 0.05 |
| HSL | 92.77º | 0.82% | 0.69% | - |
| HSV(B) | 92.77º | 0.54% | 0.95% | - |
| XYZ | 50.9 | 72.6 | 26.37 | - |
| YUV | 204.95 | 74.98 | 103.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 241 | 111 | 0.29 | 0 | 0.54 | 0.05 | 92.77 | 0.82 | 0.69 |
| Hex | AA | F1 | 6F | 1D | 0 | 36 | 5 | 5D | 52 | 45 |
| Octal | 252 | 361 | 157 | 35 | 0 | 66 | 5 | 135 | 122 | 105 |
| Binary | 10101010 | 11110001 | 1101111 | 11101 | 0 | 110110 | 101 | 1011101 | 1010010 | 1000101 |
Color Harmonies of #AAF16F
Complementary color
Monochromatic Colors of #AAF16F
Black with #AAF16F
Text Example
Text Example
White with #AAF16F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAF16F; }
p { color: rgb(170,241,111); }
H1.HeaderClassName
{
color: #AAF16F;
}
.AnyTagClassName
{
color: #AAF16F;
}
</style>
background-color css
<style>
a { background-color: #AAF16F; }
a { background-color: rgb(170,241,111); }
div.DivClassName
{
background-color: #AAF16F;
}
.BgClassName
{
background-color: #AAF16F;
}
</style>
border-color css
<style>
span { border-color: #AAF16F; }
span { border-color: rgb(170,241,111); }
td.TdClassName
{
border-color: #AAF16F;
}
.TagClassName
{
border-color: #AAF16F;
}
</style>