Shades of Feijoa #A9D07D
Tints of Feijoa #A9D07D
RGB
CMYK
RGB Variations
Color information
#A9D07D (or 0xA9D07D) is known color: Feijoa. HEX triplet: A9, D0 and 7D. RGB value is (169,208,125). Sum of RGB (Red+Green+Blue) = 169+208+125=502 (66% of max value = 765). Red value is 169 (66.41% from 255 or 33.67% from 502); Green value is 208 (81.64% from 255 or 41.43% from 502); Blue value is 125 (49.22% from 255 or 24.90% from 502); Max value from RGB is 208 - color contains mainly: green. Hex color #A9D07D is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A9D07D is #562F82. Grayscale: #BBBBBB. Windows color (decimal): -5648259 or 8245417. OLE color: 8245417.
HSL color Cylindrical-coordinate representation of color #A9D07D: hue angle of 88.19º degrees, saturation: 0.47, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #A9D07D is Cyan = 0.19, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 169 | 208 | 125 | - |
| CMYK | 0.19 | 0 | 0.40 | 0.18 |
| HSL | 88.19º | 0.47% | 0.65% | - |
| HSV(B) | 88.19º | 0.4% | 0.82% | - |
| XYZ | 42.62 | 55.03 | 27.78 | - |
| YUV | 186.88 | 93.08 | 115.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 208 | 125 | 0.19 | 0 | 0.40 | 0.18 | 88.19 | 0.47 | 0.65 |
| Hex | A9 | D0 | 7D | 13 | 0 | 28 | 12 | 58 | 2F | 41 |
| Octal | 251 | 320 | 175 | 23 | 0 | 50 | 22 | 130 | 57 | 101 |
| Binary | 10101001 | 11010000 | 1111101 | 10011 | 0 | 101000 | 10010 | 1011000 | 101111 | 1000001 |
Color Harmonies of #A9D07D
Complementary color
Monochromatic Colors of #A9D07D
Black with #A9D07D
Text Example
Text Example
White with #A9D07D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A9D07D; }
p { color: rgb(169,208,125); }
H1.HeaderClassName
{
color: #A9D07D;
}
.AnyTagClassName
{
color: #A9D07D;
}
</style>
background-color css
<style>
a { background-color: #A9D07D; }
a { background-color: rgb(169,208,125); }
div.DivClassName
{
background-color: #A9D07D;
}
.BgClassName
{
background-color: #A9D07D;
}
</style>
border-color css
<style>
span { border-color: #A9D07D; }
span { border-color: rgb(169,208,125); }
td.TdClassName
{
border-color: #A9D07D;
}
.TagClassName
{
border-color: #A9D07D;
}
</style>