Shades of Conifer #A2D64E
Tints of Conifer #A2D64E
RGB
CMYK
RGB Variations
Color information
#A2D64E (or 0xA2D64E) is known color: Conifer. HEX triplet: A2, D6 and 4E. RGB value is (162,214,78). Sum of RGB (Red+Green+Blue) = 162+214+78=454 (60% of max value = 765). Red value is 162 (63.67% from 255 or 35.68% from 454); Green value is 214 (83.98% from 255 or 47.14% from 454); Blue value is 78 (30.86% from 255 or 17.18% from 454); Max value from RGB is 214 - color contains mainly: green. Hex color #A2D64E is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A2D64E is #5D29B1. Grayscale: #B7B7B7. Windows color (decimal): -6105522 or 5166754. OLE color: 5166754.
HSL color Cylindrical-coordinate representation of color #A2D64E: hue angle of 82.94º degrees, saturation: 0.62, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #A2D64E is Cyan = 0.24, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 162 | 214 | 78 | - |
| CMYK | 0.24 | 0 | 0.64 | 0.16 |
| HSL | 82.94º | 0.62% | 0.57% | - |
| HSV(B) | 82.94º | 0.64% | 0.84% | - |
| XYZ | 40.32 | 56.32 | 15.95 | - |
| YUV | 182.95 | 68.77 | 113.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 214 | 78 | 0.24 | 0 | 0.64 | 0.16 | 82.94 | 0.62 | 0.57 |
| Hex | A2 | D6 | 4E | 18 | 0 | 40 | 10 | 53 | 3E | 39 |
| Octal | 242 | 326 | 116 | 30 | 0 | 100 | 20 | 123 | 76 | 71 |
| Binary | 10100010 | 11010110 | 1001110 | 11000 | 0 | 1000000 | 10000 | 1010011 | 111110 | 111001 |
Color Harmonies of #A2D64E
Complementary color
Monochromatic Colors of #A2D64E
Black with #A2D64E
Text Example
Text Example
White with #A2D64E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A2D64E; }
p { color: rgb(162,214,78); }
H1.HeaderClassName
{
color: #A2D64E;
}
.AnyTagClassName
{
color: #A2D64E;
}
</style>
background-color css
<style>
a { background-color: #A2D64E; }
a { background-color: rgb(162,214,78); }
div.DivClassName
{
background-color: #A2D64E;
}
.BgClassName
{
background-color: #A2D64E;
}
</style>
border-color css
<style>
span { border-color: #A2D64E; }
span { border-color: rgb(162,214,78); }
td.TdClassName
{
border-color: #A2D64E;
}
.TagClassName
{
border-color: #A2D64E;
}
</style>