Shades of Feijoa #AAD577
Tints of Feijoa #AAD577
RGB
CMYK
RGB Variations
Color information
#AAD577 (or 0xAAD577) is known color: Feijoa. HEX triplet: AA, D5 and 77. RGB value is (170,213,119). Sum of RGB (Red+Green+Blue) = 170+213+119=502 (66% of max value = 765). Red value is 170 (66.80% from 255 or 33.86% from 502); Green value is 213 (83.59% from 255 or 42.43% from 502); Blue value is 119 (46.88% from 255 or 23.71% from 502); Max value from RGB is 213 - color contains mainly: green. Hex color #AAD577 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AAD577 is #552A88. Grayscale: #BDBDBD. Windows color (decimal): -5581449 or 7853482. OLE color: 7853482.
HSL color Cylindrical-coordinate representation of color #AAD577: hue angle of 87.45º degrees, saturation: 0.53, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #AAD577 is Cyan = 0.20, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 170 | 213 | 119 | - |
| CMYK | 0.20 | 0 | 0.44 | 0.16 |
| HSL | 87.45º | 0.53% | 0.65% | - |
| HSV(B) | 87.45º | 0.44% | 0.84% | - |
| XYZ | 43.7 | 57.47 | 26.24 | - |
| YUV | 189.43 | 88.25 | 114.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 213 | 119 | 0.20 | 0 | 0.44 | 0.16 | 87.45 | 0.53 | 0.65 |
| Hex | AA | D5 | 77 | 14 | 0 | 2C | 10 | 57 | 35 | 41 |
| Octal | 252 | 325 | 167 | 24 | 0 | 54 | 20 | 127 | 65 | 101 |
| Binary | 10101010 | 11010101 | 1110111 | 10100 | 0 | 101100 | 10000 | 1010111 | 110101 | 1000001 |
Color Harmonies of #AAD577
Complementary color
Monochromatic Colors of #AAD577
Black with #AAD577
Text Example
Text Example
White with #AAD577
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAD577; }
p { color: rgb(170,213,119); }
H1.HeaderClassName
{
color: #AAD577;
}
.AnyTagClassName
{
color: #AAD577;
}
</style>
background-color css
<style>
a { background-color: #AAD577; }
a { background-color: rgb(170,213,119); }
div.DivClassName
{
background-color: #AAD577;
}
.BgClassName
{
background-color: #AAD577;
}
</style>
border-color css
<style>
span { border-color: #AAD577; }
span { border-color: rgb(170,213,119); }
td.TdClassName
{
border-color: #AAD577;
}
.TagClassName
{
border-color: #AAD577;
}
</style>