Shades of Conifer #A1E04E
Tints of Conifer #A1E04E
RGB
CMYK
RGB Variations
Color information
#A1E04E (or 0xA1E04E) is known color: Conifer. HEX triplet: A1, E0 and 4E. RGB value is (161,224,78). Sum of RGB (Red+Green+Blue) = 161+224+78=463 (61% of max value = 765). Red value is 161 (63.28% from 255 or 34.77% from 463); Green value is 224 (87.89% from 255 or 48.38% from 463); Blue value is 78 (30.86% from 255 or 16.85% from 463); Max value from RGB is 224 - color contains mainly: green. Hex color #A1E04E is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A1E04E is #5E1FB1. Grayscale: #BDBDBD. Windows color (decimal): -6168498 or 5169313. OLE color: 5169313.
HSL color Cylindrical-coordinate representation of color #A1E04E: hue angle of 85.89º degrees, saturation: 0.7, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #A1E04E is Cyan = 0.28, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 161 | 224 | 78 | - |
| CMYK | 0.28 | 0 | 0.65 | 0.12 |
| HSL | 85.89º | 0.7% | 0.59% | - |
| HSV(B) | 85.89º | 0.65% | 0.88% | - |
| XYZ | 42.73 | 61.44 | 16.81 | - |
| YUV | 188.52 | 65.63 | 108.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 224 | 78 | 0.28 | 0 | 0.65 | 0.12 | 85.89 | 0.7 | 0.59 |
| Hex | A1 | E0 | 4E | 1C | 0 | 41 | C | 56 | 46 | 3B |
| Octal | 241 | 340 | 116 | 34 | 0 | 101 | 14 | 126 | 106 | 73 |
| Binary | 10100001 | 11100000 | 1001110 | 11100 | 0 | 1000001 | 1100 | 1010110 | 1000110 | 111011 |
Color Harmonies of #A1E04E
Complementary color
Monochromatic Colors of #A1E04E
Black with #A1E04E
Text Example
Text Example
White with #A1E04E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1E04E; }
p { color: rgb(161,224,78); }
H1.HeaderClassName
{
color: #A1E04E;
}
.AnyTagClassName
{
color: #A1E04E;
}
</style>
background-color css
<style>
a { background-color: #A1E04E; }
a { background-color: rgb(161,224,78); }
div.DivClassName
{
background-color: #A1E04E;
}
.BgClassName
{
background-color: #A1E04E;
}
</style>
border-color css
<style>
span { border-color: #A1E04E; }
span { border-color: rgb(161,224,78); }
td.TdClassName
{
border-color: #A1E04E;
}
.TagClassName
{
border-color: #A1E04E;
}
</style>