Shades of Feijoa #AAF56F
Tints of Feijoa #AAF56F
RGB
CMYK
RGB Variations
Color information
#AAF56F (or 0xAAF56F) is known color: Feijoa. HEX triplet: AA, F5 and 6F. RGB value is (170,245,111). Sum of RGB (Red+Green+Blue) = 170+245+111=526 (69% of max value = 765). Red value is 170 (66.80% from 255 or 32.32% from 526); Green value is 245 (96.09% from 255 or 46.58% from 526); Blue value is 111 (43.75% from 255 or 21.10% from 526); Max value from RGB is 245 - color contains mainly: green. Hex color #AAF56F is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #AAF56F is #550A90. Grayscale: #CFCFCF. Windows color (decimal): -5573265 or 7337386. OLE color: 7337386.
HSL color Cylindrical-coordinate representation of color #AAF56F: hue angle of 93.58º degrees, saturation: 0.87, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #AAF56F is Cyan = 0.31, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 170 | 245 | 111 | - |
| CMYK | 0.31 | 0 | 0.55 | 0.04 |
| HSL | 93.58º | 0.87% | 0.7% | - |
| HSV(B) | 93.58º | 0.55% | 0.96% | - |
| XYZ | 52.1 | 75 | 26.77 | - |
| YUV | 207.3 | 73.65 | 101.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 245 | 111 | 0.31 | 0 | 0.55 | 0.04 | 93.58 | 0.87 | 0.7 |
| Hex | AA | F5 | 6F | 1F | 0 | 37 | 4 | 5E | 57 | 46 |
| Octal | 252 | 365 | 157 | 37 | 0 | 67 | 4 | 136 | 127 | 106 |
| Binary | 10101010 | 11110101 | 1101111 | 11111 | 0 | 110111 | 100 | 1011110 | 1010111 | 1000110 |
Color Harmonies of #AAF56F
Complementary color
Monochromatic Colors of #AAF56F
Black with #AAF56F
Text Example
Text Example
White with #AAF56F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAF56F; }
p { color: rgb(170,245,111); }
H1.HeaderClassName
{
color: #AAF56F;
}
.AnyTagClassName
{
color: #AAF56F;
}
</style>
background-color css
<style>
a { background-color: #AAF56F; }
a { background-color: rgb(170,245,111); }
div.DivClassName
{
background-color: #AAF56F;
}
.BgClassName
{
background-color: #AAF56F;
}
</style>
border-color css
<style>
span { border-color: #AAF56F; }
span { border-color: rgb(170,245,111); }
td.TdClassName
{
border-color: #AAF56F;
}
.TagClassName
{
border-color: #AAF56F;
}
</style>