Shades of Conifer #A2DC53
Tints of Conifer #A2DC53
RGB
CMYK
RGB Variations
Color information
#A2DC53 (or 0xA2DC53) is known color: Conifer. HEX triplet: A2, DC and 53. RGB value is (162,220,83). Sum of RGB (Red+Green+Blue) = 162+220+83=465 (61% of max value = 765). Red value is 162 (63.67% from 255 or 34.84% from 465); Green value is 220 (86.33% from 255 or 47.31% from 465); Blue value is 83 (32.81% from 255 or 17.85% from 465); Max value from RGB is 220 - color contains mainly: green. Hex color #A2DC53 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A2DC53 is #5D23AC. Grayscale: #BBBBBB. Windows color (decimal): -6103981 or 5495970. OLE color: 5495970.
HSL color Cylindrical-coordinate representation of color #A2DC53: hue angle of 85.4º degrees, saturation: 0.66, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #A2DC53 is Cyan = 0.26, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 162 | 220 | 83 | - |
| CMYK | 0.26 | 0 | 0.62 | 0.14 |
| HSL | 85.4º | 0.66% | 0.59% | - |
| HSV(B) | 85.4º | 0.62% | 0.86% | - |
| XYZ | 42.05 | 59.49 | 17.45 | - |
| YUV | 187.04 | 69.28 | 110.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 220 | 83 | 0.26 | 0 | 0.62 | 0.14 | 85.4 | 0.66 | 0.59 |
| Hex | A2 | DC | 53 | 1A | 0 | 3E | E | 55 | 42 | 3B |
| Octal | 242 | 334 | 123 | 32 | 0 | 76 | 16 | 125 | 102 | 73 |
| Binary | 10100010 | 11011100 | 1010011 | 11010 | 0 | 111110 | 1110 | 1010101 | 1000010 | 111011 |
Color Harmonies of #A2DC53
Complementary color
Monochromatic Colors of #A2DC53
Black with #A2DC53
Text Example
Text Example
White with #A2DC53
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A2DC53; }
p { color: rgb(162,220,83); }
H1.HeaderClassName
{
color: #A2DC53;
}
.AnyTagClassName
{
color: #A2DC53;
}
</style>
background-color css
<style>
a { background-color: #A2DC53; }
a { background-color: rgb(162,220,83); }
div.DivClassName
{
background-color: #A2DC53;
}
.BgClassName
{
background-color: #A2DC53;
}
</style>
border-color css
<style>
span { border-color: #A2DC53; }
span { border-color: rgb(162,220,83); }
td.TdClassName
{
border-color: #A2DC53;
}
.TagClassName
{
border-color: #A2DC53;
}
</style>