Shades of Feijoa #A0DD84
Tints of Feijoa #A0DD84
RGB
CMYK
RGB Variations
Color information
#A0DD84 (or 0xA0DD84) is known color: Feijoa. HEX triplet: A0, DD and 84. RGB value is (160,221,132). Sum of RGB (Red+Green+Blue) = 160+221+132=513 (67% of max value = 765). Red value is 160 (62.89% from 255 or 31.19% from 513); Green value is 221 (86.72% from 255 or 43.08% from 513); Blue value is 132 (51.95% from 255 or 25.73% from 513); Max value from RGB is 221 - color contains mainly: green. Hex color #A0DD84 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A0DD84 is #5F227B. Grayscale: #C0C0C0. Windows color (decimal): -6234748 or 8707488. OLE color: 8707488.
HSL color Cylindrical-coordinate representation of color #A0DD84: hue angle of 101.12º degrees, saturation: 0.57, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #A0DD84 is Cyan = 0.28, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 160 | 221 | 132 | - |
| CMYK | 0.28 | 0 | 0.40 | 0.13 |
| HSL | 101.12º | 0.57% | 0.69% | - |
| HSV(B) | 101.12º | 0.4% | 0.87% | - |
| XYZ | 44.52 | 60.85 | 31.23 | - |
| YUV | 192.62 | 93.79 | 104.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 221 | 132 | 0.28 | 0 | 0.40 | 0.13 | 101.12 | 0.57 | 0.69 |
| Hex | A0 | DD | 84 | 1C | 0 | 28 | D | 65 | 39 | 45 |
| Octal | 240 | 335 | 204 | 34 | 0 | 50 | 15 | 145 | 71 | 105 |
| Binary | 10100000 | 11011101 | 10000100 | 11100 | 0 | 101000 | 1101 | 1100101 | 111001 | 1000101 |
Color Harmonies of #A0DD84
Complementary color
Monochromatic Colors of #A0DD84
Black with #A0DD84
Text Example
Text Example
White with #A0DD84
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0DD84; }
p { color: rgb(160,221,132); }
H1.HeaderClassName
{
color: #A0DD84;
}
.AnyTagClassName
{
color: #A0DD84;
}
</style>
background-color css
<style>
a { background-color: #A0DD84; }
a { background-color: rgb(160,221,132); }
div.DivClassName
{
background-color: #A0DD84;
}
.BgClassName
{
background-color: #A0DD84;
}
</style>
border-color css
<style>
span { border-color: #A0DD84; }
span { border-color: rgb(160,221,132); }
td.TdClassName
{
border-color: #A0DD84;
}
.TagClassName
{
border-color: #A0DD84;
}
</style>