Shades of Conifer #A2E562
Tints of Conifer #A2E562
RGB
CMYK
RGB Variations
Color information
#A2E562 (or 0xA2E562) is known color: Conifer. HEX triplet: A2, E5 and 62. RGB value is (162,229,98). Sum of RGB (Red+Green+Blue) = 162+229+98=489 (64% of max value = 765). Red value is 162 (63.67% from 255 or 33.13% from 489); Green value is 229 (89.84% from 255 or 46.83% from 489); Blue value is 98 (38.67% from 255 or 20.04% from 489); Max value from RGB is 229 - color contains mainly: green. Hex color #A2E562 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A2E562 is #5D1A9D. Grayscale: #C2C2C2. Windows color (decimal): -6101662 or 6481314. OLE color: 6481314.
HSL color Cylindrical-coordinate representation of color #A2E562: hue angle of 90.69º degrees, saturation: 0.72, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #A2E562 is Cyan = 0.29, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 162 | 229 | 98 | - |
| CMYK | 0.29 | 0 | 0.57 | 0.10 |
| HSL | 90.69º | 0.72% | 0.64% | - |
| HSV(B) | 90.69º | 0.57% | 0.9% | - |
| XYZ | 45.12 | 64.6 | 21.65 | - |
| YUV | 194.03 | 73.8 | 105.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 229 | 98 | 0.29 | 0 | 0.57 | 0.10 | 90.69 | 0.72 | 0.64 |
| Hex | A2 | E5 | 62 | 1D | 0 | 39 | A | 5B | 48 | 40 |
| Octal | 242 | 345 | 142 | 35 | 0 | 71 | 12 | 133 | 110 | 100 |
| Binary | 10100010 | 11100101 | 1100010 | 11101 | 0 | 111001 | 1010 | 1011011 | 1001000 | 1000000 |
Color Harmonies of #A2E562
Complementary color
Monochromatic Colors of #A2E562
Black with #A2E562
Text Example
Text Example
White with #A2E562
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A2E562; }
p { color: rgb(162,229,98); }
H1.HeaderClassName
{
color: #A2E562;
}
.AnyTagClassName
{
color: #A2E562;
}
</style>
background-color css
<style>
a { background-color: #A2E562; }
a { background-color: rgb(162,229,98); }
div.DivClassName
{
background-color: #A2E562;
}
.BgClassName
{
background-color: #A2E562;
}
</style>
border-color css
<style>
span { border-color: #A2E562; }
span { border-color: rgb(162,229,98); }
td.TdClassName
{
border-color: #A2E562;
}
.TagClassName
{
border-color: #A2E562;
}
</style>