Shades of Conifer #A2E944
Tints of Conifer #A2E944
RGB
CMYK
RGB Variations
Color information
#A2E944 (or 0xA2E944) is known color: Conifer. HEX triplet: A2, E9 and 44. RGB value is (162,233,68). Sum of RGB (Red+Green+Blue) = 162+233+68=463 (61% of max value = 765). Red value is 162 (63.67% from 255 or 34.99% from 463); Green value is 233 (91.41% from 255 or 50.32% from 463); Blue value is 68 (26.95% from 255 or 14.69% from 463); Max value from RGB is 233 - color contains mainly: green. Hex color #A2E944 is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #A2E944 is #5D16BB. Grayscale: #C1C1C1. Windows color (decimal): -6100668 or 4516258. OLE color: 4516258.
HSL color Cylindrical-coordinate representation of color #A2E944: hue angle of 85.82º degrees, saturation: 0.79, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #A2E944 is Cyan = 0.30, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 162 | 233 | 68 | - |
| CMYK | 0.30 | 0 | 0.71 | 0.09 |
| HSL | 85.82º | 0.79% | 0.59% | - |
| HSV(B) | 85.82º | 0.71% | 0.91% | - |
| XYZ | 45.08 | 66.38 | 15.9 | - |
| YUV | 192.96 | 57.48 | 105.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 233 | 68 | 0.30 | 0 | 0.71 | 0.09 | 85.82 | 0.79 | 0.59 |
| Hex | A2 | E9 | 44 | 1E | 0 | 47 | 9 | 56 | 4F | 3B |
| Octal | 242 | 351 | 104 | 36 | 0 | 107 | 11 | 126 | 117 | 73 |
| Binary | 10100010 | 11101001 | 1000100 | 11110 | 0 | 1000111 | 1001 | 1010110 | 1001111 | 111011 |
Color Harmonies of #A2E944
Complementary color
Monochromatic Colors of #A2E944
Black with #A2E944
Text Example
Text Example
White with #A2E944
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A2E944; }
p { color: rgb(162,233,68); }
H1.HeaderClassName
{
color: #A2E944;
}
.AnyTagClassName
{
color: #A2E944;
}
</style>
background-color css
<style>
a { background-color: #A2E944; }
a { background-color: rgb(162,233,68); }
div.DivClassName
{
background-color: #A2E944;
}
.BgClassName
{
background-color: #A2E944;
}
</style>
border-color css
<style>
span { border-color: #A2E944; }
span { border-color: rgb(162,233,68); }
td.TdClassName
{
border-color: #A2E944;
}
.TagClassName
{
border-color: #A2E944;
}
</style>