Shades of Feijoa #AAE27F
Tints of Feijoa #AAE27F
RGB
CMYK
RGB Variations
Color information
#AAE27F (or 0xAAE27F) is known color: Feijoa. HEX triplet: AA, E2 and 7F. RGB value is (170,226,127). Sum of RGB (Red+Green+Blue) = 170+226+127=523 (69% of max value = 765). Red value is 170 (66.80% from 255 or 32.50% from 523); Green value is 226 (88.67% from 255 or 43.21% from 523); Blue value is 127 (50% from 255 or 24.28% from 523); Max value from RGB is 226 - color contains mainly: green. Hex color #AAE27F is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AAE27F is #551D80. Grayscale: #C6C6C6. Windows color (decimal): -5578113 or 8381098. OLE color: 8381098.
HSL color Cylindrical-coordinate representation of color #AAE27F: hue angle of 93.94º degrees, saturation: 0.63, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #AAE27F is Cyan = 0.25, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 170 | 226 | 127 | - |
| CMYK | 0.25 | 0 | 0.44 | 0.11 |
| HSL | 93.94º | 0.63% | 0.69% | - |
| HSV(B) | 93.94º | 0.44% | 0.89% | - |
| XYZ | 47.6 | 64.47 | 30.01 | - |
| YUV | 197.97 | 87.95 | 108.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 226 | 127 | 0.25 | 0 | 0.44 | 0.11 | 93.94 | 0.63 | 0.69 |
| Hex | AA | E2 | 7F | 19 | 0 | 2C | B | 5E | 3F | 45 |
| Octal | 252 | 342 | 177 | 31 | 0 | 54 | 13 | 136 | 77 | 105 |
| Binary | 10101010 | 11100010 | 1111111 | 11001 | 0 | 101100 | 1011 | 1011110 | 111111 | 1000101 |
Color Harmonies of #AAE27F
Complementary color
Monochromatic Colors of #AAE27F
Black with #AAE27F
Text Example
Text Example
White with #AAE27F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAE27F; }
p { color: rgb(170,226,127); }
H1.HeaderClassName
{
color: #AAE27F;
}
.AnyTagClassName
{
color: #AAE27F;
}
</style>
background-color css
<style>
a { background-color: #AAE27F; }
a { background-color: rgb(170,226,127); }
div.DivClassName
{
background-color: #AAE27F;
}
.BgClassName
{
background-color: #AAE27F;
}
</style>
border-color css
<style>
span { border-color: #AAE27F; }
span { border-color: rgb(170,226,127); }
td.TdClassName
{
border-color: #AAE27F;
}
.TagClassName
{
border-color: #AAE27F;
}
</style>