Shades of Feijoa #A0DD78
Tints of Feijoa #A0DD78
RGB
CMYK
RGB Variations
Color information
#A0DD78 (or 0xA0DD78) is known color: Feijoa. HEX triplet: A0, DD and 78. RGB value is (160,221,120). Sum of RGB (Red+Green+Blue) = 160+221+120=501 (66% of max value = 765). Red value is 160 (62.89% from 255 or 31.94% from 501); Green value is 221 (86.72% from 255 or 44.11% from 501); Blue value is 120 (47.27% from 255 or 23.95% from 501); Max value from RGB is 221 - color contains mainly: green. Hex color #A0DD78 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A0DD78 is #5F2287. Grayscale: #BFBFBF. Windows color (decimal): -6234760 or 7921056. OLE color: 7921056.
HSL color Cylindrical-coordinate representation of color #A0DD78: hue angle of 96.24º 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 #A0DD78 is Cyan = 0.28, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 160 | 221 | 120 | - |
| CMYK | 0.28 | 0 | 0.46 | 0.13 |
| HSL | 96.24º | 0.6% | 0.67% | - |
| HSV(B) | 96.24º | 0.46% | 0.87% | - |
| XYZ | 43.74 | 60.54 | 27.15 | - |
| YUV | 191.25 | 87.79 | 105.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 221 | 120 | 0.28 | 0 | 0.46 | 0.13 | 96.24 | 0.6 | 0.67 |
| Hex | A0 | DD | 78 | 1C | 0 | 2E | D | 60 | 3C | 43 |
| Octal | 240 | 335 | 170 | 34 | 0 | 56 | 15 | 140 | 74 | 103 |
| Binary | 10100000 | 11011101 | 1111000 | 11100 | 0 | 101110 | 1101 | 1100000 | 111100 | 1000011 |
Color Harmonies of #A0DD78
Complementary color
Monochromatic Colors of #A0DD78
Black with #A0DD78
Text Example
Text Example
White with #A0DD78
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0DD78; }
p { color: rgb(160,221,120); }
H1.HeaderClassName
{
color: #A0DD78;
}
.AnyTagClassName
{
color: #A0DD78;
}
</style>
background-color css
<style>
a { background-color: #A0DD78; }
a { background-color: rgb(160,221,120); }
div.DivClassName
{
background-color: #A0DD78;
}
.BgClassName
{
background-color: #A0DD78;
}
</style>
border-color css
<style>
span { border-color: #A0DD78; }
span { border-color: rgb(160,221,120); }
td.TdClassName
{
border-color: #A0DD78;
}
.TagClassName
{
border-color: #A0DD78;
}
</style>