Shades of Feijoa #A0D87C
Tints of Feijoa #A0D87C
RGB
CMYK
RGB Variations
Color information
#A0D87C (or 0xA0D87C) is known color: Feijoa. HEX triplet: A0, D8 and 7C. RGB value is (160,216,124). Sum of RGB (Red+Green+Blue) = 160+216+124=500 (66% of max value = 765). Red value is 160 (62.89% from 255 or 32% from 500); Green value is 216 (84.77% from 255 or 43.2% from 500); Blue value is 124 (48.83% from 255 or 24.8% from 500); Max value from RGB is 216 - color contains mainly: green. Hex color #A0D87C is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A0D87C is #5F2783. Grayscale: #BDBDBD. Windows color (decimal): -6236036 or 8181920. OLE color: 8181920.
HSL color Cylindrical-coordinate representation of color #A0D87C: hue angle of 96.52º degrees, saturation: 0.54, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #A0D87C is Cyan = 0.26, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 160 | 216 | 124 | - |
| CMYK | 0.26 | 0 | 0.43 | 0.15 |
| HSL | 96.52º | 0.54% | 0.67% | - |
| HSV(B) | 96.52º | 0.43% | 0.85% | - |
| XYZ | 42.69 | 58.04 | 28.02 | - |
| YUV | 188.77 | 91.45 | 107.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 216 | 124 | 0.26 | 0 | 0.43 | 0.15 | 96.52 | 0.54 | 0.67 |
| Hex | A0 | D8 | 7C | 1A | 0 | 2B | F | 61 | 36 | 43 |
| Octal | 240 | 330 | 174 | 32 | 0 | 53 | 17 | 141 | 66 | 103 |
| Binary | 10100000 | 11011000 | 1111100 | 11010 | 0 | 101011 | 1111 | 1100001 | 110110 | 1000011 |
Color Harmonies of #A0D87C
Complementary color
Monochromatic Colors of #A0D87C
Black with #A0D87C
Text Example
Text Example
White with #A0D87C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0D87C; }
p { color: rgb(160,216,124); }
H1.HeaderClassName
{
color: #A0D87C;
}
.AnyTagClassName
{
color: #A0D87C;
}
</style>
background-color css
<style>
a { background-color: #A0D87C; }
a { background-color: rgb(160,216,124); }
div.DivClassName
{
background-color: #A0D87C;
}
.BgClassName
{
background-color: #A0D87C;
}
</style>
border-color css
<style>
span { border-color: #A0D87C; }
span { border-color: rgb(160,216,124); }
td.TdClassName
{
border-color: #A0D87C;
}
.TagClassName
{
border-color: #A0D87C;
}
</style>