Shades of Feijoa #A0D880
Tints of Feijoa #A0D880
RGB
CMYK
RGB Variations
Color information
#A0D880 (or 0xA0D880) is known color: Feijoa. HEX triplet: A0, D8 and 80. RGB value is (160,216,128). Sum of RGB (Red+Green+Blue) = 160+216+128=504 (66% of max value = 765). Red value is 160 (62.89% from 255 or 31.75% from 504); Green value is 216 (84.77% from 255 or 42.86% from 504); Blue value is 128 (50.39% from 255 or 25.40% from 504); Max value from RGB is 216 - color contains mainly: green. Hex color #A0D880 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A0D880 is #5F277F. Grayscale: #BDBDBD. Windows color (decimal): -6236032 or 8444064. OLE color: 8444064.
HSL color Cylindrical-coordinate representation of color #A0D880: hue angle of 98.18º degrees, saturation: 0.53, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #A0D880 is Cyan = 0.26, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 160 | 216 | 128 | - |
| CMYK | 0.26 | 0 | 0.41 | 0.15 |
| HSL | 98.18º | 0.53% | 0.67% | - |
| HSV(B) | 98.18º | 0.41% | 0.85% | - |
| XYZ | 42.95 | 58.14 | 29.38 | - |
| YUV | 189.22 | 93.45 | 107.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 216 | 128 | 0.26 | 0 | 0.41 | 0.15 | 98.18 | 0.53 | 0.67 |
| Hex | A0 | D8 | 80 | 1A | 0 | 29 | F | 62 | 35 | 43 |
| Octal | 240 | 330 | 200 | 32 | 0 | 51 | 17 | 142 | 65 | 103 |
| Binary | 10100000 | 11011000 | 10000000 | 11010 | 0 | 101001 | 1111 | 1100010 | 110101 | 1000011 |
Color Harmonies of #A0D880
Complementary color
Monochromatic Colors of #A0D880
Black with #A0D880
Text Example
Text Example
White with #A0D880
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0D880; }
p { color: rgb(160,216,128); }
H1.HeaderClassName
{
color: #A0D880;
}
.AnyTagClassName
{
color: #A0D880;
}
</style>
background-color css
<style>
a { background-color: #A0D880; }
a { background-color: rgb(160,216,128); }
div.DivClassName
{
background-color: #A0D880;
}
.BgClassName
{
background-color: #A0D880;
}
</style>
border-color css
<style>
span { border-color: #A0D880; }
span { border-color: rgb(160,216,128); }
td.TdClassName
{
border-color: #A0D880;
}
.TagClassName
{
border-color: #A0D880;
}
</style>