Shades of Feijoa #A0D878
Tints of Feijoa #A0D878
RGB
CMYK
RGB Variations
Color information
#A0D878 (or 0xA0D878) is known color: Feijoa. HEX triplet: A0, D8 and 78. RGB value is (160,216,120). Sum of RGB (Red+Green+Blue) = 160+216+120=496 (65% of max value = 765). Red value is 160 (62.89% from 255 or 32.26% from 496); Green value is 216 (84.77% from 255 or 43.55% from 496); Blue value is 120 (47.27% from 255 or 24.19% from 496); Max value from RGB is 216 - color contains mainly: green. Hex color #A0D878 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A0D878 is #5F2787. Grayscale: #BCBCBC. Windows color (decimal): -6236040 or 7919776. OLE color: 7919776.
HSL color Cylindrical-coordinate representation of color #A0D878: hue angle of 95º degrees, saturation: 0.55, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #A0D878 is Cyan = 0.26, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 160 | 216 | 120 | - |
| CMYK | 0.26 | 0 | 0.44 | 0.15 |
| HSL | 95º | 0.55% | 0.66% | - |
| HSV(B) | 95º | 0.44% | 0.85% | - |
| XYZ | 42.44 | 57.94 | 26.72 | - |
| YUV | 188.31 | 89.45 | 107.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 216 | 120 | 0.26 | 0 | 0.44 | 0.15 | 95 | 0.55 | 0.66 |
| Hex | A0 | D8 | 78 | 1A | 0 | 2C | F | 5F | 37 | 42 |
| Octal | 240 | 330 | 170 | 32 | 0 | 54 | 17 | 137 | 67 | 102 |
| Binary | 10100000 | 11011000 | 1111000 | 11010 | 0 | 101100 | 1111 | 1011111 | 110111 | 1000010 |
Color Harmonies of #A0D878
Complementary color
Monochromatic Colors of #A0D878
Black with #A0D878
Text Example
Text Example
White with #A0D878
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0D878; }
p { color: rgb(160,216,120); }
H1.HeaderClassName
{
color: #A0D878;
}
.AnyTagClassName
{
color: #A0D878;
}
</style>
background-color css
<style>
a { background-color: #A0D878; }
a { background-color: rgb(160,216,120); }
div.DivClassName
{
background-color: #A0D878;
}
.BgClassName
{
background-color: #A0D878;
}
</style>
border-color css
<style>
span { border-color: #A0D878; }
span { border-color: rgb(160,216,120); }
td.TdClassName
{
border-color: #A0D878;
}
.TagClassName
{
border-color: #A0D878;
}
</style>