Shades of Conifer #A0DA57
Tints of Conifer #A0DA57
RGB
CMYK
RGB Variations
Color information
#A0DA57 (or 0xA0DA57) is known color: Conifer. HEX triplet: A0, DA and 57. RGB value is (160,218,87). Sum of RGB (Red+Green+Blue) = 160+218+87=465 (61% of max value = 765). Red value is 160 (62.89% from 255 or 34.41% from 465); Green value is 218 (85.55% from 255 or 46.88% from 465); Blue value is 87 (34.38% from 255 or 18.71% from 465); Max value from RGB is 218 - color contains mainly: green. Hex color #A0DA57 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A0DA57 is #5F25A8. Grayscale: #BABABA. Windows color (decimal): -6235561 or 5757600. OLE color: 5757600.
HSL color Cylindrical-coordinate representation of color #A0DA57: hue angle of 86.56º degrees, saturation: 0.64, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #A0DA57 is Cyan = 0.27, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 160 | 218 | 87 | - |
| CMYK | 0.27 | 0 | 0.60 | 0.15 |
| HSL | 86.56º | 0.64% | 0.6% | - |
| HSV(B) | 86.56º | 0.6% | 0.85% | - |
| XYZ | 41.29 | 58.3 | 18.09 | - |
| YUV | 185.72 | 72.28 | 109.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 218 | 87 | 0.27 | 0 | 0.60 | 0.15 | 86.56 | 0.64 | 0.6 |
| Hex | A0 | DA | 57 | 1B | 0 | 3C | F | 57 | 40 | 3C |
| Octal | 240 | 332 | 127 | 33 | 0 | 74 | 17 | 127 | 100 | 74 |
| Binary | 10100000 | 11011010 | 1010111 | 11011 | 0 | 111100 | 1111 | 1010111 | 1000000 | 111100 |
Color Harmonies of #A0DA57
Complementary color
Monochromatic Colors of #A0DA57
Black with #A0DA57
Text Example
Text Example
White with #A0DA57
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0DA57; }
p { color: rgb(160,218,87); }
H1.HeaderClassName
{
color: #A0DA57;
}
.AnyTagClassName
{
color: #A0DA57;
}
</style>
background-color css
<style>
a { background-color: #A0DA57; }
a { background-color: rgb(160,218,87); }
div.DivClassName
{
background-color: #A0DA57;
}
.BgClassName
{
background-color: #A0DA57;
}
</style>
border-color css
<style>
span { border-color: #A0DA57; }
span { border-color: rgb(160,218,87); }
td.TdClassName
{
border-color: #A0DA57;
}
.TagClassName
{
border-color: #A0DA57;
}
</style>