Shades of Conifer #A2E263
Tints of Conifer #A2E263
RGB
CMYK
RGB Variations
Color information
#A2E263 (or 0xA2E263) is known color: Conifer. HEX triplet: A2, E2 and 63. RGB value is (162,226,99). Sum of RGB (Red+Green+Blue) = 162+226+99=487 (64% of max value = 765). Red value is 162 (63.67% from 255 or 33.26% from 487); Green value is 226 (88.67% from 255 or 46.41% from 487); Blue value is 99 (39.06% from 255 or 20.33% from 487); Max value from RGB is 226 - color contains mainly: green. Hex color #A2E263 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A2E263 is #5D1D9C. Grayscale: #C0C0C0. Windows color (decimal): -6102429 or 6546082. OLE color: 6546082.
HSL color Cylindrical-coordinate representation of color #A2E263: hue angle of 90.24º degrees, saturation: 0.69, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #A2E263 is Cyan = 0.28, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 162 | 226 | 99 | - |
| CMYK | 0.28 | 0 | 0.56 | 0.11 |
| HSL | 90.24º | 0.69% | 0.64% | - |
| HSV(B) | 90.24º | 0.56% | 0.89% | - |
| XYZ | 44.35 | 62.97 | 21.62 | - |
| YUV | 192.39 | 75.3 | 106.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 226 | 99 | 0.28 | 0 | 0.56 | 0.11 | 90.24 | 0.69 | 0.64 |
| Hex | A2 | E2 | 63 | 1C | 0 | 38 | B | 5A | 45 | 40 |
| Octal | 242 | 342 | 143 | 34 | 0 | 70 | 13 | 132 | 105 | 100 |
| Binary | 10100010 | 11100010 | 1100011 | 11100 | 0 | 111000 | 1011 | 1011010 | 1000101 | 1000000 |
Color Harmonies of #A2E263
Complementary color
Monochromatic Colors of #A2E263
Black with #A2E263
Text Example
Text Example
White with #A2E263
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A2E263; }
p { color: rgb(162,226,99); }
H1.HeaderClassName
{
color: #A2E263;
}
.AnyTagClassName
{
color: #A2E263;
}
</style>
background-color css
<style>
a { background-color: #A2E263; }
a { background-color: rgb(162,226,99); }
div.DivClassName
{
background-color: #A2E263;
}
.BgClassName
{
background-color: #A2E263;
}
</style>
border-color css
<style>
span { border-color: #A2E263; }
span { border-color: rgb(162,226,99); }
td.TdClassName
{
border-color: #A2E263;
}
.TagClassName
{
border-color: #A2E263;
}
</style>