Shades of Conifer #A0DA4D
Tints of Conifer #A0DA4D
RGB
CMYK
RGB Variations
Color information
#A0DA4D (or 0xA0DA4D) is known color: Conifer. HEX triplet: A0, DA and 4D. RGB value is (160,218,77). Sum of RGB (Red+Green+Blue) = 160+218+77=455 (60% of max value = 765). Red value is 160 (62.89% from 255 or 35.16% from 455); Green value is 218 (85.55% from 255 or 47.91% from 455); Blue value is 77 (30.47% from 255 or 16.92% from 455); Max value from RGB is 218 - color contains mainly: green. Hex color #A0DA4D is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A0DA4D is #5F25B2. Grayscale: #B9B9B9. Windows color (decimal): -6235571 or 5102240. OLE color: 5102240.
HSL color Cylindrical-coordinate representation of color #A0DA4D: hue angle of 84.68º degrees, saturation: 0.66, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #A0DA4D is Cyan = 0.27, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 160 | 218 | 77 | - |
| CMYK | 0.27 | 0 | 0.65 | 0.15 |
| HSL | 84.68º | 0.66% | 0.58% | - |
| HSV(B) | 84.68º | 0.65% | 0.85% | - |
| XYZ | 40.91 | 58.15 | 16.09 | - |
| YUV | 184.58 | 67.28 | 110.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 218 | 77 | 0.27 | 0 | 0.65 | 0.15 | 84.68 | 0.66 | 0.58 |
| Hex | A0 | DA | 4D | 1B | 0 | 41 | F | 55 | 42 | 3A |
| Octal | 240 | 332 | 115 | 33 | 0 | 101 | 17 | 125 | 102 | 72 |
| Binary | 10100000 | 11011010 | 1001101 | 11011 | 0 | 1000001 | 1111 | 1010101 | 1000010 | 111010 |
Color Harmonies of #A0DA4D
Complementary color
Monochromatic Colors of #A0DA4D
Black with #A0DA4D
Text Example
Text Example
White with #A0DA4D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0DA4D; }
p { color: rgb(160,218,77); }
H1.HeaderClassName
{
color: #A0DA4D;
}
.AnyTagClassName
{
color: #A0DA4D;
}
</style>
background-color css
<style>
a { background-color: #A0DA4D; }
a { background-color: rgb(160,218,77); }
div.DivClassName
{
background-color: #A0DA4D;
}
.BgClassName
{
background-color: #A0DA4D;
}
</style>
border-color css
<style>
span { border-color: #A0DA4D; }
span { border-color: rgb(160,218,77); }
td.TdClassName
{
border-color: #A0DA4D;
}
.TagClassName
{
border-color: #A0DA4D;
}
</style>