Shades of Feijoa #A9D47F
Tints of Feijoa #A9D47F
RGB
CMYK
RGB Variations
Color information
#A9D47F (or 0xA9D47F) is known color: Feijoa. HEX triplet: A9, D4 and 7F. RGB value is (169,212,127). Sum of RGB (Red+Green+Blue) = 169+212+127=508 (67% of max value = 765). Red value is 169 (66.41% from 255 or 33.27% from 508); Green value is 212 (83.20% from 255 or 41.73% from 508); Blue value is 127 (50% from 255 or 25% from 508); Max value from RGB is 212 - color contains mainly: green. Hex color #A9D47F is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A9D47F is #562B80. Grayscale: #BDBDBD. Windows color (decimal): -5647233 or 8377513. OLE color: 8377513.
HSL color Cylindrical-coordinate representation of color #A9D47F: hue angle of 90.35º 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 #A9D47F is Cyan = 0.20, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 169 | 212 | 127 | - |
| CMYK | 0.20 | 0 | 0.40 | 0.17 |
| HSL | 90.35º | 0.5% | 0.66% | - |
| HSV(B) | 90.35º | 0.4% | 0.83% | - |
| XYZ | 43.74 | 57.05 | 28.79 | - |
| YUV | 189.45 | 92.75 | 113.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 212 | 127 | 0.20 | 0 | 0.40 | 0.17 | 90.35 | 0.5 | 0.66 |
| Hex | A9 | D4 | 7F | 14 | 0 | 28 | 11 | 5A | 32 | 42 |
| Octal | 251 | 324 | 177 | 24 | 0 | 50 | 21 | 132 | 62 | 102 |
| Binary | 10101001 | 11010100 | 1111111 | 10100 | 0 | 101000 | 10001 | 1011010 | 110010 | 1000010 |
Color Harmonies of #A9D47F
Complementary color
Monochromatic Colors of #A9D47F
Black with #A9D47F
Text Example
Text Example
White with #A9D47F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A9D47F; }
p { color: rgb(169,212,127); }
H1.HeaderClassName
{
color: #A9D47F;
}
.AnyTagClassName
{
color: #A9D47F;
}
</style>
background-color css
<style>
a { background-color: #A9D47F; }
a { background-color: rgb(169,212,127); }
div.DivClassName
{
background-color: #A9D47F;
}
.BgClassName
{
background-color: #A9D47F;
}
</style>
border-color css
<style>
span { border-color: #A9D47F; }
span { border-color: rgb(169,212,127); }
td.TdClassName
{
border-color: #A9D47F;
}
.TagClassName
{
border-color: #A9D47F;
}
</style>