Shades of Conifer #A1E849
Tints of Conifer #A1E849
RGB
CMYK
RGB Variations
Color information
#A1E849 (or 0xA1E849) is known color: Conifer. HEX triplet: A1, E8 and 49. RGB value is (161,232,73). Sum of RGB (Red+Green+Blue) = 161+232+73=466 (61% of max value = 765). Red value is 161 (63.28% from 255 or 34.55% from 466); Green value is 232 (91.02% from 255 or 49.79% from 466); Blue value is 73 (28.91% from 255 or 15.67% from 466); Max value from RGB is 232 - color contains mainly: green. Hex color #A1E849 is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #A1E849 is #5E17B6. Grayscale: #C1C1C1. Windows color (decimal): -6166455 or 4843681. OLE color: 4843681.
HSL color Cylindrical-coordinate representation of color #A1E849: hue angle of 86.79º degrees, saturation: 0.78, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #A1E849 is Cyan = 0.31, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 161 | 232 | 73 | - |
| CMYK | 0.31 | 0 | 0.69 | 0.09 |
| HSL | 86.79º | 0.78% | 0.6% | - |
| HSV(B) | 86.79º | 0.69% | 0.91% | - |
| XYZ | 44.76 | 65.77 | 16.64 | - |
| YUV | 192.65 | 60.48 | 105.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 232 | 73 | 0.31 | 0 | 0.69 | 0.09 | 86.79 | 0.78 | 0.6 |
| Hex | A1 | E8 | 49 | 1F | 0 | 45 | 9 | 57 | 4E | 3C |
| Octal | 241 | 350 | 111 | 37 | 0 | 105 | 11 | 127 | 116 | 74 |
| Binary | 10100001 | 11101000 | 1001001 | 11111 | 0 | 1000101 | 1001 | 1010111 | 1001110 | 111100 |
Color Harmonies of #A1E849
Complementary color
Monochromatic Colors of #A1E849
Black with #A1E849
Text Example
Text Example
White with #A1E849
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1E849; }
p { color: rgb(161,232,73); }
H1.HeaderClassName
{
color: #A1E849;
}
.AnyTagClassName
{
color: #A1E849;
}
</style>
background-color css
<style>
a { background-color: #A1E849; }
a { background-color: rgb(161,232,73); }
div.DivClassName
{
background-color: #A1E849;
}
.BgClassName
{
background-color: #A1E849;
}
</style>
border-color css
<style>
span { border-color: #A1E849; }
span { border-color: rgb(161,232,73); }
td.TdClassName
{
border-color: #A1E849;
}
.TagClassName
{
border-color: #A1E849;
}
</style>