Shades of Feijoa #AAE88A
Tints of Feijoa #AAE88A
RGB
CMYK
RGB Variations
Color information
#AAE88A (or 0xAAE88A) is known color: Feijoa. HEX triplet: AA, E8 and 8A. RGB value is (170,232,138). Sum of RGB (Red+Green+Blue) = 170+232+138=540 (71% of max value = 765). Red value is 170 (66.80% from 255 or 31.48% from 540); Green value is 232 (91.02% from 255 or 42.96% from 540); Blue value is 138 (54.30% from 255 or 25.56% from 540); Max value from RGB is 232 - color contains mainly: green. Hex color #AAE88A is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #AAE88A is #551775. Grayscale: #CBCBCB. Windows color (decimal): -5576566 or 9103530. OLE color: 9103530.
HSL color Cylindrical-coordinate representation of color #AAE88A: hue angle of 99.57º degrees, saturation: 0.67, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #AAE88A is Cyan = 0.27, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 170 | 232 | 138 | - |
| CMYK | 0.27 | 0 | 0.41 | 0.09 |
| HSL | 99.57º | 0.67% | 0.73% | - |
| HSV(B) | 99.57º | 0.41% | 0.91% | - |
| XYZ | 50.02 | 68.09 | 34.55 | - |
| YUV | 202.75 | 91.46 | 104.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 232 | 138 | 0.27 | 0 | 0.41 | 0.09 | 99.57 | 0.67 | 0.73 |
| Hex | AA | E8 | 8A | 1B | 0 | 29 | 9 | 64 | 43 | 49 |
| Octal | 252 | 350 | 212 | 33 | 0 | 51 | 11 | 144 | 103 | 111 |
| Binary | 10101010 | 11101000 | 10001010 | 11011 | 0 | 101001 | 1001 | 1100100 | 1000011 | 1001001 |
Color Harmonies of #AAE88A
Complementary color
Monochromatic Colors of #AAE88A
Black with #AAE88A
Text Example
Text Example
White with #AAE88A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAE88A; }
p { color: rgb(170,232,138); }
H1.HeaderClassName
{
color: #AAE88A;
}
.AnyTagClassName
{
color: #AAE88A;
}
</style>
background-color css
<style>
a { background-color: #AAE88A; }
a { background-color: rgb(170,232,138); }
div.DivClassName
{
background-color: #AAE88A;
}
.BgClassName
{
background-color: #AAE88A;
}
</style>
border-color css
<style>
span { border-color: #AAE88A; }
span { border-color: rgb(170,232,138); }
td.TdClassName
{
border-color: #AAE88A;
}
.TagClassName
{
border-color: #AAE88A;
}
</style>