Shades of Feijoa #AAE181
Tints of Feijoa #AAE181
RGB
CMYK
RGB Variations
Color information
#AAE181 (or 0xAAE181) is known color: Feijoa. HEX triplet: AA, E1 and 81. RGB value is (170,225,129). Sum of RGB (Red+Green+Blue) = 170+225+129=524 (69% of max value = 765). Red value is 170 (66.80% from 255 or 32.44% from 524); Green value is 225 (88.28% from 255 or 42.94% from 524); Blue value is 129 (50.78% from 255 or 24.62% from 524); Max value from RGB is 225 - color contains mainly: green. Hex color #AAE181 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AAE181 is #551E7E. Grayscale: #C5C5C5. Windows color (decimal): -5578367 or 8511914. OLE color: 8511914.
HSL color Cylindrical-coordinate representation of color #AAE181: hue angle of 94.38º degrees, saturation: 0.62, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #AAE181 is Cyan = 0.24, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 170 | 225 | 129 | - |
| CMYK | 0.24 | 0 | 0.43 | 0.12 |
| HSL | 94.38º | 0.62% | 0.69% | - |
| HSV(B) | 94.38º | 0.43% | 0.88% | - |
| XYZ | 47.47 | 63.98 | 30.62 | - |
| YUV | 197.61 | 89.28 | 108.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 225 | 129 | 0.24 | 0 | 0.43 | 0.12 | 94.38 | 0.62 | 0.69 |
| Hex | AA | E1 | 81 | 18 | 0 | 2B | C | 5E | 3E | 45 |
| Octal | 252 | 341 | 201 | 30 | 0 | 53 | 14 | 136 | 76 | 105 |
| Binary | 10101010 | 11100001 | 10000001 | 11000 | 0 | 101011 | 1100 | 1011110 | 111110 | 1000101 |
Color Harmonies of #AAE181
Complementary color
Monochromatic Colors of #AAE181
Black with #AAE181
Text Example
Text Example
White with #AAE181
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAE181; }
p { color: rgb(170,225,129); }
H1.HeaderClassName
{
color: #AAE181;
}
.AnyTagClassName
{
color: #AAE181;
}
</style>
background-color css
<style>
a { background-color: #AAE181; }
a { background-color: rgb(170,225,129); }
div.DivClassName
{
background-color: #AAE181;
}
.BgClassName
{
background-color: #AAE181;
}
</style>
border-color css
<style>
span { border-color: #AAE181; }
span { border-color: rgb(170,225,129); }
td.TdClassName
{
border-color: #AAE181;
}
.TagClassName
{
border-color: #AAE181;
}
</style>