Shades of Feijoa #AAE083
Tints of Feijoa #AAE083
RGB
CMYK
RGB Variations
Color information
#AAE083 (or 0xAAE083) is known color: Feijoa. HEX triplet: AA, E0 and 83. RGB value is (170,224,131). Sum of RGB (Red+Green+Blue) = 170+224+131=525 (69% of max value = 765). Red value is 170 (66.80% from 255 or 32.38% from 525); Green value is 224 (87.89% from 255 or 42.67% from 525); Blue value is 131 (51.56% from 255 or 24.95% from 525); Max value from RGB is 224 - color contains mainly: green. Hex color #AAE083 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AAE083 is #551F7C. Grayscale: #C5C5C5. Windows color (decimal): -5578621 or 8642730. OLE color: 8642730.
HSL color Cylindrical-coordinate representation of color #AAE083: hue angle of 94.84º degrees, saturation: 0.6, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #AAE083 is Cyan = 0.24, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 170 | 224 | 131 | - |
| CMYK | 0.24 | 0 | 0.42 | 0.12 |
| HSL | 94.84º | 0.6% | 0.7% | - |
| HSV(B) | 94.84º | 0.42% | 0.88% | - |
| XYZ | 47.33 | 63.5 | 31.23 | - |
| YUV | 197.25 | 90.61 | 108.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 224 | 131 | 0.24 | 0 | 0.42 | 0.12 | 94.84 | 0.6 | 0.7 |
| Hex | AA | E0 | 83 | 18 | 0 | 2A | C | 5F | 3C | 46 |
| Octal | 252 | 340 | 203 | 30 | 0 | 52 | 14 | 137 | 74 | 106 |
| Binary | 10101010 | 11100000 | 10000011 | 11000 | 0 | 101010 | 1100 | 1011111 | 111100 | 1000110 |
Color Harmonies of #AAE083
Complementary color
Monochromatic Colors of #AAE083
Black with #AAE083
Text Example
Text Example
White with #AAE083
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAE083; }
p { color: rgb(170,224,131); }
H1.HeaderClassName
{
color: #AAE083;
}
.AnyTagClassName
{
color: #AAE083;
}
</style>
background-color css
<style>
a { background-color: #AAE083; }
a { background-color: rgb(170,224,131); }
div.DivClassName
{
background-color: #AAE083;
}
.BgClassName
{
background-color: #AAE083;
}
</style>
border-color css
<style>
span { border-color: #AAE083; }
span { border-color: rgb(170,224,131); }
td.TdClassName
{
border-color: #AAE083;
}
.TagClassName
{
border-color: #AAE083;
}
</style>