Shades of Feijoa #A9D573
Tints of Feijoa #A9D573
RGB
CMYK
RGB Variations
Color information
#A9D573 (or 0xA9D573) is known color: Feijoa. HEX triplet: A9, D5 and 73. RGB value is (169,213,115). Sum of RGB (Red+Green+Blue) = 169+213+115=497 (65% of max value = 765). Red value is 169 (66.41% from 255 or 34.00% from 497); Green value is 213 (83.59% from 255 or 42.86% from 497); Blue value is 115 (45.31% from 255 or 23.14% from 497); Max value from RGB is 213 - color contains mainly: green. Hex color #A9D573 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A9D573 is #562A8C. Grayscale: #BDBDBD. Windows color (decimal): -5646989 or 7591337. OLE color: 7591337.
HSL color Cylindrical-coordinate representation of color #A9D573: hue angle of 86.94º degrees, saturation: 0.54, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #A9D573 is Cyan = 0.21, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 169 | 213 | 115 | - |
| CMYK | 0.21 | 0 | 0.46 | 0.16 |
| HSL | 86.94º | 0.54% | 0.64% | - |
| HSV(B) | 86.94º | 0.46% | 0.84% | - |
| XYZ | 43.25 | 57.26 | 24.99 | - |
| YUV | 188.67 | 86.42 | 113.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 213 | 115 | 0.21 | 0 | 0.46 | 0.16 | 86.94 | 0.54 | 0.64 |
| Hex | A9 | D5 | 73 | 15 | 0 | 2E | 10 | 57 | 36 | 40 |
| Octal | 251 | 325 | 163 | 25 | 0 | 56 | 20 | 127 | 66 | 100 |
| Binary | 10101001 | 11010101 | 1110011 | 10101 | 0 | 101110 | 10000 | 1010111 | 110110 | 1000000 |
Color Harmonies of #A9D573
Complementary color
Monochromatic Colors of #A9D573
Black with #A9D573
Text Example
Text Example
White with #A9D573
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A9D573; }
p { color: rgb(169,213,115); }
H1.HeaderClassName
{
color: #A9D573;
}
.AnyTagClassName
{
color: #A9D573;
}
</style>
background-color css
<style>
a { background-color: #A9D573; }
a { background-color: rgb(169,213,115); }
div.DivClassName
{
background-color: #A9D573;
}
.BgClassName
{
background-color: #A9D573;
}
</style>
border-color css
<style>
span { border-color: #A9D573; }
span { border-color: rgb(169,213,115); }
td.TdClassName
{
border-color: #A9D573;
}
.TagClassName
{
border-color: #A9D573;
}
</style>