Shades of Conifer #A2E360
Tints of Conifer #A2E360
RGB
CMYK
RGB Variations
Color information
#A2E360 (or 0xA2E360) is known color: Conifer. HEX triplet: A2, E3 and 60. RGB value is (162,227,96). Sum of RGB (Red+Green+Blue) = 162+227+96=485 (64% of max value = 765). Red value is 162 (63.67% from 255 or 33.40% from 485); Green value is 227 (89.06% from 255 or 46.80% from 485); Blue value is 96 (37.89% from 255 or 19.79% from 485); Max value from RGB is 227 - color contains mainly: green. Hex color #A2E360 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A2E360 is #5D1C9F. Grayscale: #C1C1C1. Windows color (decimal): -6102176 or 6349730. OLE color: 6349730.
HSL color Cylindrical-coordinate representation of color #A2E360: hue angle of 89.77º degrees, saturation: 0.7, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #A2E360 is Cyan = 0.29, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 162 | 227 | 96 | - |
| CMYK | 0.29 | 0 | 0.58 | 0.11 |
| HSL | 89.77º | 0.7% | 0.63% | - |
| HSV(B) | 89.77º | 0.58% | 0.89% | - |
| XYZ | 44.48 | 63.46 | 20.97 | - |
| YUV | 192.63 | 73.47 | 106.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 227 | 96 | 0.29 | 0 | 0.58 | 0.11 | 89.77 | 0.7 | 0.63 |
| Hex | A2 | E3 | 60 | 1D | 0 | 3A | B | 5A | 46 | 3F |
| Octal | 242 | 343 | 140 | 35 | 0 | 72 | 13 | 132 | 106 | 77 |
| Binary | 10100010 | 11100011 | 1100000 | 11101 | 0 | 111010 | 1011 | 1011010 | 1000110 | 111111 |
Color Harmonies of #A2E360
Complementary color
Monochromatic Colors of #A2E360
Black with #A2E360
Text Example
Text Example
White with #A2E360
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A2E360; }
p { color: rgb(162,227,96); }
H1.HeaderClassName
{
color: #A2E360;
}
.AnyTagClassName
{
color: #A2E360;
}
</style>
background-color css
<style>
a { background-color: #A2E360; }
a { background-color: rgb(162,227,96); }
div.DivClassName
{
background-color: #A2E360;
}
.BgClassName
{
background-color: #A2E360;
}
</style>
border-color css
<style>
span { border-color: #A2E360; }
span { border-color: rgb(162,227,96); }
td.TdClassName
{
border-color: #A2E360;
}
.TagClassName
{
border-color: #A2E360;
}
</style>