Shades of Feijoa #AAEF70
Tints of Feijoa #AAEF70
RGB
CMYK
RGB Variations
Color information
#AAEF70 (or 0xAAEF70) is known color: Feijoa. HEX triplet: AA, EF and 70. RGB value is (170,239,112). Sum of RGB (Red+Green+Blue) = 170+239+112=521 (69% of max value = 765). Red value is 170 (66.80% from 255 or 32.63% from 521); Green value is 239 (93.75% from 255 or 45.87% from 521); Blue value is 112 (44.14% from 255 or 21.50% from 521); Max value from RGB is 239 - color contains mainly: green. Hex color #AAEF70 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #AAEF70 is #55108F. Grayscale: #CCCCCC. Windows color (decimal): -5574800 or 7401386. OLE color: 7401386.
HSL color Cylindrical-coordinate representation of color #AAEF70: hue angle of 92.6º degrees, saturation: 0.8, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #AAEF70 is Cyan = 0.29, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 170 | 239 | 112 | - |
| CMYK | 0.29 | 0 | 0.53 | 0.06 |
| HSL | 92.6º | 0.8% | 0.69% | - |
| HSV(B) | 92.6º | 0.53% | 0.94% | - |
| XYZ | 50.37 | 71.45 | 26.47 | - |
| YUV | 203.89 | 76.14 | 103.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 239 | 112 | 0.29 | 0 | 0.53 | 0.06 | 92.6 | 0.8 | 0.69 |
| Hex | AA | EF | 70 | 1D | 0 | 35 | 6 | 5D | 50 | 45 |
| Octal | 252 | 357 | 160 | 35 | 0 | 65 | 6 | 135 | 120 | 105 |
| Binary | 10101010 | 11101111 | 1110000 | 11101 | 0 | 110101 | 110 | 1011101 | 1010000 | 1000101 |
Color Harmonies of #AAEF70
Complementary color
Monochromatic Colors of #AAEF70
Black with #AAEF70
Text Example
Text Example
White with #AAEF70
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAEF70; }
p { color: rgb(170,239,112); }
H1.HeaderClassName
{
color: #AAEF70;
}
.AnyTagClassName
{
color: #AAEF70;
}
</style>
background-color css
<style>
a { background-color: #AAEF70; }
a { background-color: rgb(170,239,112); }
div.DivClassName
{
background-color: #AAEF70;
}
.BgClassName
{
background-color: #AAEF70;
}
</style>
border-color css
<style>
span { border-color: #AAEF70; }
span { border-color: rgb(170,239,112); }
td.TdClassName
{
border-color: #AAEF70;
}
.TagClassName
{
border-color: #AAEF70;
}
</style>