Shades of Feijoa #AAE183
Tints of Feijoa #AAE183
RGB
CMYK
RGB Variations
Color information
#AAE183 (or 0xAAE183) is known color: Feijoa. HEX triplet: AA, E1 and 83. RGB value is (170,225,131). Sum of RGB (Red+Green+Blue) = 170+225+131=526 (69% of max value = 765). Red value is 170 (66.80% from 255 or 32.32% from 526); Green value is 225 (88.28% from 255 or 42.78% from 526); Blue value is 131 (51.56% from 255 or 24.90% from 526); Max value from RGB is 225 - color contains mainly: green. Hex color #AAE183 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AAE183 is #551E7C. Grayscale: #C6C6C6. Windows color (decimal): -5578365 or 8642986. OLE color: 8642986.
HSL color Cylindrical-coordinate representation of color #AAE183: hue angle of 95.11º degrees, saturation: 0.61, 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 #AAE183 is Cyan = 0.24, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 170 | 225 | 131 | - |
| CMYK | 0.24 | 0 | 0.42 | 0.12 |
| HSL | 95.11º | 0.61% | 0.7% | - |
| HSV(B) | 95.11º | 0.42% | 0.88% | - |
| XYZ | 47.6 | 64.04 | 31.32 | - |
| YUV | 197.84 | 90.28 | 108.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 225 | 131 | 0.24 | 0 | 0.42 | 0.12 | 95.11 | 0.61 | 0.7 |
| Hex | AA | E1 | 83 | 18 | 0 | 2A | C | 5F | 3D | 46 |
| Octal | 252 | 341 | 203 | 30 | 0 | 52 | 14 | 137 | 75 | 106 |
| Binary | 10101010 | 11100001 | 10000011 | 11000 | 0 | 101010 | 1100 | 1011111 | 111101 | 1000110 |
Color Harmonies of #AAE183
Complementary color
Monochromatic Colors of #AAE183
Black with #AAE183
Text Example
Text Example
White with #AAE183
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAE183; }
p { color: rgb(170,225,131); }
H1.HeaderClassName
{
color: #AAE183;
}
.AnyTagClassName
{
color: #AAE183;
}
</style>
background-color css
<style>
a { background-color: #AAE183; }
a { background-color: rgb(170,225,131); }
div.DivClassName
{
background-color: #AAE183;
}
.BgClassName
{
background-color: #AAE183;
}
</style>
border-color css
<style>
span { border-color: #AAE183; }
span { border-color: rgb(170,225,131); }
td.TdClassName
{
border-color: #AAE183;
}
.TagClassName
{
border-color: #AAE183;
}
</style>