Shades of Feijoa #A0DD82
Tints of Feijoa #A0DD82
RGB
CMYK
RGB Variations
Color information
#A0DD82 (or 0xA0DD82) is known color: Feijoa. HEX triplet: A0, DD and 82. RGB value is (160,221,130). Sum of RGB (Red+Green+Blue) = 160+221+130=511 (67% of max value = 765). Red value is 160 (62.89% from 255 or 31.31% from 511); Green value is 221 (86.72% from 255 or 43.25% from 511); Blue value is 130 (51.17% from 255 or 25.44% from 511); Max value from RGB is 221 - color contains mainly: green. Hex color #A0DD82 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A0DD82 is #5F227D. Grayscale: #C0C0C0. Windows color (decimal): -6234750 or 8576416. OLE color: 8576416.
HSL color Cylindrical-coordinate representation of color #A0DD82: hue angle of 100.22º degrees, saturation: 0.57, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #A0DD82 is Cyan = 0.28, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 160 | 221 | 130 | - |
| CMYK | 0.28 | 0 | 0.41 | 0.13 |
| HSL | 100.22º | 0.57% | 0.69% | - |
| HSV(B) | 100.22º | 0.41% | 0.87% | - |
| XYZ | 44.38 | 60.8 | 30.52 | - |
| YUV | 192.39 | 92.79 | 104.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 221 | 130 | 0.28 | 0 | 0.41 | 0.13 | 100.22 | 0.57 | 0.69 |
| Hex | A0 | DD | 82 | 1C | 0 | 29 | D | 64 | 39 | 45 |
| Octal | 240 | 335 | 202 | 34 | 0 | 51 | 15 | 144 | 71 | 105 |
| Binary | 10100000 | 11011101 | 10000010 | 11100 | 0 | 101001 | 1101 | 1100100 | 111001 | 1000101 |
Color Harmonies of #A0DD82
Complementary color
Monochromatic Colors of #A0DD82
Black with #A0DD82
Text Example
Text Example
White with #A0DD82
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0DD82; }
p { color: rgb(160,221,130); }
H1.HeaderClassName
{
color: #A0DD82;
}
.AnyTagClassName
{
color: #A0DD82;
}
</style>
background-color css
<style>
a { background-color: #A0DD82; }
a { background-color: rgb(160,221,130); }
div.DivClassName
{
background-color: #A0DD82;
}
.BgClassName
{
background-color: #A0DD82;
}
</style>
border-color css
<style>
span { border-color: #A0DD82; }
span { border-color: rgb(160,221,130); }
td.TdClassName
{
border-color: #A0DD82;
}
.TagClassName
{
border-color: #A0DD82;
}
</style>