Shades of Conifer #A2E454
Tints of Conifer #A2E454
RGB
CMYK
RGB Variations
Color information
#A2E454 (or 0xA2E454) is known color: Conifer. HEX triplet: A2, E4 and 54. RGB value is (162,228,84). Sum of RGB (Red+Green+Blue) = 162+228+84=474 (62% of max value = 765). Red value is 162 (63.67% from 255 or 34.18% from 474); Green value is 228 (89.45% from 255 or 48.10% from 474); Blue value is 84 (33.20% from 255 or 17.72% from 474); Max value from RGB is 228 - color contains mainly: green. Hex color #A2E454 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A2E454 is #5D1BAB. Grayscale: #C0C0C0. Windows color (decimal): -6101932 or 5563554. OLE color: 5563554.
HSL color Cylindrical-coordinate representation of color #A2E454: hue angle of 87.5º degrees, saturation: 0.73, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #A2E454 is Cyan = 0.29, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 162 | 228 | 84 | - |
| CMYK | 0.29 | 0 | 0.63 | 0.11 |
| HSL | 87.5º | 0.73% | 0.61% | - |
| HSV(B) | 87.5º | 0.63% | 0.89% | - |
| XYZ | 44.24 | 63.81 | 18.37 | - |
| YUV | 191.85 | 67.13 | 106.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 228 | 84 | 0.29 | 0 | 0.63 | 0.11 | 87.5 | 0.73 | 0.61 |
| Hex | A2 | E4 | 54 | 1D | 0 | 3F | B | 57 | 49 | 3D |
| Octal | 242 | 344 | 124 | 35 | 0 | 77 | 13 | 127 | 111 | 75 |
| Binary | 10100010 | 11100100 | 1010100 | 11101 | 0 | 111111 | 1011 | 1010111 | 1001001 | 111101 |
Color Harmonies of #A2E454
Complementary color
Monochromatic Colors of #A2E454
Black with #A2E454
Text Example
Text Example
White with #A2E454
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A2E454; }
p { color: rgb(162,228,84); }
H1.HeaderClassName
{
color: #A2E454;
}
.AnyTagClassName
{
color: #A2E454;
}
</style>
background-color css
<style>
a { background-color: #A2E454; }
a { background-color: rgb(162,228,84); }
div.DivClassName
{
background-color: #A2E454;
}
.BgClassName
{
background-color: #A2E454;
}
</style>
border-color css
<style>
span { border-color: #A2E454; }
span { border-color: rgb(162,228,84); }
td.TdClassName
{
border-color: #A2E454;
}
.TagClassName
{
border-color: #A2E454;
}
</style>