Shades of Conifer #A2E45E
Tints of Conifer #A2E45E
RGB
CMYK
RGB Variations
Color information
#A2E45E (or 0xA2E45E) is known color: Conifer. HEX triplet: A2, E4 and 5E. RGB value is (162,228,94). Sum of RGB (Red+Green+Blue) = 162+228+94=484 (64% of max value = 765). Red value is 162 (63.67% from 255 or 33.47% from 484); Green value is 228 (89.45% from 255 or 47.11% from 484); Blue value is 94 (37.11% from 255 or 19.42% from 484); Max value from RGB is 228 - color contains mainly: green. Hex color #A2E45E is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A2E45E is #5D1BA1. Grayscale: #C1C1C1. Windows color (decimal): -6101922 or 6218914. OLE color: 6218914.
HSL color Cylindrical-coordinate representation of color #A2E45E: hue angle of 89.55º degrees, saturation: 0.71, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #A2E45E is Cyan = 0.29, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 162 | 228 | 94 | - |
| CMYK | 0.29 | 0 | 0.59 | 0.11 |
| HSL | 89.55º | 0.71% | 0.63% | - |
| HSV(B) | 89.55º | 0.59% | 0.89% | - |
| XYZ | 44.66 | 63.98 | 20.58 | - |
| YUV | 192.99 | 72.13 | 105.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 228 | 94 | 0.29 | 0 | 0.59 | 0.11 | 89.55 | 0.71 | 0.63 |
| Hex | A2 | E4 | 5E | 1D | 0 | 3B | B | 5A | 47 | 3F |
| Octal | 242 | 344 | 136 | 35 | 0 | 73 | 13 | 132 | 107 | 77 |
| Binary | 10100010 | 11100100 | 1011110 | 11101 | 0 | 111011 | 1011 | 1011010 | 1000111 | 111111 |
Color Harmonies of #A2E45E
Complementary color
Monochromatic Colors of #A2E45E
Black with #A2E45E
Text Example
Text Example
White with #A2E45E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A2E45E; }
p { color: rgb(162,228,94); }
H1.HeaderClassName
{
color: #A2E45E;
}
.AnyTagClassName
{
color: #A2E45E;
}
</style>
background-color css
<style>
a { background-color: #A2E45E; }
a { background-color: rgb(162,228,94); }
div.DivClassName
{
background-color: #A2E45E;
}
.BgClassName
{
background-color: #A2E45E;
}
</style>
border-color css
<style>
span { border-color: #A2E45E; }
span { border-color: rgb(162,228,94); }
td.TdClassName
{
border-color: #A2E45E;
}
.TagClassName
{
border-color: #A2E45E;
}
</style>