Shades of Feijoa #A0D46E
Tints of Feijoa #A0D46E
RGB
CMYK
RGB Variations
Color information
#A0D46E (or 0xA0D46E) is known color: Feijoa. HEX triplet: A0, D4 and 6E. RGB value is (160,212,110). Sum of RGB (Red+Green+Blue) = 160+212+110=482 (63% of max value = 765). Red value is 160 (62.89% from 255 or 33.20% from 482); Green value is 212 (83.20% from 255 or 43.98% from 482); Blue value is 110 (43.36% from 255 or 22.82% from 482); Max value from RGB is 212 - color contains mainly: green. Hex color #A0D46E is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A0D46E is #5F2B91. Grayscale: #B9B9B9. Windows color (decimal): -6237074 or 7263392. OLE color: 7263392.
HSL color Cylindrical-coordinate representation of color #A0D46E: hue angle of 90.59º degrees, saturation: 0.54, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #A0D46E is Cyan = 0.25, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 160 | 212 | 110 | - |
| CMYK | 0.25 | 0 | 0.48 | 0.17 |
| HSL | 90.59º | 0.54% | 0.63% | - |
| HSV(B) | 90.59º | 0.48% | 0.83% | - |
| XYZ | 40.86 | 55.69 | 23.35 | - |
| YUV | 184.82 | 85.77 | 110.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 212 | 110 | 0.25 | 0 | 0.48 | 0.17 | 90.59 | 0.54 | 0.63 |
| Hex | A0 | D4 | 6E | 19 | 0 | 30 | 11 | 5B | 36 | 3F |
| Octal | 240 | 324 | 156 | 31 | 0 | 60 | 21 | 133 | 66 | 77 |
| Binary | 10100000 | 11010100 | 1101110 | 11001 | 0 | 110000 | 10001 | 1011011 | 110110 | 111111 |
Color Harmonies of #A0D46E
Complementary color
Monochromatic Colors of #A0D46E
Black with #A0D46E
Text Example
Text Example
White with #A0D46E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0D46E; }
p { color: rgb(160,212,110); }
H1.HeaderClassName
{
color: #A0D46E;
}
.AnyTagClassName
{
color: #A0D46E;
}
</style>
background-color css
<style>
a { background-color: #A0D46E; }
a { background-color: rgb(160,212,110); }
div.DivClassName
{
background-color: #A0D46E;
}
.BgClassName
{
background-color: #A0D46E;
}
</style>
border-color css
<style>
span { border-color: #A0D46E; }
span { border-color: rgb(160,212,110); }
td.TdClassName
{
border-color: #A0D46E;
}
.TagClassName
{
border-color: #A0D46E;
}
</style>