Shades of Feijoa #A4D571
Tints of Feijoa #A4D571
RGB
CMYK
RGB Variations
Color information
#A4D571 (or 0xA4D571) is known color: Feijoa. HEX triplet: A4, D5 and 71. RGB value is (164,213,113). Sum of RGB (Red+Green+Blue) = 164+213+113=490 (64% of max value = 765). Red value is 164 (64.45% from 255 or 33.47% from 490); Green value is 213 (83.59% from 255 or 43.47% from 490); Blue value is 113 (44.53% from 255 or 23.06% from 490); Max value from RGB is 213 - color contains mainly: green. Hex color #A4D571 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A4D571 is #5B2A8E. Grayscale: #BBBBBB. Windows color (decimal): -5974671 or 7460260. OLE color: 7460260.
HSL color Cylindrical-coordinate representation of color #A4D571: hue angle of 89.4º degrees, saturation: 0.54, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #A4D571 is Cyan = 0.23, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 164 | 213 | 113 | - |
| CMYK | 0.23 | 0 | 0.47 | 0.16 |
| HSL | 89.4º | 0.54% | 0.64% | - |
| HSV(B) | 89.4º | 0.47% | 0.84% | - |
| XYZ | 42.08 | 56.67 | 24.34 | - |
| YUV | 186.95 | 86.27 | 111.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 213 | 113 | 0.23 | 0 | 0.47 | 0.16 | 89.4 | 0.54 | 0.64 |
| Hex | A4 | D5 | 71 | 17 | 0 | 2F | 10 | 59 | 36 | 40 |
| Octal | 244 | 325 | 161 | 27 | 0 | 57 | 20 | 131 | 66 | 100 |
| Binary | 10100100 | 11010101 | 1110001 | 10111 | 0 | 101111 | 10000 | 1011001 | 110110 | 1000000 |
Color Harmonies of #A4D571
Complementary color
Monochromatic Colors of #A4D571
Black with #A4D571
Text Example
Text Example
White with #A4D571
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A4D571; }
p { color: rgb(164,213,113); }
H1.HeaderClassName
{
color: #A4D571;
}
.AnyTagClassName
{
color: #A4D571;
}
</style>
background-color css
<style>
a { background-color: #A4D571; }
a { background-color: rgb(164,213,113); }
div.DivClassName
{
background-color: #A4D571;
}
.BgClassName
{
background-color: #A4D571;
}
</style>
border-color css
<style>
span { border-color: #A4D571; }
span { border-color: rgb(164,213,113); }
td.TdClassName
{
border-color: #A4D571;
}
.TagClassName
{
border-color: #A4D571;
}
</style>