Shades of Feijoa #A0D571
Tints of Feijoa #A0D571
RGB
CMYK
RGB Variations
Color information
#A0D571 (or 0xA0D571) is known color: Feijoa. HEX triplet: A0, D5 and 71. RGB value is (160,213,113). Sum of RGB (Red+Green+Blue) = 160+213+113=486 (64% of max value = 765). Red value is 160 (62.89% from 255 or 32.92% from 486); Green value is 213 (83.59% from 255 or 43.83% from 486); Blue value is 113 (44.53% from 255 or 23.25% from 486); Max value from RGB is 213 - color contains mainly: green. Hex color #A0D571 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A0D571 is #5F2A8E. Grayscale: #BABABA. Windows color (decimal): -6236815 or 7460256. OLE color: 7460256.
HSL color Cylindrical-coordinate representation of color #A0D571: hue angle of 91.8º 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 #A0D571 is Cyan = 0.25, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 160 | 213 | 113 | - |
| CMYK | 0.25 | 0 | 0.47 | 0.16 |
| HSL | 91.8º | 0.54% | 0.64% | - |
| HSV(B) | 91.8º | 0.47% | 0.84% | - |
| XYZ | 41.27 | 56.25 | 24.31 | - |
| YUV | 185.75 | 86.94 | 109.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 213 | 113 | 0.25 | 0 | 0.47 | 0.16 | 91.8 | 0.54 | 0.64 |
| Hex | A0 | D5 | 71 | 19 | 0 | 2F | 10 | 5C | 36 | 40 |
| Octal | 240 | 325 | 161 | 31 | 0 | 57 | 20 | 134 | 66 | 100 |
| Binary | 10100000 | 11010101 | 1110001 | 11001 | 0 | 101111 | 10000 | 1011100 | 110110 | 1000000 |
Color Harmonies of #A0D571
Complementary color
Monochromatic Colors of #A0D571
Black with #A0D571
Text Example
Text Example
White with #A0D571
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0D571; }
p { color: rgb(160,213,113); }
H1.HeaderClassName
{
color: #A0D571;
}
.AnyTagClassName
{
color: #A0D571;
}
</style>
background-color css
<style>
a { background-color: #A0D571; }
a { background-color: rgb(160,213,113); }
div.DivClassName
{
background-color: #A0D571;
}
.BgClassName
{
background-color: #A0D571;
}
</style>
border-color css
<style>
span { border-color: #A0D571; }
span { border-color: rgb(160,213,113); }
td.TdClassName
{
border-color: #A0D571;
}
.TagClassName
{
border-color: #A0D571;
}
</style>