Shades of Feijoa #AAE382
Tints of Feijoa #AAE382
RGB
CMYK
RGB Variations
Color information
#AAE382 (or 0xAAE382) is known color: Feijoa. HEX triplet: AA, E3 and 82. RGB value is (170,227,130). Sum of RGB (Red+Green+Blue) = 170+227+130=527 (69% of max value = 765). Red value is 170 (66.80% from 255 or 32.26% from 527); Green value is 227 (89.06% from 255 or 43.07% from 527); Blue value is 130 (51.17% from 255 or 24.67% from 527); Max value from RGB is 227 - color contains mainly: green. Hex color #AAE382 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AAE382 is #551C7D. Grayscale: #C7C7C7. Windows color (decimal): -5577854 or 8577962. OLE color: 8577962.
HSL color Cylindrical-coordinate representation of color #AAE382: hue angle of 95.26º degrees, saturation: 0.63, 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 #AAE382 is Cyan = 0.25, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 170 | 227 | 130 | - |
| CMYK | 0.25 | 0 | 0.43 | 0.11 |
| HSL | 95.26º | 0.63% | 0.7% | - |
| HSV(B) | 95.26º | 0.43% | 0.89% | - |
| XYZ | 48.08 | 65.1 | 31.15 | - |
| YUV | 198.9 | 89.12 | 107.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 227 | 130 | 0.25 | 0 | 0.43 | 0.11 | 95.26 | 0.63 | 0.7 |
| Hex | AA | E3 | 82 | 19 | 0 | 2B | B | 5F | 3F | 46 |
| Octal | 252 | 343 | 202 | 31 | 0 | 53 | 13 | 137 | 77 | 106 |
| Binary | 10101010 | 11100011 | 10000010 | 11001 | 0 | 101011 | 1011 | 1011111 | 111111 | 1000110 |
Color Harmonies of #AAE382
Complementary color
Monochromatic Colors of #AAE382
Black with #AAE382
Text Example
Text Example
White with #AAE382
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAE382; }
p { color: rgb(170,227,130); }
H1.HeaderClassName
{
color: #AAE382;
}
.AnyTagClassName
{
color: #AAE382;
}
</style>
background-color css
<style>
a { background-color: #AAE382; }
a { background-color: rgb(170,227,130); }
div.DivClassName
{
background-color: #AAE382;
}
.BgClassName
{
background-color: #AAE382;
}
</style>
border-color css
<style>
span { border-color: #AAE382; }
span { border-color: rgb(170,227,130); }
td.TdClassName
{
border-color: #AAE382;
}
.TagClassName
{
border-color: #AAE382;
}
</style>