Shades of Feijoa #A0D673
Tints of Feijoa #A0D673
RGB
CMYK
RGB Variations
Color information
#A0D673 (or 0xA0D673) is known color: Feijoa. HEX triplet: A0, D6 and 73. RGB value is (160,214,115). Sum of RGB (Red+Green+Blue) = 160+214+115=489 (64% of max value = 765). Red value is 160 (62.89% from 255 or 32.72% from 489); Green value is 214 (83.98% from 255 or 43.76% from 489); Blue value is 115 (45.31% from 255 or 23.52% from 489); Max value from RGB is 214 - color contains mainly: green. Hex color #A0D673 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A0D673 is #5F298C. Grayscale: #BABABA. Windows color (decimal): -6236557 or 7591584. OLE color: 7591584.
HSL color Cylindrical-coordinate representation of color #A0D673: hue angle of 92.73º degrees, saturation: 0.55, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #A0D673 is Cyan = 0.25, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 160 | 214 | 115 | - |
| CMYK | 0.25 | 0 | 0.46 | 0.16 |
| HSL | 92.73º | 0.55% | 0.65% | - |
| HSV(B) | 92.73º | 0.46% | 0.84% | - |
| XYZ | 41.64 | 56.8 | 24.99 | - |
| YUV | 186.57 | 87.61 | 109.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 214 | 115 | 0.25 | 0 | 0.46 | 0.16 | 92.73 | 0.55 | 0.65 |
| Hex | A0 | D6 | 73 | 19 | 0 | 2E | 10 | 5D | 37 | 41 |
| Octal | 240 | 326 | 163 | 31 | 0 | 56 | 20 | 135 | 67 | 101 |
| Binary | 10100000 | 11010110 | 1110011 | 11001 | 0 | 101110 | 10000 | 1011101 | 110111 | 1000001 |
Color Harmonies of #A0D673
Complementary color
Monochromatic Colors of #A0D673
Black with #A0D673
Text Example
Text Example
White with #A0D673
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0D673; }
p { color: rgb(160,214,115); }
H1.HeaderClassName
{
color: #A0D673;
}
.AnyTagClassName
{
color: #A0D673;
}
</style>
background-color css
<style>
a { background-color: #A0D673; }
a { background-color: rgb(160,214,115); }
div.DivClassName
{
background-color: #A0D673;
}
.BgClassName
{
background-color: #A0D673;
}
</style>
border-color css
<style>
span { border-color: #A0D673; }
span { border-color: rgb(160,214,115); }
td.TdClassName
{
border-color: #A0D673;
}
.TagClassName
{
border-color: #A0D673;
}
</style>