Shades of Feijoa #A0DF71
Tints of Feijoa #A0DF71
RGB
CMYK
RGB Variations
Color information
#A0DF71 (or 0xA0DF71) is known color: Feijoa. HEX triplet: A0, DF and 71. RGB value is (160,223,113). Sum of RGB (Red+Green+Blue) = 160+223+113=496 (65% of max value = 765). Red value is 160 (62.89% from 255 or 32.26% from 496); Green value is 223 (87.5% from 255 or 44.96% from 496); Blue value is 113 (44.53% from 255 or 22.78% from 496); Max value from RGB is 223 - color contains mainly: green. Hex color #A0DF71 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A0DF71 is #5F208E. Grayscale: #C0C0C0. Windows color (decimal): -6234255 or 7462816. OLE color: 7462816.
HSL color Cylindrical-coordinate representation of color #A0DF71: hue angle of 94.36º degrees, saturation: 0.63, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #A0DF71 is Cyan = 0.28, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 160 | 223 | 113 | - |
| CMYK | 0.28 | 0 | 0.49 | 0.13 |
| HSL | 94.36º | 0.63% | 0.66% | - |
| HSV(B) | 94.36º | 0.49% | 0.87% | - |
| XYZ | 43.87 | 61.44 | 25.17 | - |
| YUV | 191.62 | 83.63 | 105.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 223 | 113 | 0.28 | 0 | 0.49 | 0.13 | 94.36 | 0.63 | 0.66 |
| Hex | A0 | DF | 71 | 1C | 0 | 31 | D | 5E | 3F | 42 |
| Octal | 240 | 337 | 161 | 34 | 0 | 61 | 15 | 136 | 77 | 102 |
| Binary | 10100000 | 11011111 | 1110001 | 11100 | 0 | 110001 | 1101 | 1011110 | 111111 | 1000010 |
Color Harmonies of #A0DF71
Complementary color
Monochromatic Colors of #A0DF71
Black with #A0DF71
Text Example
Text Example
White with #A0DF71
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0DF71; }
p { color: rgb(160,223,113); }
H1.HeaderClassName
{
color: #A0DF71;
}
.AnyTagClassName
{
color: #A0DF71;
}
</style>
background-color css
<style>
a { background-color: #A0DF71; }
a { background-color: rgb(160,223,113); }
div.DivClassName
{
background-color: #A0DF71;
}
.BgClassName
{
background-color: #A0DF71;
}
</style>
border-color css
<style>
span { border-color: #A0DF71; }
span { border-color: rgb(160,223,113); }
td.TdClassName
{
border-color: #A0DF71;
}
.TagClassName
{
border-color: #A0DF71;
}
</style>