Shades of Feijoa #AAE483
Tints of Feijoa #AAE483
RGB
CMYK
RGB Variations
Color information
#AAE483 (or 0xAAE483) is known color: Feijoa. HEX triplet: AA, E4 and 83. RGB value is (170,228,131). Sum of RGB (Red+Green+Blue) = 170+228+131=529 (70% of max value = 765). Red value is 170 (66.80% from 255 or 32.14% from 529); Green value is 228 (89.45% from 255 or 43.10% from 529); Blue value is 131 (51.56% from 255 or 24.76% from 529); Max value from RGB is 228 - color contains mainly: green. Hex color #AAE483 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AAE483 is #551B7C. Grayscale: #C7C7C7. Windows color (decimal): -5577597 or 8643754. OLE color: 8643754.
HSL color Cylindrical-coordinate representation of color #AAE483: hue angle of 95.88º degrees, saturation: 0.64, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #AAE483 is Cyan = 0.25, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 170 | 228 | 131 | - |
| CMYK | 0.25 | 0 | 0.43 | 0.11 |
| HSL | 95.88º | 0.64% | 0.7% | - |
| HSV(B) | 95.88º | 0.43% | 0.89% | - |
| XYZ | 48.42 | 65.67 | 31.6 | - |
| YUV | 199.6 | 89.28 | 106.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 228 | 131 | 0.25 | 0 | 0.43 | 0.11 | 95.88 | 0.64 | 0.7 |
| Hex | AA | E4 | 83 | 19 | 0 | 2B | B | 60 | 40 | 46 |
| Octal | 252 | 344 | 203 | 31 | 0 | 53 | 13 | 140 | 100 | 106 |
| Binary | 10101010 | 11100100 | 10000011 | 11001 | 0 | 101011 | 1011 | 1100000 | 1000000 | 1000110 |
Color Harmonies of #AAE483
Complementary color
Monochromatic Colors of #AAE483
Black with #AAE483
Text Example
Text Example
White with #AAE483
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAE483; }
p { color: rgb(170,228,131); }
H1.HeaderClassName
{
color: #AAE483;
}
.AnyTagClassName
{
color: #AAE483;
}
</style>
background-color css
<style>
a { background-color: #AAE483; }
a { background-color: rgb(170,228,131); }
div.DivClassName
{
background-color: #AAE483;
}
.BgClassName
{
background-color: #AAE483;
}
</style>
border-color css
<style>
span { border-color: #AAE483; }
span { border-color: rgb(170,228,131); }
td.TdClassName
{
border-color: #AAE483;
}
.TagClassName
{
border-color: #AAE483;
}
</style>