Shades of Feijoa #AAD37A
Tints of Feijoa #AAD37A
RGB
CMYK
RGB Variations
Color information
#AAD37A (or 0xAAD37A) is known color: Feijoa. HEX triplet: AA, D3 and 7A. RGB value is (170,211,122). Sum of RGB (Red+Green+Blue) = 170+211+122=503 (66% of max value = 765). Red value is 170 (66.80% from 255 or 33.80% from 503); Green value is 211 (82.81% from 255 or 41.95% from 503); Blue value is 122 (48.05% from 255 or 24.25% from 503); Max value from RGB is 211 - color contains mainly: green. Hex color #AAD37A is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AAD37A is #552C85. Grayscale: #BCBCBC. Windows color (decimal): -5581958 or 8049578. OLE color: 8049578.
HSL color Cylindrical-coordinate representation of color #AAD37A: hue angle of 87.64º degrees, saturation: 0.5, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #AAD37A is Cyan = 0.19, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 170 | 211 | 122 | - |
| CMYK | 0.19 | 0 | 0.42 | 0.17 |
| HSL | 87.64º | 0.5% | 0.65% | - |
| HSV(B) | 87.64º | 0.42% | 0.83% | - |
| XYZ | 43.38 | 56.54 | 27.04 | - |
| YUV | 188.6 | 90.42 | 114.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 211 | 122 | 0.19 | 0 | 0.42 | 0.17 | 87.64 | 0.5 | 0.65 |
| Hex | AA | D3 | 7A | 13 | 0 | 2A | 11 | 58 | 32 | 41 |
| Octal | 252 | 323 | 172 | 23 | 0 | 52 | 21 | 130 | 62 | 101 |
| Binary | 10101010 | 11010011 | 1111010 | 10011 | 0 | 101010 | 10001 | 1011000 | 110010 | 1000001 |
Color Harmonies of #AAD37A
Complementary color
Monochromatic Colors of #AAD37A
Black with #AAD37A
Text Example
Text Example
White with #AAD37A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAD37A; }
p { color: rgb(170,211,122); }
H1.HeaderClassName
{
color: #AAD37A;
}
.AnyTagClassName
{
color: #AAD37A;
}
</style>
background-color css
<style>
a { background-color: #AAD37A; }
a { background-color: rgb(170,211,122); }
div.DivClassName
{
background-color: #AAD37A;
}
.BgClassName
{
background-color: #AAD37A;
}
</style>
border-color css
<style>
span { border-color: #AAD37A; }
span { border-color: rgb(170,211,122); }
td.TdClassName
{
border-color: #AAD37A;
}
.TagClassName
{
border-color: #AAD37A;
}
</style>