Shades of Feijoa #A0D570
Tints of Feijoa #A0D570
RGB
CMYK
RGB Variations
Color information
#A0D570 (or 0xA0D570) is known color: Feijoa. HEX triplet: A0, D5 and 70. RGB value is (160,213,112). Sum of RGB (Red+Green+Blue) = 160+213+112=485 (64% of max value = 765). Red value is 160 (62.89% from 255 or 32.99% from 485); Green value is 213 (83.59% from 255 or 43.92% from 485); Blue value is 112 (44.14% from 255 or 23.09% from 485); Max value from RGB is 213 - color contains mainly: green. Hex color #A0D570 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A0D570 is #5F2A8F. Grayscale: #B9B9B9. Windows color (decimal): -6236816 or 7394720. OLE color: 7394720.
HSL color Cylindrical-coordinate representation of color #A0D570: hue angle of 91.49º degrees, saturation: 0.55, 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 #A0D570 is Cyan = 0.25, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 160 | 213 | 112 | - |
| CMYK | 0.25 | 0 | 0.47 | 0.16 |
| HSL | 91.49º | 0.55% | 0.64% | - |
| HSV(B) | 91.49º | 0.47% | 0.84% | - |
| XYZ | 41.22 | 56.23 | 24.01 | - |
| YUV | 185.64 | 86.44 | 109.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 213 | 112 | 0.25 | 0 | 0.47 | 0.16 | 91.49 | 0.55 | 0.64 |
| Hex | A0 | D5 | 70 | 19 | 0 | 2F | 10 | 5B | 37 | 40 |
| Octal | 240 | 325 | 160 | 31 | 0 | 57 | 20 | 133 | 67 | 100 |
| Binary | 10100000 | 11010101 | 1110000 | 11001 | 0 | 101111 | 10000 | 1011011 | 110111 | 1000000 |
Color Harmonies of #A0D570
Complementary color
Monochromatic Colors of #A0D570
Black with #A0D570
Text Example
Text Example
White with #A0D570
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0D570; }
p { color: rgb(160,213,112); }
H1.HeaderClassName
{
color: #A0D570;
}
.AnyTagClassName
{
color: #A0D570;
}
</style>
background-color css
<style>
a { background-color: #A0D570; }
a { background-color: rgb(160,213,112); }
div.DivClassName
{
background-color: #A0D570;
}
.BgClassName
{
background-color: #A0D570;
}
</style>
border-color css
<style>
span { border-color: #A0D570; }
span { border-color: rgb(160,213,112); }
td.TdClassName
{
border-color: #A0D570;
}
.TagClassName
{
border-color: #A0D570;
}
</style>