Shades of Feijoa #AAD47F
Tints of Feijoa #AAD47F
RGB
CMYK
RGB Variations
Color information
#AAD47F (or 0xAAD47F) is known color: Feijoa. HEX triplet: AA, D4 and 7F. RGB value is (170,212,127). Sum of RGB (Red+Green+Blue) = 170+212+127=509 (67% of max value = 765). Red value is 170 (66.80% from 255 or 33.40% from 509); Green value is 212 (83.20% from 255 or 41.65% from 509); Blue value is 127 (50% from 255 or 24.95% from 509); Max value from RGB is 212 - color contains mainly: green. Hex color #AAD47F is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AAD47F is #552B80. Grayscale: #BEBEBE. Windows color (decimal): -5581697 or 8377514. OLE color: 8377514.
HSL color Cylindrical-coordinate representation of color #AAD47F: hue angle of 89.65º degrees, saturation: 0.5, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #AAD47F is Cyan = 0.20, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 170 | 212 | 127 | - |
| CMYK | 0.20 | 0 | 0.40 | 0.17 |
| HSL | 89.65º | 0.5% | 0.66% | - |
| HSV(B) | 89.65º | 0.4% | 0.83% | - |
| XYZ | 43.95 | 57.17 | 28.8 | - |
| YUV | 189.75 | 92.59 | 113.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 212 | 127 | 0.20 | 0 | 0.40 | 0.17 | 89.65 | 0.5 | 0.66 |
| Hex | AA | D4 | 7F | 14 | 0 | 28 | 11 | 5A | 32 | 42 |
| Octal | 252 | 324 | 177 | 24 | 0 | 50 | 21 | 132 | 62 | 102 |
| Binary | 10101010 | 11010100 | 1111111 | 10100 | 0 | 101000 | 10001 | 1011010 | 110010 | 1000010 |
Color Harmonies of #AAD47F
Complementary color
Monochromatic Colors of #AAD47F
Black with #AAD47F
Text Example
Text Example
White with #AAD47F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAD47F; }
p { color: rgb(170,212,127); }
H1.HeaderClassName
{
color: #AAD47F;
}
.AnyTagClassName
{
color: #AAD47F;
}
</style>
background-color css
<style>
a { background-color: #AAD47F; }
a { background-color: rgb(170,212,127); }
div.DivClassName
{
background-color: #AAD47F;
}
.BgClassName
{
background-color: #AAD47F;
}
</style>
border-color css
<style>
span { border-color: #AAD47F; }
span { border-color: rgb(170,212,127); }
td.TdClassName
{
border-color: #AAD47F;
}
.TagClassName
{
border-color: #AAD47F;
}
</style>