Shades of Conifer #A2DC52
Tints of Conifer #A2DC52
RGB
CMYK
RGB Variations
Color information
#A2DC52 (or 0xA2DC52) is known color: Conifer. HEX triplet: A2, DC and 52. RGB value is (162,220,82). Sum of RGB (Red+Green+Blue) = 162+220+82=464 (61% of max value = 765). Red value is 162 (63.67% from 255 or 34.91% from 464); Green value is 220 (86.33% from 255 or 47.41% from 464); Blue value is 82 (32.42% from 255 or 17.67% from 464); Max value from RGB is 220 - color contains mainly: green. Hex color #A2DC52 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A2DC52 is #5D23AD. Grayscale: #BBBBBB. Windows color (decimal): -6103982 or 5430434. OLE color: 5430434.
HSL color Cylindrical-coordinate representation of color #A2DC52: hue angle of 85.22º degrees, saturation: 0.66, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #A2DC52 is Cyan = 0.26, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 162 | 220 | 82 | - |
| CMYK | 0.26 | 0 | 0.63 | 0.14 |
| HSL | 85.22º | 0.66% | 0.59% | - |
| HSV(B) | 85.22º | 0.63% | 0.86% | - |
| XYZ | 42.02 | 59.48 | 17.25 | - |
| YUV | 186.93 | 68.78 | 110.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 220 | 82 | 0.26 | 0 | 0.63 | 0.14 | 85.22 | 0.66 | 0.59 |
| Hex | A2 | DC | 52 | 1A | 0 | 3F | E | 55 | 42 | 3B |
| Octal | 242 | 334 | 122 | 32 | 0 | 77 | 16 | 125 | 102 | 73 |
| Binary | 10100010 | 11011100 | 1010010 | 11010 | 0 | 111111 | 1110 | 1010101 | 1000010 | 111011 |
Color Harmonies of #A2DC52
Complementary color
Monochromatic Colors of #A2DC52
Black with #A2DC52
Text Example
Text Example
White with #A2DC52
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A2DC52; }
p { color: rgb(162,220,82); }
H1.HeaderClassName
{
color: #A2DC52;
}
.AnyTagClassName
{
color: #A2DC52;
}
</style>
background-color css
<style>
a { background-color: #A2DC52; }
a { background-color: rgb(162,220,82); }
div.DivClassName
{
background-color: #A2DC52;
}
.BgClassName
{
background-color: #A2DC52;
}
</style>
border-color css
<style>
span { border-color: #A2DC52; }
span { border-color: rgb(162,220,82); }
td.TdClassName
{
border-color: #A2DC52;
}
.TagClassName
{
border-color: #A2DC52;
}
</style>