Shades of Conifer #A0DC61
Tints of Conifer #A0DC61
RGB
CMYK
RGB Variations
Color information
#A0DC61 (or 0xA0DC61) is known color: Conifer. HEX triplet: A0, DC and 61. RGB value is (160,220,97). Sum of RGB (Red+Green+Blue) = 160+220+97=477 (63% of max value = 765). Red value is 160 (62.89% from 255 or 33.54% from 477); Green value is 220 (86.33% from 255 or 46.12% from 477); Blue value is 97 (38.28% from 255 or 20.34% from 477); Max value from RGB is 220 - color contains mainly: green. Hex color #A0DC61 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A0DC61 is #5F239E. Grayscale: #BCBCBC. Windows color (decimal): -6235039 or 6413472. OLE color: 6413472.
HSL color Cylindrical-coordinate representation of color #A0DC61: hue angle of 89.27º degrees, saturation: 0.64, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #A0DC61 is Cyan = 0.27, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 160 | 220 | 97 | - |
| CMYK | 0.27 | 0 | 0.56 | 0.14 |
| HSL | 89.27º | 0.64% | 0.62% | - |
| HSV(B) | 89.27º | 0.56% | 0.86% | - |
| XYZ | 42.25 | 59.52 | 20.57 | - |
| YUV | 188.04 | 76.62 | 108 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 220 | 97 | 0.27 | 0 | 0.56 | 0.14 | 89.27 | 0.64 | 0.62 |
| Hex | A0 | DC | 61 | 1B | 0 | 38 | E | 59 | 40 | 3E |
| Octal | 240 | 334 | 141 | 33 | 0 | 70 | 16 | 131 | 100 | 76 |
| Binary | 10100000 | 11011100 | 1100001 | 11011 | 0 | 111000 | 1110 | 1011001 | 1000000 | 111110 |
Color Harmonies of #A0DC61
Complementary color
Monochromatic Colors of #A0DC61
Black with #A0DC61
Text Example
Text Example
White with #A0DC61
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0DC61; }
p { color: rgb(160,220,97); }
H1.HeaderClassName
{
color: #A0DC61;
}
.AnyTagClassName
{
color: #A0DC61;
}
</style>
background-color css
<style>
a { background-color: #A0DC61; }
a { background-color: rgb(160,220,97); }
div.DivClassName
{
background-color: #A0DC61;
}
.BgClassName
{
background-color: #A0DC61;
}
</style>
border-color css
<style>
span { border-color: #A0DC61; }
span { border-color: rgb(160,220,97); }
td.TdClassName
{
border-color: #A0DC61;
}
.TagClassName
{
border-color: #A0DC61;
}
</style>