Shades of Conifer #A2E24E
Tints of Conifer #A2E24E
RGB
CMYK
RGB Variations
Color information
#A2E24E (or 0xA2E24E) is known color: Conifer. HEX triplet: A2, E2 and 4E. RGB value is (162,226,78). Sum of RGB (Red+Green+Blue) = 162+226+78=466 (61% of max value = 765). Red value is 162 (63.67% from 255 or 34.76% from 466); Green value is 226 (88.67% from 255 or 48.50% from 466); Blue value is 78 (30.86% from 255 or 16.74% from 466); Max value from RGB is 226 - color contains mainly: green. Hex color #A2E24E is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A2E24E is #5D1DB1. Grayscale: #BEBEBE. Windows color (decimal): -6102450 or 5169826. OLE color: 5169826.
HSL color Cylindrical-coordinate representation of color #A2E24E: hue angle of 85.95º degrees, saturation: 0.72, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #A2E24E is Cyan = 0.28, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 162 | 226 | 78 | - |
| CMYK | 0.28 | 0 | 0.65 | 0.11 |
| HSL | 85.95º | 0.72% | 0.6% | - |
| HSV(B) | 85.95º | 0.65% | 0.89% | - |
| XYZ | 43.47 | 62.62 | 17 | - |
| YUV | 189.99 | 64.8 | 108.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 226 | 78 | 0.28 | 0 | 0.65 | 0.11 | 85.95 | 0.72 | 0.6 |
| Hex | A2 | E2 | 4E | 1C | 0 | 41 | B | 56 | 48 | 3C |
| Octal | 242 | 342 | 116 | 34 | 0 | 101 | 13 | 126 | 110 | 74 |
| Binary | 10100010 | 11100010 | 1001110 | 11100 | 0 | 1000001 | 1011 | 1010110 | 1001000 | 111100 |
Color Harmonies of #A2E24E
Complementary color
Monochromatic Colors of #A2E24E
Black with #A2E24E
Text Example
Text Example
White with #A2E24E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A2E24E; }
p { color: rgb(162,226,78); }
H1.HeaderClassName
{
color: #A2E24E;
}
.AnyTagClassName
{
color: #A2E24E;
}
</style>
background-color css
<style>
a { background-color: #A2E24E; }
a { background-color: rgb(162,226,78); }
div.DivClassName
{
background-color: #A2E24E;
}
.BgClassName
{
background-color: #A2E24E;
}
</style>
border-color css
<style>
span { border-color: #A2E24E; }
span { border-color: rgb(162,226,78); }
td.TdClassName
{
border-color: #A2E24E;
}
.TagClassName
{
border-color: #A2E24E;
}
</style>