Shades of Conifer #A2E462
Tints of Conifer #A2E462
RGB
CMYK
RGB Variations
Color information
#A2E462 (or 0xA2E462) is known color: Conifer. HEX triplet: A2, E4 and 62. RGB value is (162,228,98). Sum of RGB (Red+Green+Blue) = 162+228+98=488 (64% of max value = 765). Red value is 162 (63.67% from 255 or 33.20% from 488); Green value is 228 (89.45% from 255 or 46.72% from 488); Blue value is 98 (38.67% from 255 or 20.08% from 488); Max value from RGB is 228 - color contains mainly: green. Hex color #A2E462 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A2E462 is #5D1B9D. Grayscale: #C1C1C1. Windows color (decimal): -6101918 or 6481058. OLE color: 6481058.
HSL color Cylindrical-coordinate representation of color #A2E462: hue angle of 90.46º degrees, saturation: 0.71, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #A2E462 is Cyan = 0.29, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 162 | 228 | 98 | - |
| CMYK | 0.29 | 0 | 0.57 | 0.11 |
| HSL | 90.46º | 0.71% | 0.64% | - |
| HSV(B) | 90.46º | 0.57% | 0.89% | - |
| XYZ | 44.85 | 64.05 | 21.55 | - |
| YUV | 193.45 | 74.13 | 105.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 228 | 98 | 0.29 | 0 | 0.57 | 0.11 | 90.46 | 0.71 | 0.64 |
| Hex | A2 | E4 | 62 | 1D | 0 | 39 | B | 5A | 47 | 40 |
| Octal | 242 | 344 | 142 | 35 | 0 | 71 | 13 | 132 | 107 | 100 |
| Binary | 10100010 | 11100100 | 1100010 | 11101 | 0 | 111001 | 1011 | 1011010 | 1000111 | 1000000 |
Color Harmonies of #A2E462
Complementary color
Monochromatic Colors of #A2E462
Black with #A2E462
Text Example
Text Example
White with #A2E462
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A2E462; }
p { color: rgb(162,228,98); }
H1.HeaderClassName
{
color: #A2E462;
}
.AnyTagClassName
{
color: #A2E462;
}
</style>
background-color css
<style>
a { background-color: #A2E462; }
a { background-color: rgb(162,228,98); }
div.DivClassName
{
background-color: #A2E462;
}
.BgClassName
{
background-color: #A2E462;
}
</style>
border-color css
<style>
span { border-color: #A2E462; }
span { border-color: rgb(162,228,98); }
td.TdClassName
{
border-color: #A2E462;
}
.TagClassName
{
border-color: #A2E462;
}
</style>