Shades of Conifer #A0DC60
Tints of Conifer #A0DC60
RGB
CMYK
RGB Variations
Color information
#A0DC60 (or 0xA0DC60) is known color: Conifer. HEX triplet: A0, DC and 60. RGB value is (160,220,96). Sum of RGB (Red+Green+Blue) = 160+220+96=476 (63% of max value = 765). Red value is 160 (62.89% from 255 or 33.61% from 476); Green value is 220 (86.33% from 255 or 46.22% from 476); Blue value is 96 (37.89% from 255 or 20.17% from 476); Max value from RGB is 220 - color contains mainly: green. Hex color #A0DC60 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A0DC60 is #5F239F. Grayscale: #BCBCBC. Windows color (decimal): -6235040 or 6347936. OLE color: 6347936.
HSL color Cylindrical-coordinate representation of color #A0DC60: hue angle of 89.03º 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 #A0DC60 is Cyan = 0.27, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 160 | 220 | 96 | - |
| CMYK | 0.27 | 0 | 0.56 | 0.14 |
| HSL | 89.03º | 0.64% | 0.62% | - |
| HSV(B) | 89.03º | 0.56% | 0.86% | - |
| XYZ | 42.2 | 59.5 | 20.33 | - |
| YUV | 187.92 | 76.12 | 108.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 220 | 96 | 0.27 | 0 | 0.56 | 0.14 | 89.03 | 0.64 | 0.62 |
| Hex | A0 | DC | 60 | 1B | 0 | 38 | E | 59 | 40 | 3E |
| Octal | 240 | 334 | 140 | 33 | 0 | 70 | 16 | 131 | 100 | 76 |
| Binary | 10100000 | 11011100 | 1100000 | 11011 | 0 | 111000 | 1110 | 1011001 | 1000000 | 111110 |
Color Harmonies of #A0DC60
Complementary color
Monochromatic Colors of #A0DC60
Black with #A0DC60
Text Example
Text Example
White with #A0DC60
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0DC60; }
p { color: rgb(160,220,96); }
H1.HeaderClassName
{
color: #A0DC60;
}
.AnyTagClassName
{
color: #A0DC60;
}
</style>
background-color css
<style>
a { background-color: #A0DC60; }
a { background-color: rgb(160,220,96); }
div.DivClassName
{
background-color: #A0DC60;
}
.BgClassName
{
background-color: #A0DC60;
}
</style>
border-color css
<style>
span { border-color: #A0DC60; }
span { border-color: rgb(160,220,96); }
td.TdClassName
{
border-color: #A0DC60;
}
.TagClassName
{
border-color: #A0DC60;
}
</style>