Shades of Feijoa #AAEF77
Tints of Feijoa #AAEF77
RGB
CMYK
RGB Variations
Color information
#AAEF77 (or 0xAAEF77) is known color: Feijoa. HEX triplet: AA, EF and 77. RGB value is (170,239,119). Sum of RGB (Red+Green+Blue) = 170+239+119=528 (69% of max value = 765). Red value is 170 (66.80% from 255 or 32.20% from 528); Green value is 239 (93.75% from 255 or 45.27% from 528); Blue value is 119 (46.88% from 255 or 22.54% from 528); Max value from RGB is 239 - color contains mainly: green. Hex color #AAEF77 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #AAEF77 is #551088. Grayscale: #CDCDCD. Windows color (decimal): -5574793 or 7860138. OLE color: 7860138.
HSL color Cylindrical-coordinate representation of color #AAEF77: hue angle of 94.5º degrees, saturation: 0.79, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #AAEF77 is Cyan = 0.29, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 170 | 239 | 119 | - |
| CMYK | 0.29 | 0 | 0.50 | 0.06 |
| HSL | 94.5º | 0.79% | 0.7% | - |
| HSV(B) | 94.5º | 0.5% | 0.94% | - |
| XYZ | 50.77 | 71.61 | 28.6 | - |
| YUV | 204.69 | 79.64 | 103.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 239 | 119 | 0.29 | 0 | 0.50 | 0.06 | 94.5 | 0.79 | 0.7 |
| Hex | AA | EF | 77 | 1D | 0 | 32 | 6 | 5E | 4F | 46 |
| Octal | 252 | 357 | 167 | 35 | 0 | 62 | 6 | 136 | 117 | 106 |
| Binary | 10101010 | 11101111 | 1110111 | 11101 | 0 | 110010 | 110 | 1011110 | 1001111 | 1000110 |
Color Harmonies of #AAEF77
Complementary color
Monochromatic Colors of #AAEF77
Black with #AAEF77
Text Example
Text Example
White with #AAEF77
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAEF77; }
p { color: rgb(170,239,119); }
H1.HeaderClassName
{
color: #AAEF77;
}
.AnyTagClassName
{
color: #AAEF77;
}
</style>
background-color css
<style>
a { background-color: #AAEF77; }
a { background-color: rgb(170,239,119); }
div.DivClassName
{
background-color: #AAEF77;
}
.BgClassName
{
background-color: #AAEF77;
}
</style>
border-color css
<style>
span { border-color: #AAEF77; }
span { border-color: rgb(170,239,119); }
td.TdClassName
{
border-color: #AAEF77;
}
.TagClassName
{
border-color: #AAEF77;
}
</style>