Shades of Feijoa #AAEE8A
Tints of Feijoa #AAEE8A
RGB
CMYK
RGB Variations
Color information
#AAEE8A (or 0xAAEE8A) is known color: Feijoa. HEX triplet: AA, EE and 8A. RGB value is (170,238,138). Sum of RGB (Red+Green+Blue) = 170+238+138=546 (72% of max value = 765). Red value is 170 (66.80% from 255 or 31.14% from 546); Green value is 238 (93.36% from 255 or 43.59% from 546); Blue value is 138 (54.30% from 255 or 25.27% from 546); Max value from RGB is 238 - color contains mainly: green. Hex color #AAEE8A is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #AAEE8A is #551175. Grayscale: #CECECE. Windows color (decimal): -5575030 or 9105066. OLE color: 9105066.
HSL color Cylindrical-coordinate representation of color #AAEE8A: hue angle of 100.8º degrees, saturation: 0.75, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #AAEE8A is Cyan = 0.29, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 170 | 238 | 138 | - |
| CMYK | 0.29 | 0 | 0.42 | 0.07 |
| HSL | 100.8º | 0.75% | 0.74% | - |
| HSV(B) | 100.8º | 0.42% | 0.93% | - |
| XYZ | 51.74 | 71.53 | 35.12 | - |
| YUV | 206.27 | 89.47 | 102.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 238 | 138 | 0.29 | 0 | 0.42 | 0.07 | 100.8 | 0.75 | 0.74 |
| Hex | AA | EE | 8A | 1D | 0 | 2A | 7 | 65 | 4B | 4A |
| Octal | 252 | 356 | 212 | 35 | 0 | 52 | 7 | 145 | 113 | 112 |
| Binary | 10101010 | 11101110 | 10001010 | 11101 | 0 | 101010 | 111 | 1100101 | 1001011 | 1001010 |
Color Harmonies of #AAEE8A
Complementary color
Monochromatic Colors of #AAEE8A
Black with #AAEE8A
Text Example
Text Example
White with #AAEE8A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAEE8A; }
p { color: rgb(170,238,138); }
H1.HeaderClassName
{
color: #AAEE8A;
}
.AnyTagClassName
{
color: #AAEE8A;
}
</style>
background-color css
<style>
a { background-color: #AAEE8A; }
a { background-color: rgb(170,238,138); }
div.DivClassName
{
background-color: #AAEE8A;
}
.BgClassName
{
background-color: #AAEE8A;
}
</style>
border-color css
<style>
span { border-color: #AAEE8A; }
span { border-color: rgb(170,238,138); }
td.TdClassName
{
border-color: #AAEE8A;
}
.TagClassName
{
border-color: #AAEE8A;
}
</style>