Shades of Conifer #A2E364
Tints of Conifer #A2E364
RGB
CMYK
RGB Variations
Color information
#A2E364 (or 0xA2E364) is known color: Conifer. HEX triplet: A2, E3 and 64. RGB value is (162,227,100). Sum of RGB (Red+Green+Blue) = 162+227+100=489 (64% of max value = 765). Red value is 162 (63.67% from 255 or 33.13% from 489); Green value is 227 (89.06% from 255 or 46.42% from 489); Blue value is 100 (39.45% from 255 or 20.45% from 489); Max value from RGB is 227 - color contains mainly: green. Hex color #A2E364 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A2E364 is #5D1C9B. Grayscale: #C1C1C1. Windows color (decimal): -6102172 or 6611874. OLE color: 6611874.
HSL color Cylindrical-coordinate representation of color #A2E364: hue angle of 90.71º 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 #A2E364 is Cyan = 0.29, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 162 | 227 | 100 | - |
| CMYK | 0.29 | 0 | 0.56 | 0.11 |
| HSL | 90.71º | 0.69% | 0.64% | - |
| HSV(B) | 90.71º | 0.56% | 0.89% | - |
| XYZ | 44.67 | 63.54 | 21.97 | - |
| YUV | 193.09 | 75.47 | 105.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 227 | 100 | 0.29 | 0 | 0.56 | 0.11 | 90.71 | 0.69 | 0.64 |
| Hex | A2 | E3 | 64 | 1D | 0 | 38 | B | 5B | 45 | 40 |
| Octal | 242 | 343 | 144 | 35 | 0 | 70 | 13 | 133 | 105 | 100 |
| Binary | 10100010 | 11100011 | 1100100 | 11101 | 0 | 111000 | 1011 | 1011011 | 1000101 | 1000000 |
Color Harmonies of #A2E364
Complementary color
Monochromatic Colors of #A2E364
Black with #A2E364
Text Example
Text Example
White with #A2E364
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A2E364; }
p { color: rgb(162,227,100); }
H1.HeaderClassName
{
color: #A2E364;
}
.AnyTagClassName
{
color: #A2E364;
}
</style>
background-color css
<style>
a { background-color: #A2E364; }
a { background-color: rgb(162,227,100); }
div.DivClassName
{
background-color: #A2E364;
}
.BgClassName
{
background-color: #A2E364;
}
</style>
border-color css
<style>
span { border-color: #A2E364; }
span { border-color: rgb(162,227,100); }
td.TdClassName
{
border-color: #A2E364;
}
.TagClassName
{
border-color: #A2E364;
}
</style>