Shades of Conifer #A0DC62
Tints of Conifer #A0DC62
RGB
CMYK
RGB Variations
Color information
#A0DC62 (or 0xA0DC62) is known color: Conifer. HEX triplet: A0, DC and 62. RGB value is (160,220,98). Sum of RGB (Red+Green+Blue) = 160+220+98=478 (63% of max value = 765). Red value is 160 (62.89% from 255 or 33.47% from 478); Green value is 220 (86.33% from 255 or 46.03% from 478); Blue value is 98 (38.67% from 255 or 20.50% from 478); Max value from RGB is 220 - color contains mainly: green. Hex color #A0DC62 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A0DC62 is #5F239D. Grayscale: #BCBCBC. Windows color (decimal): -6235038 or 6479008. OLE color: 6479008.
HSL color Cylindrical-coordinate representation of color #A0DC62: hue angle of 89.51º degrees, saturation: 0.64, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #A0DC62 is Cyan = 0.27, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 160 | 220 | 98 | - |
| CMYK | 0.27 | 0 | 0.55 | 0.14 |
| HSL | 89.51º | 0.64% | 0.62% | - |
| HSV(B) | 89.51º | 0.55% | 0.86% | - |
| XYZ | 42.3 | 59.54 | 20.82 | - |
| YUV | 188.15 | 77.12 | 107.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 220 | 98 | 0.27 | 0 | 0.55 | 0.14 | 89.51 | 0.64 | 0.62 |
| Hex | A0 | DC | 62 | 1B | 0 | 37 | E | 5A | 40 | 3E |
| Octal | 240 | 334 | 142 | 33 | 0 | 67 | 16 | 132 | 100 | 76 |
| Binary | 10100000 | 11011100 | 1100010 | 11011 | 0 | 110111 | 1110 | 1011010 | 1000000 | 111110 |
Color Harmonies of #A0DC62
Complementary color
Monochromatic Colors of #A0DC62
Black with #A0DC62
Text Example
Text Example
White with #A0DC62
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0DC62; }
p { color: rgb(160,220,98); }
H1.HeaderClassName
{
color: #A0DC62;
}
.AnyTagClassName
{
color: #A0DC62;
}
</style>
background-color css
<style>
a { background-color: #A0DC62; }
a { background-color: rgb(160,220,98); }
div.DivClassName
{
background-color: #A0DC62;
}
.BgClassName
{
background-color: #A0DC62;
}
</style>
border-color css
<style>
span { border-color: #A0DC62; }
span { border-color: rgb(160,220,98); }
td.TdClassName
{
border-color: #A0DC62;
}
.TagClassName
{
border-color: #A0DC62;
}
</style>