Shades of Conifer #A0DC54
Tints of Conifer #A0DC54
RGB
CMYK
RGB Variations
Color information
#A0DC54 (or 0xA0DC54) is known color: Conifer. HEX triplet: A0, DC and 54. RGB value is (160,220,84). Sum of RGB (Red+Green+Blue) = 160+220+84=464 (61% of max value = 765). Red value is 160 (62.89% from 255 or 34.48% from 464); Green value is 220 (86.33% from 255 or 47.41% from 464); Blue value is 84 (33.20% from 255 or 18.10% from 464); Max value from RGB is 220 - color contains mainly: green. Hex color #A0DC54 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A0DC54 is #5F23AB. Grayscale: #BBBBBB. Windows color (decimal): -6235052 or 5561504. OLE color: 5561504.
HSL color Cylindrical-coordinate representation of color #A0DC54: hue angle of 86.47º degrees, saturation: 0.66, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #A0DC54 is Cyan = 0.27, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 160 | 220 | 84 | - |
| CMYK | 0.27 | 0 | 0.62 | 0.14 |
| HSL | 86.47º | 0.66% | 0.6% | - |
| HSV(B) | 86.47º | 0.62% | 0.86% | - |
| XYZ | 41.69 | 59.3 | 17.64 | - |
| YUV | 186.56 | 70.12 | 109.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 220 | 84 | 0.27 | 0 | 0.62 | 0.14 | 86.47 | 0.66 | 0.6 |
| Hex | A0 | DC | 54 | 1B | 0 | 3E | E | 56 | 42 | 3C |
| Octal | 240 | 334 | 124 | 33 | 0 | 76 | 16 | 126 | 102 | 74 |
| Binary | 10100000 | 11011100 | 1010100 | 11011 | 0 | 111110 | 1110 | 1010110 | 1000010 | 111100 |
Color Harmonies of #A0DC54
Complementary color
Monochromatic Colors of #A0DC54
Black with #A0DC54
Text Example
Text Example
White with #A0DC54
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0DC54; }
p { color: rgb(160,220,84); }
H1.HeaderClassName
{
color: #A0DC54;
}
.AnyTagClassName
{
color: #A0DC54;
}
</style>
background-color css
<style>
a { background-color: #A0DC54; }
a { background-color: rgb(160,220,84); }
div.DivClassName
{
background-color: #A0DC54;
}
.BgClassName
{
background-color: #A0DC54;
}
</style>
border-color css
<style>
span { border-color: #A0DC54; }
span { border-color: rgb(160,220,84); }
td.TdClassName
{
border-color: #A0DC54;
}
.TagClassName
{
border-color: #A0DC54;
}
</style>