Shades of Conifer #A0DA4E
Tints of Conifer #A0DA4E
RGB
CMYK
RGB Variations
Color information
#A0DA4E (or 0xA0DA4E) is known color: Conifer. HEX triplet: A0, DA and 4E. RGB value is (160,218,78). Sum of RGB (Red+Green+Blue) = 160+218+78=456 (60% of max value = 765). Red value is 160 (62.89% from 255 or 35.09% from 456); Green value is 218 (85.55% from 255 or 47.81% from 456); Blue value is 78 (30.86% from 255 or 17.11% from 456); Max value from RGB is 218 - color contains mainly: green. Hex color #A0DA4E is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A0DA4E is #5F25B1. Grayscale: #B9B9B9. Windows color (decimal): -6235570 or 5167776. OLE color: 5167776.
HSL color Cylindrical-coordinate representation of color #A0DA4E: hue angle of 84.86º degrees, saturation: 0.65, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #A0DA4E is Cyan = 0.27, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 160 | 218 | 78 | - |
| CMYK | 0.27 | 0 | 0.64 | 0.15 |
| HSL | 84.86º | 0.65% | 0.58% | - |
| HSV(B) | 84.86º | 0.64% | 0.85% | - |
| XYZ | 40.94 | 58.17 | 16.28 | - |
| YUV | 184.7 | 67.78 | 110.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 218 | 78 | 0.27 | 0 | 0.64 | 0.15 | 84.86 | 0.65 | 0.58 |
| Hex | A0 | DA | 4E | 1B | 0 | 40 | F | 55 | 41 | 3A |
| Octal | 240 | 332 | 116 | 33 | 0 | 100 | 17 | 125 | 101 | 72 |
| Binary | 10100000 | 11011010 | 1001110 | 11011 | 0 | 1000000 | 1111 | 1010101 | 1000001 | 111010 |
Color Harmonies of #A0DA4E
Complementary color
Monochromatic Colors of #A0DA4E
Black with #A0DA4E
Text Example
Text Example
White with #A0DA4E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0DA4E; }
p { color: rgb(160,218,78); }
H1.HeaderClassName
{
color: #A0DA4E;
}
.AnyTagClassName
{
color: #A0DA4E;
}
</style>
background-color css
<style>
a { background-color: #A0DA4E; }
a { background-color: rgb(160,218,78); }
div.DivClassName
{
background-color: #A0DA4E;
}
.BgClassName
{
background-color: #A0DA4E;
}
</style>
border-color css
<style>
span { border-color: #A0DA4E; }
span { border-color: rgb(160,218,78); }
td.TdClassName
{
border-color: #A0DA4E;
}
.TagClassName
{
border-color: #A0DA4E;
}
</style>