Shades of Feijoa #A0DF79
Tints of Feijoa #A0DF79
RGB
CMYK
RGB Variations
Color information
#A0DF79 (or 0xA0DF79) is known color: Feijoa. HEX triplet: A0, DF and 79. RGB value is (160,223,121). Sum of RGB (Red+Green+Blue) = 160+223+121=504 (66% of max value = 765). Red value is 160 (62.89% from 255 or 31.75% from 504); Green value is 223 (87.5% from 255 or 44.25% from 504); Blue value is 121 (47.66% from 255 or 24.01% from 504); Max value from RGB is 223 - color contains mainly: green. Hex color #A0DF79 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A0DF79 is #5F2086. Grayscale: #C0C0C0. Windows color (decimal): -6234247 or 7987104. OLE color: 7987104.
HSL color Cylindrical-coordinate representation of color #A0DF79: hue angle of 97.06º degrees, saturation: 0.61, 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 #A0DF79 is Cyan = 0.28, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 160 | 223 | 121 | - |
| CMYK | 0.28 | 0 | 0.46 | 0.13 |
| HSL | 97.06º | 0.61% | 0.67% | - |
| HSV(B) | 97.06º | 0.46% | 0.87% | - |
| XYZ | 44.34 | 61.63 | 27.65 | - |
| YUV | 192.54 | 87.63 | 104.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 223 | 121 | 0.28 | 0 | 0.46 | 0.13 | 97.06 | 0.61 | 0.67 |
| Hex | A0 | DF | 79 | 1C | 0 | 2E | D | 61 | 3D | 43 |
| Octal | 240 | 337 | 171 | 34 | 0 | 56 | 15 | 141 | 75 | 103 |
| Binary | 10100000 | 11011111 | 1111001 | 11100 | 0 | 101110 | 1101 | 1100001 | 111101 | 1000011 |
Color Harmonies of #A0DF79
Complementary color
Monochromatic Colors of #A0DF79
Black with #A0DF79
Text Example
Text Example
White with #A0DF79
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0DF79; }
p { color: rgb(160,223,121); }
H1.HeaderClassName
{
color: #A0DF79;
}
.AnyTagClassName
{
color: #A0DF79;
}
</style>
background-color css
<style>
a { background-color: #A0DF79; }
a { background-color: rgb(160,223,121); }
div.DivClassName
{
background-color: #A0DF79;
}
.BgClassName
{
background-color: #A0DF79;
}
</style>
border-color css
<style>
span { border-color: #A0DF79; }
span { border-color: rgb(160,223,121); }
td.TdClassName
{
border-color: #A0DF79;
}
.TagClassName
{
border-color: #A0DF79;
}
</style>