Shades of Feijoa #AAE275
Tints of Feijoa #AAE275
RGB
CMYK
RGB Variations
Color information
#AAE275 (or 0xAAE275) is known color: Feijoa. HEX triplet: AA, E2 and 75. RGB value is (170,226,117). Sum of RGB (Red+Green+Blue) = 170+226+117=513 (67% of max value = 765). Red value is 170 (66.80% from 255 or 33.14% from 513); Green value is 226 (88.67% from 255 or 44.05% from 513); Blue value is 117 (46.09% from 255 or 22.81% from 513); Max value from RGB is 226 - color contains mainly: green. Hex color #AAE275 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AAE275 is #551D8A. Grayscale: #C5C5C5. Windows color (decimal): -5578123 or 7725738. OLE color: 7725738.
HSL color Cylindrical-coordinate representation of color #AAE275: hue angle of 90.83º degrees, saturation: 0.65, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #AAE275 is Cyan = 0.25, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 170 | 226 | 117 | - |
| CMYK | 0.25 | 0 | 0.48 | 0.11 |
| HSL | 90.83º | 0.65% | 0.67% | - |
| HSV(B) | 90.83º | 0.48% | 0.89% | - |
| XYZ | 46.98 | 64.22 | 26.75 | - |
| YUV | 196.83 | 82.95 | 108.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 226 | 117 | 0.25 | 0 | 0.48 | 0.11 | 90.83 | 0.65 | 0.67 |
| Hex | AA | E2 | 75 | 19 | 0 | 30 | B | 5B | 41 | 43 |
| Octal | 252 | 342 | 165 | 31 | 0 | 60 | 13 | 133 | 101 | 103 |
| Binary | 10101010 | 11100010 | 1110101 | 11001 | 0 | 110000 | 1011 | 1011011 | 1000001 | 1000011 |
Color Harmonies of #AAE275
Complementary color
Monochromatic Colors of #AAE275
Black with #AAE275
Text Example
Text Example
White with #AAE275
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAE275; }
p { color: rgb(170,226,117); }
H1.HeaderClassName
{
color: #AAE275;
}
.AnyTagClassName
{
color: #AAE275;
}
</style>
background-color css
<style>
a { background-color: #AAE275; }
a { background-color: rgb(170,226,117); }
div.DivClassName
{
background-color: #AAE275;
}
.BgClassName
{
background-color: #AAE275;
}
</style>
border-color css
<style>
span { border-color: #AAE275; }
span { border-color: rgb(170,226,117); }
td.TdClassName
{
border-color: #AAE275;
}
.TagClassName
{
border-color: #AAE275;
}
</style>