Shades of Conifer #A2DC59
Tints of Conifer #A2DC59
RGB
CMYK
RGB Variations
Color information
#A2DC59 (or 0xA2DC59) is known color: Conifer. HEX triplet: A2, DC and 59. RGB value is (162,220,89). Sum of RGB (Red+Green+Blue) = 162+220+89=471 (62% of max value = 765). Red value is 162 (63.67% from 255 or 34.39% from 471); Green value is 220 (86.33% from 255 or 46.71% from 471); Blue value is 89 (35.16% from 255 or 18.90% from 471); Max value from RGB is 220 - color contains mainly: green. Hex color #A2DC59 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A2DC59 is #5D23A6. Grayscale: #BCBCBC. Windows color (decimal): -6103975 or 5889186. OLE color: 5889186.
HSL color Cylindrical-coordinate representation of color #A2DC59: hue angle of 86.56º degrees, saturation: 0.65, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #A2DC59 is Cyan = 0.26, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 162 | 220 | 89 | - |
| CMYK | 0.26 | 0 | 0.60 | 0.14 |
| HSL | 86.56º | 0.65% | 0.61% | - |
| HSV(B) | 86.56º | 0.6% | 0.86% | - |
| XYZ | 42.3 | 59.59 | 18.72 | - |
| YUV | 187.72 | 72.28 | 109.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 220 | 89 | 0.26 | 0 | 0.60 | 0.14 | 86.56 | 0.65 | 0.61 |
| Hex | A2 | DC | 59 | 1A | 0 | 3C | E | 57 | 41 | 3D |
| Octal | 242 | 334 | 131 | 32 | 0 | 74 | 16 | 127 | 101 | 75 |
| Binary | 10100010 | 11011100 | 1011001 | 11010 | 0 | 111100 | 1110 | 1010111 | 1000001 | 111101 |
Color Harmonies of #A2DC59
Complementary color
Monochromatic Colors of #A2DC59
Black with #A2DC59
Text Example
Text Example
White with #A2DC59
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A2DC59; }
p { color: rgb(162,220,89); }
H1.HeaderClassName
{
color: #A2DC59;
}
.AnyTagClassName
{
color: #A2DC59;
}
</style>
background-color css
<style>
a { background-color: #A2DC59; }
a { background-color: rgb(162,220,89); }
div.DivClassName
{
background-color: #A2DC59;
}
.BgClassName
{
background-color: #A2DC59;
}
</style>
border-color css
<style>
span { border-color: #A2DC59; }
span { border-color: rgb(162,220,89); }
td.TdClassName
{
border-color: #A2DC59;
}
.TagClassName
{
border-color: #A2DC59;
}
</style>