Shades of Conifer #A2E55E
Tints of Conifer #A2E55E
RGB
CMYK
RGB Variations
Color information
#A2E55E (or 0xA2E55E) is known color: Conifer. HEX triplet: A2, E5 and 5E. RGB value is (162,229,94). Sum of RGB (Red+Green+Blue) = 162+229+94=485 (64% of max value = 765). Red value is 162 (63.67% from 255 or 33.40% from 485); Green value is 229 (89.84% from 255 or 47.22% from 485); Blue value is 94 (37.11% from 255 or 19.38% from 485); Max value from RGB is 229 - color contains mainly: green. Hex color #A2E55E is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A2E55E is #5D1AA1. Grayscale: #C2C2C2. Windows color (decimal): -6101666 or 6219170. OLE color: 6219170.
HSL color Cylindrical-coordinate representation of color #A2E55E: hue angle of 89.78º degrees, saturation: 0.72, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #A2E55E is Cyan = 0.29, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 162 | 229 | 94 | - |
| CMYK | 0.29 | 0 | 0.59 | 0.10 |
| HSL | 89.78º | 0.72% | 0.63% | - |
| HSV(B) | 89.78º | 0.59% | 0.9% | - |
| XYZ | 44.94 | 64.53 | 20.68 | - |
| YUV | 193.58 | 71.8 | 105.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 229 | 94 | 0.29 | 0 | 0.59 | 0.10 | 89.78 | 0.72 | 0.63 |
| Hex | A2 | E5 | 5E | 1D | 0 | 3B | A | 5A | 48 | 3F |
| Octal | 242 | 345 | 136 | 35 | 0 | 73 | 12 | 132 | 110 | 77 |
| Binary | 10100010 | 11100101 | 1011110 | 11101 | 0 | 111011 | 1010 | 1011010 | 1001000 | 111111 |
Color Harmonies of #A2E55E
Complementary color
Monochromatic Colors of #A2E55E
Black with #A2E55E
Text Example
Text Example
White with #A2E55E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A2E55E; }
p { color: rgb(162,229,94); }
H1.HeaderClassName
{
color: #A2E55E;
}
.AnyTagClassName
{
color: #A2E55E;
}
</style>
background-color css
<style>
a { background-color: #A2E55E; }
a { background-color: rgb(162,229,94); }
div.DivClassName
{
background-color: #A2E55E;
}
.BgClassName
{
background-color: #A2E55E;
}
</style>
border-color css
<style>
span { border-color: #A2E55E; }
span { border-color: rgb(162,229,94); }
td.TdClassName
{
border-color: #A2E55E;
}
.TagClassName
{
border-color: #A2E55E;
}
</style>