Shades of Feijoa #A4D573
Tints of Feijoa #A4D573
RGB
CMYK
RGB Variations
Color information
#A4D573 (or 0xA4D573) is known color: Feijoa. HEX triplet: A4, D5 and 73. RGB value is (164,213,115). Sum of RGB (Red+Green+Blue) = 164+213+115=492 (65% of max value = 765). Red value is 164 (64.45% from 255 or 33.33% from 492); Green value is 213 (83.59% from 255 or 43.29% from 492); Blue value is 115 (45.31% from 255 or 23.37% from 492); Max value from RGB is 213 - color contains mainly: green. Hex color #A4D573 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A4D573 is #5B2A8C. Grayscale: #BBBBBB. Windows color (decimal): -5974669 or 7591332. OLE color: 7591332.
HSL color Cylindrical-coordinate representation of color #A4D573: hue angle of 90º 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 #A4D573 is Cyan = 0.23, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 164 | 213 | 115 | - |
| CMYK | 0.23 | 0 | 0.46 | 0.16 |
| HSL | 90º | 0.54% | 0.64% | - |
| HSV(B) | 90º | 0.46% | 0.84% | - |
| XYZ | 42.2 | 56.72 | 24.94 | - |
| YUV | 187.18 | 87.27 | 111.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 213 | 115 | 0.23 | 0 | 0.46 | 0.16 | 90 | 0.54 | 0.64 |
| Hex | A4 | D5 | 73 | 17 | 0 | 2E | 10 | 5A | 36 | 40 |
| Octal | 244 | 325 | 163 | 27 | 0 | 56 | 20 | 132 | 66 | 100 |
| Binary | 10100100 | 11010101 | 1110011 | 10111 | 0 | 101110 | 10000 | 1011010 | 110110 | 1000000 |
Color Harmonies of #A4D573
Complementary color
Monochromatic Colors of #A4D573
Black with #A4D573
Text Example
Text Example
White with #A4D573
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A4D573; }
p { color: rgb(164,213,115); }
H1.HeaderClassName
{
color: #A4D573;
}
.AnyTagClassName
{
color: #A4D573;
}
</style>
background-color css
<style>
a { background-color: #A4D573; }
a { background-color: rgb(164,213,115); }
div.DivClassName
{
background-color: #A4D573;
}
.BgClassName
{
background-color: #A4D573;
}
</style>
border-color css
<style>
span { border-color: #A4D573; }
span { border-color: rgb(164,213,115); }
td.TdClassName
{
border-color: #A4D573;
}
.TagClassName
{
border-color: #A4D573;
}
</style>