Shades of Conifer #A2DC4F
Tints of Conifer #A2DC4F
RGB
CMYK
RGB Variations
Color information
#A2DC4F (or 0xA2DC4F) is known color: Conifer. HEX triplet: A2, DC and 4F. RGB value is (162,220,79). Sum of RGB (Red+Green+Blue) = 162+220+79=461 (61% of max value = 765). Red value is 162 (63.67% from 255 or 35.14% from 461); Green value is 220 (86.33% from 255 or 47.72% from 461); Blue value is 79 (31.25% from 255 or 17.14% from 461); Max value from RGB is 220 - color contains mainly: green. Hex color #A2DC4F is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A2DC4F is #5D23B0. Grayscale: #BBBBBB. Windows color (decimal): -6103985 or 5233826. OLE color: 5233826.
HSL color Cylindrical-coordinate representation of color #A2DC4F: hue angle of 84.68º degrees, saturation: 0.67, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #A2DC4F is Cyan = 0.26, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 162 | 220 | 79 | - |
| CMYK | 0.26 | 0 | 0.64 | 0.14 |
| HSL | 84.68º | 0.67% | 0.59% | - |
| HSV(B) | 84.68º | 0.64% | 0.86% | - |
| XYZ | 41.9 | 59.43 | 16.66 | - |
| YUV | 186.58 | 67.28 | 110.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 220 | 79 | 0.26 | 0 | 0.64 | 0.14 | 84.68 | 0.67 | 0.59 |
| Hex | A2 | DC | 4F | 1A | 0 | 40 | E | 55 | 43 | 3B |
| Octal | 242 | 334 | 117 | 32 | 0 | 100 | 16 | 125 | 103 | 73 |
| Binary | 10100010 | 11011100 | 1001111 | 11010 | 0 | 1000000 | 1110 | 1010101 | 1000011 | 111011 |
Color Harmonies of #A2DC4F
Complementary color
Monochromatic Colors of #A2DC4F
Black with #A2DC4F
Text Example
Text Example
White with #A2DC4F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A2DC4F; }
p { color: rgb(162,220,79); }
H1.HeaderClassName
{
color: #A2DC4F;
}
.AnyTagClassName
{
color: #A2DC4F;
}
</style>
background-color css
<style>
a { background-color: #A2DC4F; }
a { background-color: rgb(162,220,79); }
div.DivClassName
{
background-color: #A2DC4F;
}
.BgClassName
{
background-color: #A2DC4F;
}
</style>
border-color css
<style>
span { border-color: #A2DC4F; }
span { border-color: rgb(162,220,79); }
td.TdClassName
{
border-color: #A2DC4F;
}
.TagClassName
{
border-color: #A2DC4F;
}
</style>