Shades of Conifer #A2DC54
Tints of Conifer #A2DC54
RGB
CMYK
RGB Variations
Color information
#A2DC54 (or 0xA2DC54) is known color: Conifer. HEX triplet: A2, DC and 54. RGB value is (162,220,84). Sum of RGB (Red+Green+Blue) = 162+220+84=466 (61% of max value = 765). Red value is 162 (63.67% from 255 or 34.76% from 466); Green value is 220 (86.33% from 255 or 47.21% from 466); Blue value is 84 (33.20% from 255 or 18.03% from 466); Max value from RGB is 220 - color contains mainly: green. Hex color #A2DC54 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A2DC54 is #5D23AB. Grayscale: #BBBBBB. Windows color (decimal): -6103980 or 5561506. OLE color: 5561506.
HSL color Cylindrical-coordinate representation of color #A2DC54: hue angle of 85.59º 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 #A2DC54 is Cyan = 0.26, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 162 | 220 | 84 | - |
| CMYK | 0.26 | 0 | 0.62 | 0.14 |
| HSL | 85.59º | 0.66% | 0.6% | - |
| HSV(B) | 85.59º | 0.62% | 0.86% | - |
| XYZ | 42.09 | 59.51 | 17.66 | - |
| YUV | 187.15 | 69.78 | 110.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 220 | 84 | 0.26 | 0 | 0.62 | 0.14 | 85.59 | 0.66 | 0.6 |
| Hex | A2 | DC | 54 | 1A | 0 | 3E | E | 56 | 42 | 3C |
| Octal | 242 | 334 | 124 | 32 | 0 | 76 | 16 | 126 | 102 | 74 |
| Binary | 10100010 | 11011100 | 1010100 | 11010 | 0 | 111110 | 1110 | 1010110 | 1000010 | 111100 |
Color Harmonies of #A2DC54
Complementary color
Monochromatic Colors of #A2DC54
Black with #A2DC54
Text Example
Text Example
White with #A2DC54
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A2DC54; }
p { color: rgb(162,220,84); }
H1.HeaderClassName
{
color: #A2DC54;
}
.AnyTagClassName
{
color: #A2DC54;
}
</style>
background-color css
<style>
a { background-color: #A2DC54; }
a { background-color: rgb(162,220,84); }
div.DivClassName
{
background-color: #A2DC54;
}
.BgClassName
{
background-color: #A2DC54;
}
</style>
border-color css
<style>
span { border-color: #A2DC54; }
span { border-color: rgb(162,220,84); }
td.TdClassName
{
border-color: #A2DC54;
}
.TagClassName
{
border-color: #A2DC54;
}
</style>