Shades of Conifer #A2D44E
Tints of Conifer #A2D44E
RGB
CMYK
RGB Variations
Color information
#A2D44E (or 0xA2D44E) is known color: Conifer. HEX triplet: A2, D4 and 4E. RGB value is (162,212,78). Sum of RGB (Red+Green+Blue) = 162+212+78=452 (59% of max value = 765). Red value is 162 (63.67% from 255 or 35.84% from 452); Green value is 212 (83.20% from 255 or 46.90% from 452); Blue value is 78 (30.86% from 255 or 17.26% from 452); Max value from RGB is 212 - color contains mainly: green. Hex color #A2D44E is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A2D44E is #5D2BB1. Grayscale: #B6B6B6. Windows color (decimal): -6106034 or 5166242. OLE color: 5166242.
HSL color Cylindrical-coordinate representation of color #A2D44E: hue angle of 82.39º degrees, saturation: 0.61, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #A2D44E is Cyan = 0.24, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 162 | 212 | 78 | - |
| CMYK | 0.24 | 0 | 0.63 | 0.17 |
| HSL | 82.39º | 0.61% | 0.57% | - |
| HSV(B) | 82.39º | 0.63% | 0.83% | - |
| XYZ | 39.82 | 55.32 | 15.79 | - |
| YUV | 181.77 | 69.44 | 113.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 212 | 78 | 0.24 | 0 | 0.63 | 0.17 | 82.39 | 0.61 | 0.57 |
| Hex | A2 | D4 | 4E | 18 | 0 | 3F | 11 | 52 | 3D | 39 |
| Octal | 242 | 324 | 116 | 30 | 0 | 77 | 21 | 122 | 75 | 71 |
| Binary | 10100010 | 11010100 | 1001110 | 11000 | 0 | 111111 | 10001 | 1010010 | 111101 | 111001 |
Color Harmonies of #A2D44E
Complementary color
Monochromatic Colors of #A2D44E
Black with #A2D44E
Text Example
Text Example
White with #A2D44E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A2D44E; }
p { color: rgb(162,212,78); }
H1.HeaderClassName
{
color: #A2D44E;
}
.AnyTagClassName
{
color: #A2D44E;
}
</style>
background-color css
<style>
a { background-color: #A2D44E; }
a { background-color: rgb(162,212,78); }
div.DivClassName
{
background-color: #A2D44E;
}
.BgClassName
{
background-color: #A2D44E;
}
</style>
border-color css
<style>
span { border-color: #A2D44E; }
span { border-color: rgb(162,212,78); }
td.TdClassName
{
border-color: #A2D44E;
}
.TagClassName
{
border-color: #A2D44E;
}
</style>