Shades of Feijoa #A9D077
Tints of Feijoa #A9D077
RGB
CMYK
RGB Variations
Color information
#A9D077 (or 0xA9D077) is known color: Feijoa. HEX triplet: A9, D0 and 77. RGB value is (169,208,119). Sum of RGB (Red+Green+Blue) = 169+208+119=496 (65% of max value = 765). Red value is 169 (66.41% from 255 or 34.07% from 496); Green value is 208 (81.64% from 255 or 41.94% from 496); Blue value is 119 (46.88% from 255 or 23.99% from 496); Max value from RGB is 208 - color contains mainly: green. Hex color #A9D077 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A9D077 is #562F88. Grayscale: #BABABA. Windows color (decimal): -5648265 or 7852201. OLE color: 7852201.
HSL color Cylindrical-coordinate representation of color #A9D077: hue angle of 86.29º 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 #A9D077 is Cyan = 0.19, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 169 | 208 | 119 | - |
| CMYK | 0.19 | 0 | 0.43 | 0.18 |
| HSL | 86.29º | 0.49% | 0.64% | - |
| HSV(B) | 86.29º | 0.43% | 0.82% | - |
| XYZ | 42.25 | 54.88 | 25.82 | - |
| YUV | 186.19 | 90.08 | 115.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 208 | 119 | 0.19 | 0 | 0.43 | 0.18 | 86.29 | 0.49 | 0.64 |
| Hex | A9 | D0 | 77 | 13 | 0 | 2B | 12 | 56 | 31 | 40 |
| Octal | 251 | 320 | 167 | 23 | 0 | 53 | 22 | 126 | 61 | 100 |
| Binary | 10101001 | 11010000 | 1110111 | 10011 | 0 | 101011 | 10010 | 1010110 | 110001 | 1000000 |
Color Harmonies of #A9D077
Complementary color
Monochromatic Colors of #A9D077
Black with #A9D077
Text Example
Text Example
White with #A9D077
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A9D077; }
p { color: rgb(169,208,119); }
H1.HeaderClassName
{
color: #A9D077;
}
.AnyTagClassName
{
color: #A9D077;
}
</style>
background-color css
<style>
a { background-color: #A9D077; }
a { background-color: rgb(169,208,119); }
div.DivClassName
{
background-color: #A9D077;
}
.BgClassName
{
background-color: #A9D077;
}
</style>
border-color css
<style>
span { border-color: #A9D077; }
span { border-color: rgb(169,208,119); }
td.TdClassName
{
border-color: #A9D077;
}
.TagClassName
{
border-color: #A9D077;
}
</style>