Shades of Feijoa #AAE381
Tints of Feijoa #AAE381
RGB
CMYK
RGB Variations
Color information
#AAE381 (or 0xAAE381) is known color: Feijoa. HEX triplet: AA, E3 and 81. RGB value is (170,227,129). Sum of RGB (Red+Green+Blue) = 170+227+129=526 (69% of max value = 765). Red value is 170 (66.80% from 255 or 32.32% from 526); Green value is 227 (89.06% from 255 or 43.16% from 526); Blue value is 129 (50.78% from 255 or 24.52% from 526); Max value from RGB is 227 - color contains mainly: green. Hex color #AAE381 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AAE381 is #551C7E. Grayscale: #C7C7C7. Windows color (decimal): -5577855 or 8512426. OLE color: 8512426.
HSL color Cylindrical-coordinate representation of color #AAE381: hue angle of 94.9º degrees, saturation: 0.64, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #AAE381 is Cyan = 0.25, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 170 | 227 | 129 | - |
| CMYK | 0.25 | 0 | 0.43 | 0.11 |
| HSL | 94.9º | 0.64% | 0.7% | - |
| HSV(B) | 94.9º | 0.43% | 0.89% | - |
| XYZ | 48.01 | 65.07 | 30.8 | - |
| YUV | 198.79 | 88.62 | 107.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 227 | 129 | 0.25 | 0 | 0.43 | 0.11 | 94.9 | 0.64 | 0.7 |
| Hex | AA | E3 | 81 | 19 | 0 | 2B | B | 5F | 40 | 46 |
| Octal | 252 | 343 | 201 | 31 | 0 | 53 | 13 | 137 | 100 | 106 |
| Binary | 10101010 | 11100011 | 10000001 | 11001 | 0 | 101011 | 1011 | 1011111 | 1000000 | 1000110 |
Color Harmonies of #AAE381
Complementary color
Monochromatic Colors of #AAE381
Black with #AAE381
Text Example
Text Example
White with #AAE381
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAE381; }
p { color: rgb(170,227,129); }
H1.HeaderClassName
{
color: #AAE381;
}
.AnyTagClassName
{
color: #AAE381;
}
</style>
background-color css
<style>
a { background-color: #AAE381; }
a { background-color: rgb(170,227,129); }
div.DivClassName
{
background-color: #AAE381;
}
.BgClassName
{
background-color: #AAE381;
}
</style>
border-color css
<style>
span { border-color: #AAE381; }
span { border-color: rgb(170,227,129); }
td.TdClassName
{
border-color: #AAE381;
}
.TagClassName
{
border-color: #AAE381;
}
</style>