Shades of Feijoa #A9D574
Tints of Feijoa #A9D574
RGB
CMYK
RGB Variations
Color information
#A9D574 (or 0xA9D574) is known color: Feijoa. HEX triplet: A9, D5 and 74. RGB value is (169,213,116). Sum of RGB (Red+Green+Blue) = 169+213+116=498 (65% of max value = 765). Red value is 169 (66.41% from 255 or 33.94% from 498); Green value is 213 (83.59% from 255 or 42.77% from 498); Blue value is 116 (45.70% from 255 or 23.29% from 498); Max value from RGB is 213 - color contains mainly: green. Hex color #A9D574 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A9D574 is #562A8B. Grayscale: #BDBDBD. Windows color (decimal): -5646988 or 7656873. OLE color: 7656873.
HSL color Cylindrical-coordinate representation of color #A9D574: hue angle of 87.22º degrees, saturation: 0.54, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #A9D574 is Cyan = 0.21, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 169 | 213 | 116 | - |
| CMYK | 0.21 | 0 | 0.46 | 0.16 |
| HSL | 87.22º | 0.54% | 0.65% | - |
| HSV(B) | 87.22º | 0.46% | 0.84% | - |
| XYZ | 43.31 | 57.28 | 25.3 | - |
| YUV | 188.79 | 86.92 | 113.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 213 | 116 | 0.21 | 0 | 0.46 | 0.16 | 87.22 | 0.54 | 0.65 |
| Hex | A9 | D5 | 74 | 15 | 0 | 2E | 10 | 57 | 36 | 41 |
| Octal | 251 | 325 | 164 | 25 | 0 | 56 | 20 | 127 | 66 | 101 |
| Binary | 10101001 | 11010101 | 1110100 | 10101 | 0 | 101110 | 10000 | 1010111 | 110110 | 1000001 |
Color Harmonies of #A9D574
Complementary color
Monochromatic Colors of #A9D574
Black with #A9D574
Text Example
Text Example
White with #A9D574
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A9D574; }
p { color: rgb(169,213,116); }
H1.HeaderClassName
{
color: #A9D574;
}
.AnyTagClassName
{
color: #A9D574;
}
</style>
background-color css
<style>
a { background-color: #A9D574; }
a { background-color: rgb(169,213,116); }
div.DivClassName
{
background-color: #A9D574;
}
.BgClassName
{
background-color: #A9D574;
}
</style>
border-color css
<style>
span { border-color: #A9D574; }
span { border-color: rgb(169,213,116); }
td.TdClassName
{
border-color: #A9D574;
}
.TagClassName
{
border-color: #A9D574;
}
</style>