Shades of Feijoa #A0DD77
Tints of Feijoa #A0DD77
RGB
CMYK
RGB Variations
Color information
#A0DD77 (or 0xA0DD77) is known color: Feijoa. HEX triplet: A0, DD and 77. RGB value is (160,221,119). Sum of RGB (Red+Green+Blue) = 160+221+119=500 (66% of max value = 765). Red value is 160 (62.89% from 255 or 32% from 500); Green value is 221 (86.72% from 255 or 44.2% from 500); Blue value is 119 (46.88% from 255 or 23.8% from 500); Max value from RGB is 221 - color contains mainly: green. Hex color #A0DD77 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A0DD77 is #5F2288. Grayscale: #BFBFBF. Windows color (decimal): -6234761 or 7855520. OLE color: 7855520.
HSL color Cylindrical-coordinate representation of color #A0DD77: hue angle of 95.88º degrees, saturation: 0.6, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #A0DD77 is Cyan = 0.28, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 160 | 221 | 119 | - |
| CMYK | 0.28 | 0 | 0.46 | 0.13 |
| HSL | 95.88º | 0.6% | 0.67% | - |
| HSV(B) | 95.88º | 0.46% | 0.87% | - |
| XYZ | 43.68 | 60.52 | 26.83 | - |
| YUV | 191.13 | 87.29 | 105.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 221 | 119 | 0.28 | 0 | 0.46 | 0.13 | 95.88 | 0.6 | 0.67 |
| Hex | A0 | DD | 77 | 1C | 0 | 2E | D | 60 | 3C | 43 |
| Octal | 240 | 335 | 167 | 34 | 0 | 56 | 15 | 140 | 74 | 103 |
| Binary | 10100000 | 11011101 | 1110111 | 11100 | 0 | 101110 | 1101 | 1100000 | 111100 | 1000011 |
Color Harmonies of #A0DD77
Complementary color
Monochromatic Colors of #A0DD77
Black with #A0DD77
Text Example
Text Example
White with #A0DD77
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0DD77; }
p { color: rgb(160,221,119); }
H1.HeaderClassName
{
color: #A0DD77;
}
.AnyTagClassName
{
color: #A0DD77;
}
</style>
background-color css
<style>
a { background-color: #A0DD77; }
a { background-color: rgb(160,221,119); }
div.DivClassName
{
background-color: #A0DD77;
}
.BgClassName
{
background-color: #A0DD77;
}
</style>
border-color css
<style>
span { border-color: #A0DD77; }
span { border-color: rgb(160,221,119); }
td.TdClassName
{
border-color: #A0DD77;
}
.TagClassName
{
border-color: #A0DD77;
}
</style>