Shades of Conifer #A2DC4C
Tints of Conifer #A2DC4C
RGB
CMYK
RGB Variations
Color information
#A2DC4C (or 0xA2DC4C) is known color: Conifer. HEX triplet: A2, DC and 4C. RGB value is (162,220,76). Sum of RGB (Red+Green+Blue) = 162+220+76=458 (60% of max value = 765). Red value is 162 (63.67% from 255 or 35.37% from 458); Green value is 220 (86.33% from 255 or 48.03% from 458); Blue value is 76 (30.08% from 255 or 16.59% from 458); Max value from RGB is 220 - color contains mainly: green. Hex color #A2DC4C is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A2DC4C is #5D23B3. Grayscale: #BABABA. Windows color (decimal): -6103988 or 5037218. OLE color: 5037218.
HSL color Cylindrical-coordinate representation of color #A2DC4C: hue angle of 84.17º degrees, saturation: 0.67, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #A2DC4C is Cyan = 0.26, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 162 | 220 | 76 | - |
| CMYK | 0.26 | 0 | 0.65 | 0.14 |
| HSL | 84.17º | 0.67% | 0.58% | - |
| HSV(B) | 84.17º | 0.65% | 0.86% | - |
| XYZ | 41.8 | 59.39 | 16.1 | - |
| YUV | 186.24 | 65.78 | 110.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 220 | 76 | 0.26 | 0 | 0.65 | 0.14 | 84.17 | 0.67 | 0.58 |
| Hex | A2 | DC | 4C | 1A | 0 | 41 | E | 54 | 43 | 3A |
| Octal | 242 | 334 | 114 | 32 | 0 | 101 | 16 | 124 | 103 | 72 |
| Binary | 10100010 | 11011100 | 1001100 | 11010 | 0 | 1000001 | 1110 | 1010100 | 1000011 | 111010 |
Color Harmonies of #A2DC4C
Complementary color
Monochromatic Colors of #A2DC4C
Black with #A2DC4C
Text Example
Text Example
White with #A2DC4C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A2DC4C; }
p { color: rgb(162,220,76); }
H1.HeaderClassName
{
color: #A2DC4C;
}
.AnyTagClassName
{
color: #A2DC4C;
}
</style>
background-color css
<style>
a { background-color: #A2DC4C; }
a { background-color: rgb(162,220,76); }
div.DivClassName
{
background-color: #A2DC4C;
}
.BgClassName
{
background-color: #A2DC4C;
}
</style>
border-color css
<style>
span { border-color: #A2DC4C; }
span { border-color: rgb(162,220,76); }
td.TdClassName
{
border-color: #A2DC4C;
}
.TagClassName
{
border-color: #A2DC4C;
}
</style>