Shades of Feijoa #AAE572
Tints of Feijoa #AAE572
RGB
CMYK
RGB Variations
Color information
#AAE572 (or 0xAAE572) is known color: Feijoa. HEX triplet: AA, E5 and 72. RGB value is (170,229,114). Sum of RGB (Red+Green+Blue) = 170+229+114=513 (67% of max value = 765). Red value is 170 (66.80% from 255 or 33.14% from 513); Green value is 229 (89.84% from 255 or 44.64% from 513); Blue value is 114 (44.92% from 255 or 22.22% from 513); Max value from RGB is 229 - color contains mainly: green. Hex color #AAE572 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AAE572 is #551A8D. Grayscale: #C6C6C6. Windows color (decimal): -5577358 or 7529898. OLE color: 7529898.
HSL color Cylindrical-coordinate representation of color #AAE572: hue angle of 90.78º degrees, saturation: 0.69, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #AAE572 is Cyan = 0.26, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 170 | 229 | 114 | - |
| CMYK | 0.26 | 0 | 0.50 | 0.10 |
| HSL | 90.78º | 0.69% | 0.67% | - |
| HSV(B) | 90.78º | 0.5% | 0.9% | - |
| XYZ | 47.63 | 65.8 | 26.11 | - |
| YUV | 198.25 | 80.45 | 107.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 229 | 114 | 0.26 | 0 | 0.50 | 0.10 | 90.78 | 0.69 | 0.67 |
| Hex | AA | E5 | 72 | 1A | 0 | 32 | A | 5B | 45 | 43 |
| Octal | 252 | 345 | 162 | 32 | 0 | 62 | 12 | 133 | 105 | 103 |
| Binary | 10101010 | 11100101 | 1110010 | 11010 | 0 | 110010 | 1010 | 1011011 | 1000101 | 1000011 |
Color Harmonies of #AAE572
Complementary color
Monochromatic Colors of #AAE572
Black with #AAE572
Text Example
Text Example
White with #AAE572
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAE572; }
p { color: rgb(170,229,114); }
H1.HeaderClassName
{
color: #AAE572;
}
.AnyTagClassName
{
color: #AAE572;
}
</style>
background-color css
<style>
a { background-color: #AAE572; }
a { background-color: rgb(170,229,114); }
div.DivClassName
{
background-color: #AAE572;
}
.BgClassName
{
background-color: #AAE572;
}
</style>
border-color css
<style>
span { border-color: #AAE572; }
span { border-color: rgb(170,229,114); }
td.TdClassName
{
border-color: #AAE572;
}
.TagClassName
{
border-color: #AAE572;
}
</style>