Shades of Conifer #A2E459
Tints of Conifer #A2E459
RGB
CMYK
RGB Variations
Color information
#A2E459 (or 0xA2E459) is known color: Conifer. HEX triplet: A2, E4 and 59. RGB value is (162,228,89). Sum of RGB (Red+Green+Blue) = 162+228+89=479 (63% of max value = 765). Red value is 162 (63.67% from 255 or 33.82% from 479); Green value is 228 (89.45% from 255 or 47.60% from 479); Blue value is 89 (35.16% from 255 or 18.58% from 479); Max value from RGB is 228 - color contains mainly: green. Hex color #A2E459 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A2E459 is #5D1BA6. Grayscale: #C0C0C0. Windows color (decimal): -6101927 or 5891234. OLE color: 5891234.
HSL color Cylindrical-coordinate representation of color #A2E459: hue angle of 88.49º degrees, saturation: 0.72, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #A2E459 is Cyan = 0.29, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 162 | 228 | 89 | - |
| CMYK | 0.29 | 0 | 0.61 | 0.11 |
| HSL | 88.49º | 0.72% | 0.62% | - |
| HSV(B) | 88.49º | 0.61% | 0.89% | - |
| XYZ | 44.45 | 63.89 | 19.44 | - |
| YUV | 192.42 | 69.63 | 106.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 228 | 89 | 0.29 | 0 | 0.61 | 0.11 | 88.49 | 0.72 | 0.62 |
| Hex | A2 | E4 | 59 | 1D | 0 | 3D | B | 58 | 48 | 3E |
| Octal | 242 | 344 | 131 | 35 | 0 | 75 | 13 | 130 | 110 | 76 |
| Binary | 10100010 | 11100100 | 1011001 | 11101 | 0 | 111101 | 1011 | 1011000 | 1001000 | 111110 |
Color Harmonies of #A2E459
Complementary color
Monochromatic Colors of #A2E459
Black with #A2E459
Text Example
Text Example
White with #A2E459
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A2E459; }
p { color: rgb(162,228,89); }
H1.HeaderClassName
{
color: #A2E459;
}
.AnyTagClassName
{
color: #A2E459;
}
</style>
background-color css
<style>
a { background-color: #A2E459; }
a { background-color: rgb(162,228,89); }
div.DivClassName
{
background-color: #A2E459;
}
.BgClassName
{
background-color: #A2E459;
}
</style>
border-color css
<style>
span { border-color: #A2E459; }
span { border-color: rgb(162,228,89); }
td.TdClassName
{
border-color: #A2E459;
}
.TagClassName
{
border-color: #A2E459;
}
</style>