Shades of Feijoa #A0DF76
Tints of Feijoa #A0DF76
RGB
CMYK
RGB Variations
Color information
#A0DF76 (or 0xA0DF76) is known color: Feijoa. HEX triplet: A0, DF and 76. RGB value is (160,223,118). Sum of RGB (Red+Green+Blue) = 160+223+118=501 (66% of max value = 765). Red value is 160 (62.89% from 255 or 31.94% from 501); Green value is 223 (87.5% from 255 or 44.51% from 501); Blue value is 118 (46.48% from 255 or 23.55% from 501); Max value from RGB is 223 - color contains mainly: green. Hex color #A0DF76 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A0DF76 is #5F2089. Grayscale: #C0C0C0. Windows color (decimal): -6234250 or 7790496. OLE color: 7790496.
HSL color Cylindrical-coordinate representation of color #A0DF76: hue angle of 96º degrees, saturation: 0.62, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #A0DF76 is Cyan = 0.28, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 160 | 223 | 118 | - |
| CMYK | 0.28 | 0 | 0.47 | 0.13 |
| HSL | 96º | 0.62% | 0.67% | - |
| HSV(B) | 96º | 0.47% | 0.87% | - |
| XYZ | 44.15 | 61.56 | 26.69 | - |
| YUV | 192.19 | 86.13 | 105.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 223 | 118 | 0.28 | 0 | 0.47 | 0.13 | 96 | 0.62 | 0.67 |
| Hex | A0 | DF | 76 | 1C | 0 | 2F | D | 60 | 3E | 43 |
| Octal | 240 | 337 | 166 | 34 | 0 | 57 | 15 | 140 | 76 | 103 |
| Binary | 10100000 | 11011111 | 1110110 | 11100 | 0 | 101111 | 1101 | 1100000 | 111110 | 1000011 |
Color Harmonies of #A0DF76
Complementary color
Monochromatic Colors of #A0DF76
Black with #A0DF76
Text Example
Text Example
White with #A0DF76
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0DF76; }
p { color: rgb(160,223,118); }
H1.HeaderClassName
{
color: #A0DF76;
}
.AnyTagClassName
{
color: #A0DF76;
}
</style>
background-color css
<style>
a { background-color: #A0DF76; }
a { background-color: rgb(160,223,118); }
div.DivClassName
{
background-color: #A0DF76;
}
.BgClassName
{
background-color: #A0DF76;
}
</style>
border-color css
<style>
span { border-color: #A0DF76; }
span { border-color: rgb(160,223,118); }
td.TdClassName
{
border-color: #A0DF76;
}
.TagClassName
{
border-color: #A0DF76;
}
</style>