Shades of Feijoa #AAE58B
Tints of Feijoa #AAE58B
RGB
CMYK
RGB Variations
Color information
#AAE58B (or 0xAAE58B) is known color: Feijoa. HEX triplet: AA, E5 and 8B. RGB value is (170,229,139). Sum of RGB (Red+Green+Blue) = 170+229+139=538 (71% of max value = 765). Red value is 170 (66.80% from 255 or 31.60% from 538); Green value is 229 (89.84% from 255 or 42.57% from 538); Blue value is 139 (54.69% from 255 or 25.84% from 538); Max value from RGB is 229 - color contains mainly: green. Hex color #AAE58B is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AAE58B is #551A74. Grayscale: #C9C9C9. Windows color (decimal): -5577333 or 9168298. OLE color: 9168298.
HSL color Cylindrical-coordinate representation of color #AAE58B: hue angle of 99.33º degrees, saturation: 0.63, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #AAE58B is Cyan = 0.26, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 170 | 229 | 139 | - |
| CMYK | 0.26 | 0 | 0.39 | 0.10 |
| HSL | 99.33º | 0.63% | 0.72% | - |
| HSV(B) | 99.33º | 0.39% | 0.9% | - |
| XYZ | 49.26 | 66.45 | 34.66 | - |
| YUV | 201.1 | 92.95 | 105.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 229 | 139 | 0.26 | 0 | 0.39 | 0.10 | 99.33 | 0.63 | 0.72 |
| Hex | AA | E5 | 8B | 1A | 0 | 27 | A | 63 | 3F | 48 |
| Octal | 252 | 345 | 213 | 32 | 0 | 47 | 12 | 143 | 77 | 110 |
| Binary | 10101010 | 11100101 | 10001011 | 11010 | 0 | 100111 | 1010 | 1100011 | 111111 | 1001000 |
Color Harmonies of #AAE58B
Complementary color
Monochromatic Colors of #AAE58B
Black with #AAE58B
Text Example
Text Example
White with #AAE58B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAE58B; }
p { color: rgb(170,229,139); }
H1.HeaderClassName
{
color: #AAE58B;
}
.AnyTagClassName
{
color: #AAE58B;
}
</style>
background-color css
<style>
a { background-color: #AAE58B; }
a { background-color: rgb(170,229,139); }
div.DivClassName
{
background-color: #AAE58B;
}
.BgClassName
{
background-color: #AAE58B;
}
</style>
border-color css
<style>
span { border-color: #AAE58B; }
span { border-color: rgb(170,229,139); }
td.TdClassName
{
border-color: #AAE58B;
}
.TagClassName
{
border-color: #AAE58B;
}
</style>