Shades of Conifer #A2DA4E
Tints of Conifer #A2DA4E
RGB
CMYK
RGB Variations
Color information
#A2DA4E (or 0xA2DA4E) is known color: Conifer. HEX triplet: A2, DA and 4E. RGB value is (162,218,78). Sum of RGB (Red+Green+Blue) = 162+218+78=458 (60% of max value = 765). Red value is 162 (63.67% from 255 or 35.37% from 458); Green value is 218 (85.55% from 255 or 47.60% from 458); Blue value is 78 (30.86% from 255 or 17.03% from 458); Max value from RGB is 218 - color contains mainly: green. Hex color #A2DA4E is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A2DA4E is #5D25B1. Grayscale: #B9B9B9. Windows color (decimal): -6104498 or 5167778. OLE color: 5167778.
HSL color Cylindrical-coordinate representation of color #A2DA4E: hue angle of 84º degrees, saturation: 0.65, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #A2DA4E is Cyan = 0.26, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 162 | 218 | 78 | - |
| CMYK | 0.26 | 0 | 0.64 | 0.15 |
| HSL | 84º | 0.65% | 0.58% | - |
| HSV(B) | 84º | 0.64% | 0.85% | - |
| XYZ | 41.35 | 58.37 | 16.3 | - |
| YUV | 185.3 | 67.45 | 111.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 218 | 78 | 0.26 | 0 | 0.64 | 0.15 | 84 | 0.65 | 0.58 |
| Hex | A2 | DA | 4E | 1A | 0 | 40 | F | 54 | 41 | 3A |
| Octal | 242 | 332 | 116 | 32 | 0 | 100 | 17 | 124 | 101 | 72 |
| Binary | 10100010 | 11011010 | 1001110 | 11010 | 0 | 1000000 | 1111 | 1010100 | 1000001 | 111010 |
Color Harmonies of #A2DA4E
Complementary color
Monochromatic Colors of #A2DA4E
Black with #A2DA4E
Text Example
Text Example
White with #A2DA4E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A2DA4E; }
p { color: rgb(162,218,78); }
H1.HeaderClassName
{
color: #A2DA4E;
}
.AnyTagClassName
{
color: #A2DA4E;
}
</style>
background-color css
<style>
a { background-color: #A2DA4E; }
a { background-color: rgb(162,218,78); }
div.DivClassName
{
background-color: #A2DA4E;
}
.BgClassName
{
background-color: #A2DA4E;
}
</style>
border-color css
<style>
span { border-color: #A2DA4E; }
span { border-color: rgb(162,218,78); }
td.TdClassName
{
border-color: #A2DA4E;
}
.TagClassName
{
border-color: #A2DA4E;
}
</style>