Shades of Conifer #A2E25D
Tints of Conifer #A2E25D
RGB
CMYK
RGB Variations
Color information
#A2E25D (or 0xA2E25D) is known color: Conifer. HEX triplet: A2, E2 and 5D. RGB value is (162,226,93). Sum of RGB (Red+Green+Blue) = 162+226+93=481 (63% of max value = 765). Red value is 162 (63.67% from 255 or 33.68% from 481); Green value is 226 (88.67% from 255 or 46.99% from 481); Blue value is 93 (36.72% from 255 or 19.33% from 481); Max value from RGB is 226 - color contains mainly: green. Hex color #A2E25D is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A2E25D is #5D1DA2. Grayscale: #C0C0C0. Windows color (decimal): -6102435 or 6152866. OLE color: 6152866.
HSL color Cylindrical-coordinate representation of color #A2E25D: hue angle of 88.87º degrees, saturation: 0.7, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #A2E25D is Cyan = 0.28, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 162 | 226 | 93 | - |
| CMYK | 0.28 | 0 | 0.59 | 0.11 |
| HSL | 88.87º | 0.7% | 0.63% | - |
| HSV(B) | 88.87º | 0.59% | 0.89% | - |
| XYZ | 44.07 | 62.86 | 20.17 | - |
| YUV | 191.7 | 72.3 | 106.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 226 | 93 | 0.28 | 0 | 0.59 | 0.11 | 88.87 | 0.7 | 0.63 |
| Hex | A2 | E2 | 5D | 1C | 0 | 3B | B | 59 | 46 | 3F |
| Octal | 242 | 342 | 135 | 34 | 0 | 73 | 13 | 131 | 106 | 77 |
| Binary | 10100010 | 11100010 | 1011101 | 11100 | 0 | 111011 | 1011 | 1011001 | 1000110 | 111111 |
Color Harmonies of #A2E25D
Complementary color
Monochromatic Colors of #A2E25D
Black with #A2E25D
Text Example
Text Example
White with #A2E25D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A2E25D; }
p { color: rgb(162,226,93); }
H1.HeaderClassName
{
color: #A2E25D;
}
.AnyTagClassName
{
color: #A2E25D;
}
</style>
background-color css
<style>
a { background-color: #A2E25D; }
a { background-color: rgb(162,226,93); }
div.DivClassName
{
background-color: #A2E25D;
}
.BgClassName
{
background-color: #A2E25D;
}
</style>
border-color css
<style>
span { border-color: #A2E25D; }
span { border-color: rgb(162,226,93); }
td.TdClassName
{
border-color: #A2E25D;
}
.TagClassName
{
border-color: #A2E25D;
}
</style>