Shades of Conifer #A2E45F
Tints of Conifer #A2E45F
RGB
CMYK
RGB Variations
Color information
#A2E45F (or 0xA2E45F) is known color: Conifer. HEX triplet: A2, E4 and 5F. RGB value is (162,228,95). Sum of RGB (Red+Green+Blue) = 162+228+95=485 (64% of max value = 765). Red value is 162 (63.67% from 255 or 33.40% from 485); Green value is 228 (89.45% from 255 or 47.01% from 485); Blue value is 95 (37.5% from 255 or 19.59% from 485); Max value from RGB is 228 - color contains mainly: green. Hex color #A2E45F is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A2E45F is #5D1BA0. Grayscale: #C1C1C1. Windows color (decimal): -6101921 or 6284450. OLE color: 6284450.
HSL color Cylindrical-coordinate representation of color #A2E45F: hue angle of 89.77º degrees, saturation: 0.71, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #A2E45F is Cyan = 0.29, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 162 | 228 | 95 | - |
| CMYK | 0.29 | 0 | 0.58 | 0.11 |
| HSL | 89.77º | 0.71% | 0.63% | - |
| HSV(B) | 89.77º | 0.58% | 0.89% | - |
| XYZ | 44.71 | 63.99 | 20.82 | - |
| YUV | 193.1 | 72.63 | 105.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 228 | 95 | 0.29 | 0 | 0.58 | 0.11 | 89.77 | 0.71 | 0.63 |
| Hex | A2 | E4 | 5F | 1D | 0 | 3A | B | 5A | 47 | 3F |
| Octal | 242 | 344 | 137 | 35 | 0 | 72 | 13 | 132 | 107 | 77 |
| Binary | 10100010 | 11100100 | 1011111 | 11101 | 0 | 111010 | 1011 | 1011010 | 1000111 | 111111 |
Color Harmonies of #A2E45F
Complementary color
Monochromatic Colors of #A2E45F
Black with #A2E45F
Text Example
Text Example
White with #A2E45F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A2E45F; }
p { color: rgb(162,228,95); }
H1.HeaderClassName
{
color: #A2E45F;
}
.AnyTagClassName
{
color: #A2E45F;
}
</style>
background-color css
<style>
a { background-color: #A2E45F; }
a { background-color: rgb(162,228,95); }
div.DivClassName
{
background-color: #A2E45F;
}
.BgClassName
{
background-color: #A2E45F;
}
</style>
border-color css
<style>
span { border-color: #A2E45F; }
span { border-color: rgb(162,228,95); }
td.TdClassName
{
border-color: #A2E45F;
}
.TagClassName
{
border-color: #A2E45F;
}
</style>