Shades of Feijoa #A9D58C
Tints of Feijoa #A9D58C
RGB
CMYK
RGB Variations
Color information
#A9D58C (or 0xA9D58C) is known color: Feijoa. HEX triplet: A9, D5 and 8C. RGB value is (169,213,140). Sum of RGB (Red+Green+Blue) = 169+213+140=522 (69% of max value = 765). Red value is 169 (66.41% from 255 or 32.38% from 522); Green value is 213 (83.59% from 255 or 40.80% from 522); Blue value is 140 (55.08% from 255 or 26.82% from 522); Max value from RGB is 213 - color contains mainly: green. Hex color #A9D58C is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A9D58C is #562A73. Grayscale: #BFBFBF. Windows color (decimal): -5646964 or 9229737. OLE color: 9229737.
HSL color Cylindrical-coordinate representation of color #A9D58C: hue angle of 96.16º degrees, saturation: 0.46, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #A9D58C is Cyan = 0.21, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 169 | 213 | 140 | - |
| CMYK | 0.21 | 0 | 0.34 | 0.16 |
| HSL | 96.16º | 0.46% | 0.69% | - |
| HSV(B) | 96.16º | 0.34% | 0.84% | - |
| XYZ | 44.89 | 57.92 | 33.62 | - |
| YUV | 191.52 | 98.92 | 111.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 213 | 140 | 0.21 | 0 | 0.34 | 0.16 | 96.16 | 0.46 | 0.69 |
| Hex | A9 | D5 | 8C | 15 | 0 | 22 | 10 | 60 | 2E | 45 |
| Octal | 251 | 325 | 214 | 25 | 0 | 42 | 20 | 140 | 56 | 105 |
| Binary | 10101001 | 11010101 | 10001100 | 10101 | 0 | 100010 | 10000 | 1100000 | 101110 | 1000101 |
Color Harmonies of #A9D58C
Complementary color
Monochromatic Colors of #A9D58C
Black with #A9D58C
Text Example
Text Example
White with #A9D58C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A9D58C; }
p { color: rgb(169,213,140); }
H1.HeaderClassName
{
color: #A9D58C;
}
.AnyTagClassName
{
color: #A9D58C;
}
</style>
background-color css
<style>
a { background-color: #A9D58C; }
a { background-color: rgb(169,213,140); }
div.DivClassName
{
background-color: #A9D58C;
}
.BgClassName
{
background-color: #A9D58C;
}
</style>
border-color css
<style>
span { border-color: #A9D58C; }
span { border-color: rgb(169,213,140); }
td.TdClassName
{
border-color: #A9D58C;
}
.TagClassName
{
border-color: #A9D58C;
}
</style>