Shades of Conifer #A0DA51
Tints of Conifer #A0DA51
RGB
CMYK
RGB Variations
Color information
#A0DA51 (or 0xA0DA51) is known color: Conifer. HEX triplet: A0, DA and 51. RGB value is (160,218,81). Sum of RGB (Red+Green+Blue) = 160+218+81=459 (60% of max value = 765). Red value is 160 (62.89% from 255 or 34.86% from 459); Green value is 218 (85.55% from 255 or 47.49% from 459); Blue value is 81 (32.03% from 255 or 17.65% from 459); Max value from RGB is 218 - color contains mainly: green. Hex color #A0DA51 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A0DA51 is #5F25AE. Grayscale: #B9B9B9. Windows color (decimal): -6235567 or 5364384. OLE color: 5364384.
HSL color Cylindrical-coordinate representation of color #A0DA51: hue angle of 85.4º degrees, saturation: 0.65, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #A0DA51 is Cyan = 0.27, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 160 | 218 | 81 | - |
| CMYK | 0.27 | 0 | 0.63 | 0.15 |
| HSL | 85.4º | 0.65% | 0.59% | - |
| HSV(B) | 85.4º | 0.63% | 0.85% | - |
| XYZ | 41.05 | 58.21 | 16.86 | - |
| YUV | 185.04 | 69.28 | 110.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 218 | 81 | 0.27 | 0 | 0.63 | 0.15 | 85.4 | 0.65 | 0.59 |
| Hex | A0 | DA | 51 | 1B | 0 | 3F | F | 55 | 41 | 3B |
| Octal | 240 | 332 | 121 | 33 | 0 | 77 | 17 | 125 | 101 | 73 |
| Binary | 10100000 | 11011010 | 1010001 | 11011 | 0 | 111111 | 1111 | 1010101 | 1000001 | 111011 |
Color Harmonies of #A0DA51
Complementary color
Monochromatic Colors of #A0DA51
Black with #A0DA51
Text Example
Text Example
White with #A0DA51
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0DA51; }
p { color: rgb(160,218,81); }
H1.HeaderClassName
{
color: #A0DA51;
}
.AnyTagClassName
{
color: #A0DA51;
}
</style>
background-color css
<style>
a { background-color: #A0DA51; }
a { background-color: rgb(160,218,81); }
div.DivClassName
{
background-color: #A0DA51;
}
.BgClassName
{
background-color: #A0DA51;
}
</style>
border-color css
<style>
span { border-color: #A0DA51; }
span { border-color: rgb(160,218,81); }
td.TdClassName
{
border-color: #A0DA51;
}
.TagClassName
{
border-color: #A0DA51;
}
</style>