Shades of Feijoa #A0DC83
Tints of Feijoa #A0DC83
RGB
CMYK
RGB Variations
Color information
#A0DC83 (or 0xA0DC83) is known color: Feijoa. HEX triplet: A0, DC and 83. RGB value is (160,220,131). Sum of RGB (Red+Green+Blue) = 160+220+131=511 (67% of max value = 765). Red value is 160 (62.89% from 255 or 31.31% from 511); Green value is 220 (86.33% from 255 or 43.05% from 511); Blue value is 131 (51.56% from 255 or 25.64% from 511); Max value from RGB is 220 - color contains mainly: green. Hex color #A0DC83 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A0DC83 is #5F237C. Grayscale: #C0C0C0. Windows color (decimal): -6235005 or 8641696. OLE color: 8641696.
HSL color Cylindrical-coordinate representation of color #A0DC83: hue angle of 100.45º degrees, saturation: 0.56, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #A0DC83 is Cyan = 0.27, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 160 | 220 | 131 | - |
| CMYK | 0.27 | 0 | 0.40 | 0.14 |
| HSL | 100.45º | 0.56% | 0.69% | - |
| HSV(B) | 100.45º | 0.4% | 0.86% | - |
| XYZ | 44.19 | 60.3 | 30.78 | - |
| YUV | 191.91 | 93.62 | 105.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 220 | 131 | 0.27 | 0 | 0.40 | 0.14 | 100.45 | 0.56 | 0.69 |
| Hex | A0 | DC | 83 | 1B | 0 | 28 | E | 64 | 38 | 45 |
| Octal | 240 | 334 | 203 | 33 | 0 | 50 | 16 | 144 | 70 | 105 |
| Binary | 10100000 | 11011100 | 10000011 | 11011 | 0 | 101000 | 1110 | 1100100 | 111000 | 1000101 |
Color Harmonies of #A0DC83
Complementary color
Monochromatic Colors of #A0DC83
Black with #A0DC83
Text Example
Text Example
White with #A0DC83
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0DC83; }
p { color: rgb(160,220,131); }
H1.HeaderClassName
{
color: #A0DC83;
}
.AnyTagClassName
{
color: #A0DC83;
}
</style>
background-color css
<style>
a { background-color: #A0DC83; }
a { background-color: rgb(160,220,131); }
div.DivClassName
{
background-color: #A0DC83;
}
.BgClassName
{
background-color: #A0DC83;
}
</style>
border-color css
<style>
span { border-color: #A0DC83; }
span { border-color: rgb(160,220,131); }
td.TdClassName
{
border-color: #A0DC83;
}
.TagClassName
{
border-color: #A0DC83;
}
</style>