Shades of Feijoa #AAE38C
Tints of Feijoa #AAE38C
RGB
CMYK
RGB Variations
Color information
#AAE38C (or 0xAAE38C) is known color: Feijoa. HEX triplet: AA, E3 and 8C. RGB value is (170,227,140). Sum of RGB (Red+Green+Blue) = 170+227+140=537 (71% of max value = 765). Red value is 170 (66.80% from 255 or 31.66% from 537); Green value is 227 (89.06% from 255 or 42.27% from 537); Blue value is 140 (55.08% from 255 or 26.07% from 537); Max value from RGB is 227 - color contains mainly: green. Hex color #AAE38C is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AAE38C is #551C73. Grayscale: #C8C8C8. Windows color (decimal): -5577844 or 9233322. OLE color: 9233322.
HSL color Cylindrical-coordinate representation of color #AAE38C: hue angle of 99.31º degrees, saturation: 0.61, 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 #AAE38C is Cyan = 0.25, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 170 | 227 | 140 | - |
| CMYK | 0.25 | 0 | 0.38 | 0.11 |
| HSL | 99.31º | 0.61% | 0.72% | - |
| HSV(B) | 99.31º | 0.38% | 0.89% | - |
| XYZ | 48.78 | 65.38 | 34.86 | - |
| YUV | 200.04 | 94.12 | 106.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 227 | 140 | 0.25 | 0 | 0.38 | 0.11 | 99.31 | 0.61 | 0.72 |
| Hex | AA | E3 | 8C | 19 | 0 | 26 | B | 63 | 3D | 48 |
| Octal | 252 | 343 | 214 | 31 | 0 | 46 | 13 | 143 | 75 | 110 |
| Binary | 10101010 | 11100011 | 10001100 | 11001 | 0 | 100110 | 1011 | 1100011 | 111101 | 1001000 |
Color Harmonies of #AAE38C
Complementary color
Monochromatic Colors of #AAE38C
Black with #AAE38C
Text Example
Text Example
White with #AAE38C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAE38C; }
p { color: rgb(170,227,140); }
H1.HeaderClassName
{
color: #AAE38C;
}
.AnyTagClassName
{
color: #AAE38C;
}
</style>
background-color css
<style>
a { background-color: #AAE38C; }
a { background-color: rgb(170,227,140); }
div.DivClassName
{
background-color: #AAE38C;
}
.BgClassName
{
background-color: #AAE38C;
}
</style>
border-color css
<style>
span { border-color: #AAE38C; }
span { border-color: rgb(170,227,140); }
td.TdClassName
{
border-color: #AAE38C;
}
.TagClassName
{
border-color: #AAE38C;
}
</style>