Shades of Feijoa #AAE075
Tints of Feijoa #AAE075
RGB
CMYK
RGB Variations
Color information
#AAE075 (or 0xAAE075) is known color: Feijoa. HEX triplet: AA, E0 and 75. RGB value is (170,224,117). Sum of RGB (Red+Green+Blue) = 170+224+117=511 (67% of max value = 765). Red value is 170 (66.80% from 255 or 33.27% from 511); Green value is 224 (87.89% from 255 or 43.84% from 511); Blue value is 117 (46.09% from 255 or 22.90% from 511); Max value from RGB is 224 - color contains mainly: green. Hex color #AAE075 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AAE075 is #551F8A. Grayscale: #C4C4C4. Windows color (decimal): -5578635 or 7725226. OLE color: 7725226.
HSL color Cylindrical-coordinate representation of color #AAE075: hue angle of 90.28º degrees, saturation: 0.63, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #AAE075 is Cyan = 0.24, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 170 | 224 | 117 | - |
| CMYK | 0.24 | 0 | 0.48 | 0.12 |
| HSL | 90.28º | 0.63% | 0.67% | - |
| HSV(B) | 90.28º | 0.48% | 0.88% | - |
| XYZ | 46.44 | 63.14 | 26.57 | - |
| YUV | 195.66 | 83.61 | 109.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 224 | 117 | 0.24 | 0 | 0.48 | 0.12 | 90.28 | 0.63 | 0.67 |
| Hex | AA | E0 | 75 | 18 | 0 | 30 | C | 5A | 3F | 43 |
| Octal | 252 | 340 | 165 | 30 | 0 | 60 | 14 | 132 | 77 | 103 |
| Binary | 10101010 | 11100000 | 1110101 | 11000 | 0 | 110000 | 1100 | 1011010 | 111111 | 1000011 |
Color Harmonies of #AAE075
Complementary color
Monochromatic Colors of #AAE075
Black with #AAE075
Text Example
Text Example
White with #AAE075
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAE075; }
p { color: rgb(170,224,117); }
H1.HeaderClassName
{
color: #AAE075;
}
.AnyTagClassName
{
color: #AAE075;
}
</style>
background-color css
<style>
a { background-color: #AAE075; }
a { background-color: rgb(170,224,117); }
div.DivClassName
{
background-color: #AAE075;
}
.BgClassName
{
background-color: #AAE075;
}
</style>
border-color css
<style>
span { border-color: #AAE075; }
span { border-color: rgb(170,224,117); }
td.TdClassName
{
border-color: #AAE075;
}
.TagClassName
{
border-color: #AAE075;
}
</style>