Shades of Feijoa #AAE28C
Tints of Feijoa #AAE28C
RGB
CMYK
RGB Variations
Color information
#AAE28C (or 0xAAE28C) is known color: Feijoa. HEX triplet: AA, E2 and 8C. RGB value is (170,226,140). Sum of RGB (Red+Green+Blue) = 170+226+140=536 (70% of max value = 765). Red value is 170 (66.80% from 255 or 31.72% from 536); Green value is 226 (88.67% from 255 or 42.16% from 536); Blue value is 140 (55.08% from 255 or 26.12% from 536); Max value from RGB is 226 - color contains mainly: green. Hex color #AAE28C is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AAE28C is #551D73. Grayscale: #C7C7C7. Windows color (decimal): -5578100 or 9233066. OLE color: 9233066.
HSL color Cylindrical-coordinate representation of color #AAE28C: hue angle of 99.07º degrees, saturation: 0.6, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #AAE28C is Cyan = 0.25, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 170 | 226 | 140 | - |
| CMYK | 0.25 | 0 | 0.38 | 0.11 |
| HSL | 99.07º | 0.6% | 0.72% | - |
| HSV(B) | 99.07º | 0.38% | 0.89% | - |
| XYZ | 48.51 | 64.83 | 34.77 | - |
| YUV | 199.45 | 94.45 | 106.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 226 | 140 | 0.25 | 0 | 0.38 | 0.11 | 99.07 | 0.6 | 0.72 |
| Hex | AA | E2 | 8C | 19 | 0 | 26 | B | 63 | 3C | 48 |
| Octal | 252 | 342 | 214 | 31 | 0 | 46 | 13 | 143 | 74 | 110 |
| Binary | 10101010 | 11100010 | 10001100 | 11001 | 0 | 100110 | 1011 | 1100011 | 111100 | 1001000 |
Color Harmonies of #AAE28C
Complementary color
Monochromatic Colors of #AAE28C
Black with #AAE28C
Text Example
Text Example
White with #AAE28C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAE28C; }
p { color: rgb(170,226,140); }
H1.HeaderClassName
{
color: #AAE28C;
}
.AnyTagClassName
{
color: #AAE28C;
}
</style>
background-color css
<style>
a { background-color: #AAE28C; }
a { background-color: rgb(170,226,140); }
div.DivClassName
{
background-color: #AAE28C;
}
.BgClassName
{
background-color: #AAE28C;
}
</style>
border-color css
<style>
span { border-color: #AAE28C; }
span { border-color: rgb(170,226,140); }
td.TdClassName
{
border-color: #AAE28C;
}
.TagClassName
{
border-color: #AAE28C;
}
</style>