Shades of Conifer #A2E363
Tints of Conifer #A2E363
RGB
CMYK
RGB Variations
Color information
#A2E363 (or 0xA2E363) is known color: Conifer. HEX triplet: A2, E3 and 63. RGB value is (162,227,99). Sum of RGB (Red+Green+Blue) = 162+227+99=488 (64% of max value = 765). Red value is 162 (63.67% from 255 or 33.20% from 488); Green value is 227 (89.06% from 255 or 46.52% from 488); Blue value is 99 (39.06% from 255 or 20.29% from 488); Max value from RGB is 227 - color contains mainly: green. Hex color #A2E363 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A2E363 is #5D1C9C. Grayscale: #C1C1C1. Windows color (decimal): -6102173 or 6546338. OLE color: 6546338.
HSL color Cylindrical-coordinate representation of color #A2E363: hue angle of 90.47º degrees, saturation: 0.7, 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 #A2E363 is Cyan = 0.29, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 162 | 227 | 99 | - |
| CMYK | 0.29 | 0 | 0.56 | 0.11 |
| HSL | 90.47º | 0.7% | 0.64% | - |
| HSV(B) | 90.47º | 0.56% | 0.89% | - |
| XYZ | 44.62 | 63.52 | 21.71 | - |
| YUV | 192.97 | 74.97 | 105.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 227 | 99 | 0.29 | 0 | 0.56 | 0.11 | 90.47 | 0.7 | 0.64 |
| Hex | A2 | E3 | 63 | 1D | 0 | 38 | B | 5A | 46 | 40 |
| Octal | 242 | 343 | 143 | 35 | 0 | 70 | 13 | 132 | 106 | 100 |
| Binary | 10100010 | 11100011 | 1100011 | 11101 | 0 | 111000 | 1011 | 1011010 | 1000110 | 1000000 |
Color Harmonies of #A2E363
Complementary color
Monochromatic Colors of #A2E363
Black with #A2E363
Text Example
Text Example
White with #A2E363
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A2E363; }
p { color: rgb(162,227,99); }
H1.HeaderClassName
{
color: #A2E363;
}
.AnyTagClassName
{
color: #A2E363;
}
</style>
background-color css
<style>
a { background-color: #A2E363; }
a { background-color: rgb(162,227,99); }
div.DivClassName
{
background-color: #A2E363;
}
.BgClassName
{
background-color: #A2E363;
}
</style>
border-color css
<style>
span { border-color: #A2E363; }
span { border-color: rgb(162,227,99); }
td.TdClassName
{
border-color: #A2E363;
}
.TagClassName
{
border-color: #A2E363;
}
</style>