Shades of Feijoa #A0D273
Tints of Feijoa #A0D273
RGB
CMYK
RGB Variations
Color information
#A0D273 (or 0xA0D273) is known color: Feijoa. HEX triplet: A0, D2 and 73. RGB value is (160,210,115). Sum of RGB (Red+Green+Blue) = 160+210+115=485 (64% of max value = 765). Red value is 160 (62.89% from 255 or 32.99% from 485); Green value is 210 (82.42% from 255 or 43.30% from 485); Blue value is 115 (45.31% from 255 or 23.71% from 485); Max value from RGB is 210 - color contains mainly: green. Hex color #A0D273 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A0D273 is #5F2D8C. Grayscale: #B8B8B8. Windows color (decimal): -6237581 or 7590560. OLE color: 7590560.
HSL color Cylindrical-coordinate representation of color #A0D273: hue angle of 91.58º degrees, saturation: 0.51, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #A0D273 is Cyan = 0.24, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 160 | 210 | 115 | - |
| CMYK | 0.24 | 0 | 0.45 | 0.18 |
| HSL | 91.58º | 0.51% | 0.64% | - |
| HSV(B) | 91.58º | 0.45% | 0.82% | - |
| XYZ | 40.64 | 54.8 | 24.66 | - |
| YUV | 184.22 | 88.94 | 110.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 210 | 115 | 0.24 | 0 | 0.45 | 0.18 | 91.58 | 0.51 | 0.64 |
| Hex | A0 | D2 | 73 | 18 | 0 | 2D | 12 | 5C | 33 | 40 |
| Octal | 240 | 322 | 163 | 30 | 0 | 55 | 22 | 134 | 63 | 100 |
| Binary | 10100000 | 11010010 | 1110011 | 11000 | 0 | 101101 | 10010 | 1011100 | 110011 | 1000000 |
Color Harmonies of #A0D273
Complementary color
Monochromatic Colors of #A0D273
Black with #A0D273
Text Example
Text Example
White with #A0D273
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0D273; }
p { color: rgb(160,210,115); }
H1.HeaderClassName
{
color: #A0D273;
}
.AnyTagClassName
{
color: #A0D273;
}
</style>
background-color css
<style>
a { background-color: #A0D273; }
a { background-color: rgb(160,210,115); }
div.DivClassName
{
background-color: #A0D273;
}
.BgClassName
{
background-color: #A0D273;
}
</style>
border-color css
<style>
span { border-color: #A0D273; }
span { border-color: rgb(160,210,115); }
td.TdClassName
{
border-color: #A0D273;
}
.TagClassName
{
border-color: #A0D273;
}
</style>