Shades of Conifer #A2E149
Tints of Conifer #A2E149
RGB
CMYK
RGB Variations
Color information
#A2E149 (or 0xA2E149) is known color: Conifer. HEX triplet: A2, E1 and 49. RGB value is (162,225,73). Sum of RGB (Red+Green+Blue) = 162+225+73=460 (60% of max value = 765). Red value is 162 (63.67% from 255 or 35.22% from 460); Green value is 225 (88.28% from 255 or 48.91% from 460); Blue value is 73 (28.91% from 255 or 15.87% from 460); Max value from RGB is 225 - color contains mainly: green. Hex color #A2E149 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A2E149 is #5D1EB6. Grayscale: #BDBDBD. Windows color (decimal): -6102711 or 4841890. OLE color: 4841890.
HSL color Cylindrical-coordinate representation of color #A2E149: hue angle of 84.87º degrees, saturation: 0.72, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #A2E149 is Cyan = 0.28, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 162 | 225 | 73 | - |
| CMYK | 0.28 | 0 | 0.68 | 0.12 |
| HSL | 84.87º | 0.72% | 0.58% | - |
| HSV(B) | 84.87º | 0.68% | 0.88% | - |
| XYZ | 43.03 | 62.01 | 16.01 | - |
| YUV | 188.84 | 62.63 | 108.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 225 | 73 | 0.28 | 0 | 0.68 | 0.12 | 84.87 | 0.72 | 0.58 |
| Hex | A2 | E1 | 49 | 1C | 0 | 44 | C | 55 | 48 | 3A |
| Octal | 242 | 341 | 111 | 34 | 0 | 104 | 14 | 125 | 110 | 72 |
| Binary | 10100010 | 11100001 | 1001001 | 11100 | 0 | 1000100 | 1100 | 1010101 | 1001000 | 111010 |
Color Harmonies of #A2E149
Complementary color
Monochromatic Colors of #A2E149
Black with #A2E149
Text Example
Text Example
White with #A2E149
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A2E149; }
p { color: rgb(162,225,73); }
H1.HeaderClassName
{
color: #A2E149;
}
.AnyTagClassName
{
color: #A2E149;
}
</style>
background-color css
<style>
a { background-color: #A2E149; }
a { background-color: rgb(162,225,73); }
div.DivClassName
{
background-color: #A2E149;
}
.BgClassName
{
background-color: #A2E149;
}
</style>
border-color css
<style>
span { border-color: #A2E149; }
span { border-color: rgb(162,225,73); }
td.TdClassName
{
border-color: #A2E149;
}
.TagClassName
{
border-color: #A2E149;
}
</style>