Shades of Feijoa #A0DD71
Tints of Feijoa #A0DD71
RGB
CMYK
RGB Variations
Color information
#A0DD71 (or 0xA0DD71) is known color: Feijoa. HEX triplet: A0, DD and 71. RGB value is (160,221,113). Sum of RGB (Red+Green+Blue) = 160+221+113=494 (65% of max value = 765). Red value is 160 (62.89% from 255 or 32.39% from 494); Green value is 221 (86.72% from 255 or 44.74% from 494); Blue value is 113 (44.53% from 255 or 22.87% from 494); Max value from RGB is 221 - color contains mainly: green. Hex color #A0DD71 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A0DD71 is #5F228E. Grayscale: #BEBEBE. Windows color (decimal): -6234767 or 7462304. OLE color: 7462304.
HSL color Cylindrical-coordinate representation of color #A0DD71: hue angle of 93.89º degrees, saturation: 0.61, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #A0DD71 is Cyan = 0.28, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 160 | 221 | 113 | - |
| CMYK | 0.28 | 0 | 0.49 | 0.13 |
| HSL | 93.89º | 0.61% | 0.65% | - |
| HSV(B) | 93.89º | 0.49% | 0.87% | - |
| XYZ | 43.33 | 60.38 | 24.99 | - |
| YUV | 190.45 | 84.29 | 106.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 221 | 113 | 0.28 | 0 | 0.49 | 0.13 | 93.89 | 0.61 | 0.65 |
| Hex | A0 | DD | 71 | 1C | 0 | 31 | D | 5E | 3D | 41 |
| Octal | 240 | 335 | 161 | 34 | 0 | 61 | 15 | 136 | 75 | 101 |
| Binary | 10100000 | 11011101 | 1110001 | 11100 | 0 | 110001 | 1101 | 1011110 | 111101 | 1000001 |
Color Harmonies of #A0DD71
Complementary color
Monochromatic Colors of #A0DD71
Black with #A0DD71
Text Example
Text Example
White with #A0DD71
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0DD71; }
p { color: rgb(160,221,113); }
H1.HeaderClassName
{
color: #A0DD71;
}
.AnyTagClassName
{
color: #A0DD71;
}
</style>
background-color css
<style>
a { background-color: #A0DD71; }
a { background-color: rgb(160,221,113); }
div.DivClassName
{
background-color: #A0DD71;
}
.BgClassName
{
background-color: #A0DD71;
}
</style>
border-color css
<style>
span { border-color: #A0DD71; }
span { border-color: rgb(160,221,113); }
td.TdClassName
{
border-color: #A0DD71;
}
.TagClassName
{
border-color: #A0DD71;
}
</style>