Shades of Feijoa #A0DD79
Tints of Feijoa #A0DD79
RGB
CMYK
RGB Variations
Color information
#A0DD79 (or 0xA0DD79) is known color: Feijoa. HEX triplet: A0, DD and 79. RGB value is (160,221,121). Sum of RGB (Red+Green+Blue) = 160+221+121=502 (66% of max value = 765). Red value is 160 (62.89% from 255 or 31.87% from 502); Green value is 221 (86.72% from 255 or 44.02% from 502); Blue value is 121 (47.66% from 255 or 24.10% from 502); Max value from RGB is 221 - color contains mainly: green. Hex color #A0DD79 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A0DD79 is #5F2286. Grayscale: #BFBFBF. Windows color (decimal): -6234759 or 7986592. OLE color: 7986592.
HSL color Cylindrical-coordinate representation of color #A0DD79: hue angle of 96.6º degrees, saturation: 0.6, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #A0DD79 is Cyan = 0.28, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 160 | 221 | 121 | - |
| CMYK | 0.28 | 0 | 0.45 | 0.13 |
| HSL | 96.6º | 0.6% | 0.67% | - |
| HSV(B) | 96.6º | 0.45% | 0.87% | - |
| XYZ | 43.8 | 60.57 | 27.47 | - |
| YUV | 191.36 | 88.29 | 105.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 221 | 121 | 0.28 | 0 | 0.45 | 0.13 | 96.6 | 0.6 | 0.67 |
| Hex | A0 | DD | 79 | 1C | 0 | 2D | D | 61 | 3C | 43 |
| Octal | 240 | 335 | 171 | 34 | 0 | 55 | 15 | 141 | 74 | 103 |
| Binary | 10100000 | 11011101 | 1111001 | 11100 | 0 | 101101 | 1101 | 1100001 | 111100 | 1000011 |
Color Harmonies of #A0DD79
Complementary color
Monochromatic Colors of #A0DD79
Black with #A0DD79
Text Example
Text Example
White with #A0DD79
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0DD79; }
p { color: rgb(160,221,121); }
H1.HeaderClassName
{
color: #A0DD79;
}
.AnyTagClassName
{
color: #A0DD79;
}
</style>
background-color css
<style>
a { background-color: #A0DD79; }
a { background-color: rgb(160,221,121); }
div.DivClassName
{
background-color: #A0DD79;
}
.BgClassName
{
background-color: #A0DD79;
}
</style>
border-color css
<style>
span { border-color: #A0DD79; }
span { border-color: rgb(160,221,121); }
td.TdClassName
{
border-color: #A0DD79;
}
.TagClassName
{
border-color: #A0DD79;
}
</style>