Shades of Feijoa #A9D076
Tints of Feijoa #A9D076
RGB
CMYK
RGB Variations
Color information
#A9D076 (or 0xA9D076) is known color: Feijoa. HEX triplet: A9, D0 and 76. RGB value is (169,208,118). Sum of RGB (Red+Green+Blue) = 169+208+118=495 (65% of max value = 765). Red value is 169 (66.41% from 255 or 34.14% from 495); Green value is 208 (81.64% from 255 or 42.02% from 495); Blue value is 118 (46.48% from 255 or 23.84% from 495); Max value from RGB is 208 - color contains mainly: green. Hex color #A9D076 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A9D076 is #562F89. Grayscale: #BABABA. Windows color (decimal): -5648266 or 7786665. OLE color: 7786665.
HSL color Cylindrical-coordinate representation of color #A9D076: hue angle of 86º degrees, saturation: 0.49, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #A9D076 is Cyan = 0.19, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 169 | 208 | 118 | - |
| CMYK | 0.19 | 0 | 0.43 | 0.18 |
| HSL | 86º | 0.49% | 0.64% | - |
| HSV(B) | 86º | 0.43% | 0.82% | - |
| XYZ | 42.19 | 54.85 | 25.5 | - |
| YUV | 186.08 | 89.58 | 115.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 208 | 118 | 0.19 | 0 | 0.43 | 0.18 | 86 | 0.49 | 0.64 |
| Hex | A9 | D0 | 76 | 13 | 0 | 2B | 12 | 56 | 31 | 40 |
| Octal | 251 | 320 | 166 | 23 | 0 | 53 | 22 | 126 | 61 | 100 |
| Binary | 10101001 | 11010000 | 1110110 | 10011 | 0 | 101011 | 10010 | 1010110 | 110001 | 1000000 |
Color Harmonies of #A9D076
Complementary color
Monochromatic Colors of #A9D076
Black with #A9D076
Text Example
Text Example
White with #A9D076
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A9D076; }
p { color: rgb(169,208,118); }
H1.HeaderClassName
{
color: #A9D076;
}
.AnyTagClassName
{
color: #A9D076;
}
</style>
background-color css
<style>
a { background-color: #A9D076; }
a { background-color: rgb(169,208,118); }
div.DivClassName
{
background-color: #A9D076;
}
.BgClassName
{
background-color: #A9D076;
}
</style>
border-color css
<style>
span { border-color: #A9D076; }
span { border-color: rgb(169,208,118); }
td.TdClassName
{
border-color: #A9D076;
}
.TagClassName
{
border-color: #A9D076;
}
</style>