Shades of Feijoa #A0DC82
Tints of Feijoa #A0DC82
RGB
CMYK
RGB Variations
Color information
#A0DC82 (or 0xA0DC82) is known color: Feijoa. HEX triplet: A0, DC and 82. RGB value is (160,220,130). Sum of RGB (Red+Green+Blue) = 160+220+130=510 (67% of max value = 765). Red value is 160 (62.89% from 255 or 31.37% from 510); Green value is 220 (86.33% from 255 or 43.14% from 510); Blue value is 130 (51.17% from 255 or 25.49% from 510); Max value from RGB is 220 - color contains mainly: green. Hex color #A0DC82 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A0DC82 is #5F237D. Grayscale: #C0C0C0. Windows color (decimal): -6235006 or 8576160. OLE color: 8576160.
HSL color Cylindrical-coordinate representation of color #A0DC82: hue angle of 100º degrees, saturation: 0.56, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #A0DC82 is Cyan = 0.27, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 160 | 220 | 130 | - |
| CMYK | 0.27 | 0 | 0.41 | 0.14 |
| HSL | 100º | 0.56% | 0.69% | - |
| HSV(B) | 100º | 0.41% | 0.86% | - |
| XYZ | 44.12 | 60.27 | 30.43 | - |
| YUV | 191.8 | 93.12 | 105.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 220 | 130 | 0.27 | 0 | 0.41 | 0.14 | 100 | 0.56 | 0.69 |
| Hex | A0 | DC | 82 | 1B | 0 | 29 | E | 64 | 38 | 45 |
| Octal | 240 | 334 | 202 | 33 | 0 | 51 | 16 | 144 | 70 | 105 |
| Binary | 10100000 | 11011100 | 10000010 | 11011 | 0 | 101001 | 1110 | 1100100 | 111000 | 1000101 |
Color Harmonies of #A0DC82
Complementary color
Monochromatic Colors of #A0DC82
Black with #A0DC82
Text Example
Text Example
White with #A0DC82
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0DC82; }
p { color: rgb(160,220,130); }
H1.HeaderClassName
{
color: #A0DC82;
}
.AnyTagClassName
{
color: #A0DC82;
}
</style>
background-color css
<style>
a { background-color: #A0DC82; }
a { background-color: rgb(160,220,130); }
div.DivClassName
{
background-color: #A0DC82;
}
.BgClassName
{
background-color: #A0DC82;
}
</style>
border-color css
<style>
span { border-color: #A0DC82; }
span { border-color: rgb(160,220,130); }
td.TdClassName
{
border-color: #A0DC82;
}
.TagClassName
{
border-color: #A0DC82;
}
</style>