Shades of Feijoa #AAD97C
Tints of Feijoa #AAD97C
RGB
CMYK
RGB Variations
Color information
#AAD97C (or 0xAAD97C) is known color: Feijoa. HEX triplet: AA, D9 and 7C. RGB value is (170,217,124). Sum of RGB (Red+Green+Blue) = 170+217+124=511 (67% of max value = 765). Red value is 170 (66.80% from 255 or 33.27% from 511); Green value is 217 (85.16% from 255 or 42.47% from 511); Blue value is 124 (48.83% from 255 or 24.27% from 511); Max value from RGB is 217 - color contains mainly: green. Hex color #AAD97C is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AAD97C is #552683. Grayscale: #C0C0C0. Windows color (decimal): -5580420 or 8182186. OLE color: 8182186.
HSL color Cylindrical-coordinate representation of color #AAD97C: hue angle of 90.32º degrees, saturation: 0.55, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #AAD97C is Cyan = 0.22, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 170 | 217 | 124 | - |
| CMYK | 0.22 | 0 | 0.43 | 0.15 |
| HSL | 90.32º | 0.55% | 0.67% | - |
| HSV(B) | 90.32º | 0.43% | 0.85% | - |
| XYZ | 45.03 | 59.63 | 28.2 | - |
| YUV | 192.35 | 89.43 | 112.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 217 | 124 | 0.22 | 0 | 0.43 | 0.15 | 90.32 | 0.55 | 0.67 |
| Hex | AA | D9 | 7C | 16 | 0 | 2B | F | 5A | 37 | 43 |
| Octal | 252 | 331 | 174 | 26 | 0 | 53 | 17 | 132 | 67 | 103 |
| Binary | 10101010 | 11011001 | 1111100 | 10110 | 0 | 101011 | 1111 | 1011010 | 110111 | 1000011 |
Color Harmonies of #AAD97C
Complementary color
Monochromatic Colors of #AAD97C
Black with #AAD97C
Text Example
Text Example
White with #AAD97C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAD97C; }
p { color: rgb(170,217,124); }
H1.HeaderClassName
{
color: #AAD97C;
}
.AnyTagClassName
{
color: #AAD97C;
}
</style>
background-color css
<style>
a { background-color: #AAD97C; }
a { background-color: rgb(170,217,124); }
div.DivClassName
{
background-color: #AAD97C;
}
.BgClassName
{
background-color: #AAD97C;
}
</style>
border-color css
<style>
span { border-color: #AAD97C; }
span { border-color: rgb(170,217,124); }
td.TdClassName
{
border-color: #AAD97C;
}
.TagClassName
{
border-color: #AAD97C;
}
</style>