Shades of Conifer #A2E45B
Tints of Conifer #A2E45B
RGB
CMYK
RGB Variations
Color information
#A2E45B (or 0xA2E45B) is known color: Conifer. HEX triplet: A2, E4 and 5B. RGB value is (162,228,91). Sum of RGB (Red+Green+Blue) = 162+228+91=481 (63% of max value = 765). Red value is 162 (63.67% from 255 or 33.68% from 481); Green value is 228 (89.45% from 255 or 47.40% from 481); Blue value is 91 (35.94% from 255 or 18.92% from 481); Max value from RGB is 228 - color contains mainly: green. Hex color #A2E45B is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A2E45B is #5D1BA4. Grayscale: #C1C1C1. Windows color (decimal): -6101925 or 6022306. OLE color: 6022306.
HSL color Cylindrical-coordinate representation of color #A2E45B: hue angle of 88.91º degrees, saturation: 0.72, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #A2E45B is Cyan = 0.29, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 162 | 228 | 91 | - |
| CMYK | 0.29 | 0 | 0.60 | 0.11 |
| HSL | 88.91º | 0.72% | 0.63% | - |
| HSV(B) | 88.91º | 0.6% | 0.89% | - |
| XYZ | 44.53 | 63.92 | 19.89 | - |
| YUV | 192.65 | 70.63 | 106.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 228 | 91 | 0.29 | 0 | 0.60 | 0.11 | 88.91 | 0.72 | 0.63 |
| Hex | A2 | E4 | 5B | 1D | 0 | 3C | B | 59 | 48 | 3F |
| Octal | 242 | 344 | 133 | 35 | 0 | 74 | 13 | 131 | 110 | 77 |
| Binary | 10100010 | 11100100 | 1011011 | 11101 | 0 | 111100 | 1011 | 1011001 | 1001000 | 111111 |
Color Harmonies of #A2E45B
Complementary color
Monochromatic Colors of #A2E45B
Black with #A2E45B
Text Example
Text Example
White with #A2E45B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A2E45B; }
p { color: rgb(162,228,91); }
H1.HeaderClassName
{
color: #A2E45B;
}
.AnyTagClassName
{
color: #A2E45B;
}
</style>
background-color css
<style>
a { background-color: #A2E45B; }
a { background-color: rgb(162,228,91); }
div.DivClassName
{
background-color: #A2E45B;
}
.BgClassName
{
background-color: #A2E45B;
}
</style>
border-color css
<style>
span { border-color: #A2E45B; }
span { border-color: rgb(162,228,91); }
td.TdClassName
{
border-color: #A2E45B;
}
.TagClassName
{
border-color: #A2E45B;
}
</style>