Shades of Feijoa #AAEA7F
Tints of Feijoa #AAEA7F
RGB
CMYK
RGB Variations
Color information
#AAEA7F (or 0xAAEA7F) is known color: Feijoa. HEX triplet: AA, EA and 7F. RGB value is (170,234,127). Sum of RGB (Red+Green+Blue) = 170+234+127=531 (70% of max value = 765). Red value is 170 (66.80% from 255 or 32.02% from 531); Green value is 234 (91.80% from 255 or 44.07% from 531); Blue value is 127 (50% from 255 or 23.92% from 531); Max value from RGB is 234 - color contains mainly: green. Hex color #AAEA7F is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #AAEA7F is #551580. Grayscale: #CBCBCB. Windows color (decimal): -5576065 or 8383146. OLE color: 8383146.
HSL color Cylindrical-coordinate representation of color #AAEA7F: hue angle of 95.89º degrees, saturation: 0.72, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #AAEA7F is Cyan = 0.27, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 170 | 234 | 127 | - |
| CMYK | 0.27 | 0 | 0.46 | 0.08 |
| HSL | 95.89º | 0.72% | 0.71% | - |
| HSV(B) | 95.89º | 0.46% | 0.92% | - |
| XYZ | 49.83 | 68.92 | 30.76 | - |
| YUV | 202.67 | 85.3 | 104.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 234 | 127 | 0.27 | 0 | 0.46 | 0.08 | 95.89 | 0.72 | 0.71 |
| Hex | AA | EA | 7F | 1B | 0 | 2E | 8 | 60 | 48 | 47 |
| Octal | 252 | 352 | 177 | 33 | 0 | 56 | 10 | 140 | 110 | 107 |
| Binary | 10101010 | 11101010 | 1111111 | 11011 | 0 | 101110 | 1000 | 1100000 | 1001000 | 1000111 |
Color Harmonies of #AAEA7F
Complementary color
Monochromatic Colors of #AAEA7F
Black with #AAEA7F
Text Example
Text Example
White with #AAEA7F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAEA7F; }
p { color: rgb(170,234,127); }
H1.HeaderClassName
{
color: #AAEA7F;
}
.AnyTagClassName
{
color: #AAEA7F;
}
</style>
background-color css
<style>
a { background-color: #AAEA7F; }
a { background-color: rgb(170,234,127); }
div.DivClassName
{
background-color: #AAEA7F;
}
.BgClassName
{
background-color: #AAEA7F;
}
</style>
border-color css
<style>
span { border-color: #AAEA7F; }
span { border-color: rgb(170,234,127); }
td.TdClassName
{
border-color: #AAEA7F;
}
.TagClassName
{
border-color: #AAEA7F;
}
</style>