Shades of Feijoa #A0DF70
Tints of Feijoa #A0DF70
RGB
CMYK
RGB Variations
Color information
#A0DF70 (or 0xA0DF70) is known color: Feijoa. HEX triplet: A0, DF and 70. RGB value is (160,223,112). Sum of RGB (Red+Green+Blue) = 160+223+112=495 (65% of max value = 765). Red value is 160 (62.89% from 255 or 32.32% from 495); Green value is 223 (87.5% from 255 or 45.05% from 495); Blue value is 112 (44.14% from 255 or 22.63% from 495); Max value from RGB is 223 - color contains mainly: green. Hex color #A0DF70 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A0DF70 is #5F208F. Grayscale: #BFBFBF. Windows color (decimal): -6234256 or 7397280. OLE color: 7397280.
HSL color Cylindrical-coordinate representation of color #A0DF70: hue angle of 94.05º degrees, saturation: 0.63, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #A0DF70 is Cyan = 0.28, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 160 | 223 | 112 | - |
| CMYK | 0.28 | 0 | 0.50 | 0.13 |
| HSL | 94.05º | 0.63% | 0.66% | - |
| HSV(B) | 94.05º | 0.5% | 0.87% | - |
| XYZ | 43.81 | 61.42 | 24.88 | - |
| YUV | 191.51 | 83.13 | 105.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 223 | 112 | 0.28 | 0 | 0.50 | 0.13 | 94.05 | 0.63 | 0.66 |
| Hex | A0 | DF | 70 | 1C | 0 | 32 | D | 5E | 3F | 42 |
| Octal | 240 | 337 | 160 | 34 | 0 | 62 | 15 | 136 | 77 | 102 |
| Binary | 10100000 | 11011111 | 1110000 | 11100 | 0 | 110010 | 1101 | 1011110 | 111111 | 1000010 |
Color Harmonies of #A0DF70
Complementary color
Monochromatic Colors of #A0DF70
Black with #A0DF70
Text Example
Text Example
White with #A0DF70
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0DF70; }
p { color: rgb(160,223,112); }
H1.HeaderClassName
{
color: #A0DF70;
}
.AnyTagClassName
{
color: #A0DF70;
}
</style>
background-color css
<style>
a { background-color: #A0DF70; }
a { background-color: rgb(160,223,112); }
div.DivClassName
{
background-color: #A0DF70;
}
.BgClassName
{
background-color: #A0DF70;
}
</style>
border-color css
<style>
span { border-color: #A0DF70; }
span { border-color: rgb(160,223,112); }
td.TdClassName
{
border-color: #A0DF70;
}
.TagClassName
{
border-color: #A0DF70;
}
</style>