Shades of Conifer #A1E24E
Tints of Conifer #A1E24E
RGB
CMYK
RGB Variations
Color information
#A1E24E (or 0xA1E24E) is known color: Conifer. HEX triplet: A1, E2 and 4E. RGB value is (161,226,78). Sum of RGB (Red+Green+Blue) = 161+226+78=465 (61% of max value = 765). Red value is 161 (63.28% from 255 or 34.62% from 465); Green value is 226 (88.67% from 255 or 48.60% from 465); Blue value is 78 (30.86% from 255 or 16.77% from 465); Max value from RGB is 226 - color contains mainly: green. Hex color #A1E24E is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A1E24E is #5E1DB1. Grayscale: #BEBEBE. Windows color (decimal): -6167986 or 5169825. OLE color: 5169825.
HSL color Cylindrical-coordinate representation of color #A1E24E: hue angle of 86.35º 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 #A1E24E is Cyan = 0.29, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 161 | 226 | 78 | - |
| CMYK | 0.29 | 0 | 0.65 | 0.11 |
| HSL | 86.35º | 0.72% | 0.6% | - |
| HSV(B) | 86.35º | 0.65% | 0.89% | - |
| XYZ | 43.27 | 62.52 | 16.99 | - |
| YUV | 189.69 | 64.97 | 107.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 226 | 78 | 0.29 | 0 | 0.65 | 0.11 | 86.35 | 0.72 | 0.6 |
| Hex | A1 | E2 | 4E | 1D | 0 | 41 | B | 56 | 48 | 3C |
| Octal | 241 | 342 | 116 | 35 | 0 | 101 | 13 | 126 | 110 | 74 |
| Binary | 10100001 | 11100010 | 1001110 | 11101 | 0 | 1000001 | 1011 | 1010110 | 1001000 | 111100 |
Color Harmonies of #A1E24E
Complementary color
Monochromatic Colors of #A1E24E
Black with #A1E24E
Text Example
Text Example
White with #A1E24E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1E24E; }
p { color: rgb(161,226,78); }
H1.HeaderClassName
{
color: #A1E24E;
}
.AnyTagClassName
{
color: #A1E24E;
}
</style>
background-color css
<style>
a { background-color: #A1E24E; }
a { background-color: rgb(161,226,78); }
div.DivClassName
{
background-color: #A1E24E;
}
.BgClassName
{
background-color: #A1E24E;
}
</style>
border-color css
<style>
span { border-color: #A1E24E; }
span { border-color: rgb(161,226,78); }
td.TdClassName
{
border-color: #A1E24E;
}
.TagClassName
{
border-color: #A1E24E;
}
</style>