Shades of Feijoa #A0DD74
Tints of Feijoa #A0DD74
RGB
CMYK
RGB Variations
Color information
#A0DD74 (or 0xA0DD74) is known color: Feijoa. HEX triplet: A0, DD and 74. RGB value is (160,221,116). Sum of RGB (Red+Green+Blue) = 160+221+116=497 (65% of max value = 765). Red value is 160 (62.89% from 255 or 32.19% from 497); Green value is 221 (86.72% from 255 or 44.47% from 497); Blue value is 116 (45.70% from 255 or 23.34% from 497); Max value from RGB is 221 - color contains mainly: green. Hex color #A0DD74 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A0DD74 is #5F228B. Grayscale: #BFBFBF. Windows color (decimal): -6234764 or 7658912. OLE color: 7658912.
HSL color Cylindrical-coordinate representation of color #A0DD74: hue angle of 94.86º degrees, saturation: 0.61, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #A0DD74 is Cyan = 0.28, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 160 | 221 | 116 | - |
| CMYK | 0.28 | 0 | 0.48 | 0.13 |
| HSL | 94.86º | 0.61% | 0.66% | - |
| HSV(B) | 94.86º | 0.48% | 0.87% | - |
| XYZ | 43.51 | 60.45 | 25.9 | - |
| YUV | 190.79 | 85.79 | 106.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 221 | 116 | 0.28 | 0 | 0.48 | 0.13 | 94.86 | 0.61 | 0.66 |
| Hex | A0 | DD | 74 | 1C | 0 | 30 | D | 5F | 3D | 42 |
| Octal | 240 | 335 | 164 | 34 | 0 | 60 | 15 | 137 | 75 | 102 |
| Binary | 10100000 | 11011101 | 1110100 | 11100 | 0 | 110000 | 1101 | 1011111 | 111101 | 1000010 |
Color Harmonies of #A0DD74
Complementary color
Monochromatic Colors of #A0DD74
Black with #A0DD74
Text Example
Text Example
White with #A0DD74
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0DD74; }
p { color: rgb(160,221,116); }
H1.HeaderClassName
{
color: #A0DD74;
}
.AnyTagClassName
{
color: #A0DD74;
}
</style>
background-color css
<style>
a { background-color: #A0DD74; }
a { background-color: rgb(160,221,116); }
div.DivClassName
{
background-color: #A0DD74;
}
.BgClassName
{
background-color: #A0DD74;
}
</style>
border-color css
<style>
span { border-color: #A0DD74; }
span { border-color: rgb(160,221,116); }
td.TdClassName
{
border-color: #A0DD74;
}
.TagClassName
{
border-color: #A0DD74;
}
</style>