Shades of Feijoa #AAD579
Tints of Feijoa #AAD579
RGB
CMYK
RGB Variations
Color information
#AAD579 (or 0xAAD579) is known color: Feijoa. HEX triplet: AA, D5 and 79. RGB value is (170,213,121). Sum of RGB (Red+Green+Blue) = 170+213+121=504 (66% of max value = 765). Red value is 170 (66.80% from 255 or 33.73% from 504); Green value is 213 (83.59% from 255 or 42.26% from 504); Blue value is 121 (47.66% from 255 or 24.01% from 504); Max value from RGB is 213 - color contains mainly: green. Hex color #AAD579 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AAD579 is #552A86. Grayscale: #BDBDBD. Windows color (decimal): -5581447 or 7984554. OLE color: 7984554.
HSL color Cylindrical-coordinate representation of color #AAD579: hue angle of 88.04º degrees, saturation: 0.52, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #AAD579 is Cyan = 0.20, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 170 | 213 | 121 | - |
| CMYK | 0.20 | 0 | 0.43 | 0.16 |
| HSL | 88.04º | 0.52% | 0.65% | - |
| HSV(B) | 88.04º | 0.43% | 0.84% | - |
| XYZ | 43.82 | 57.52 | 26.88 | - |
| YUV | 189.66 | 89.25 | 113.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 213 | 121 | 0.20 | 0 | 0.43 | 0.16 | 88.04 | 0.52 | 0.65 |
| Hex | AA | D5 | 79 | 14 | 0 | 2B | 10 | 58 | 34 | 41 |
| Octal | 252 | 325 | 171 | 24 | 0 | 53 | 20 | 130 | 64 | 101 |
| Binary | 10101010 | 11010101 | 1111001 | 10100 | 0 | 101011 | 10000 | 1011000 | 110100 | 1000001 |
Color Harmonies of #AAD579
Complementary color
Monochromatic Colors of #AAD579
Black with #AAD579
Text Example
Text Example
White with #AAD579
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAD579; }
p { color: rgb(170,213,121); }
H1.HeaderClassName
{
color: #AAD579;
}
.AnyTagClassName
{
color: #AAD579;
}
</style>
background-color css
<style>
a { background-color: #AAD579; }
a { background-color: rgb(170,213,121); }
div.DivClassName
{
background-color: #AAD579;
}
.BgClassName
{
background-color: #AAD579;
}
</style>
border-color css
<style>
span { border-color: #AAD579; }
span { border-color: rgb(170,213,121); }
td.TdClassName
{
border-color: #AAD579;
}
.TagClassName
{
border-color: #AAD579;
}
</style>