Shades of Conifer #A2DC4A
Tints of Conifer #A2DC4A
RGB
CMYK
RGB Variations
Color information
#A2DC4A (or 0xA2DC4A) is known color: Conifer. HEX triplet: A2, DC and 4A. RGB value is (162,220,74). Sum of RGB (Red+Green+Blue) = 162+220+74=456 (60% of max value = 765). Red value is 162 (63.67% from 255 or 35.53% from 456); Green value is 220 (86.33% from 255 or 48.25% from 456); Blue value is 74 (29.30% from 255 or 16.23% from 456); Max value from RGB is 220 - color contains mainly: green. Hex color #A2DC4A is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A2DC4A is #5D23B5. Grayscale: #BABABA. Windows color (decimal): -6103990 or 4906146. OLE color: 4906146.
HSL color Cylindrical-coordinate representation of color #A2DC4A: hue angle of 83.84º degrees, saturation: 0.68, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #A2DC4A is Cyan = 0.26, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 162 | 220 | 74 | - |
| CMYK | 0.26 | 0 | 0.66 | 0.14 |
| HSL | 83.84º | 0.68% | 0.58% | - |
| HSV(B) | 83.84º | 0.66% | 0.86% | - |
| XYZ | 41.73 | 59.36 | 15.74 | - |
| YUV | 186.01 | 64.78 | 110.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 220 | 74 | 0.26 | 0 | 0.66 | 0.14 | 83.84 | 0.68 | 0.58 |
| Hex | A2 | DC | 4A | 1A | 0 | 42 | E | 54 | 44 | 3A |
| Octal | 242 | 334 | 112 | 32 | 0 | 102 | 16 | 124 | 104 | 72 |
| Binary | 10100010 | 11011100 | 1001010 | 11010 | 0 | 1000010 | 1110 | 1010100 | 1000100 | 111010 |
Color Harmonies of #A2DC4A
Complementary color
Monochromatic Colors of #A2DC4A
Black with #A2DC4A
Text Example
Text Example
White with #A2DC4A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A2DC4A; }
p { color: rgb(162,220,74); }
H1.HeaderClassName
{
color: #A2DC4A;
}
.AnyTagClassName
{
color: #A2DC4A;
}
</style>
background-color css
<style>
a { background-color: #A2DC4A; }
a { background-color: rgb(162,220,74); }
div.DivClassName
{
background-color: #A2DC4A;
}
.BgClassName
{
background-color: #A2DC4A;
}
</style>
border-color css
<style>
span { border-color: #A2DC4A; }
span { border-color: rgb(162,220,74); }
td.TdClassName
{
border-color: #A2DC4A;
}
.TagClassName
{
border-color: #A2DC4A;
}
</style>