Shades of Conifer #A1E949
Tints of Conifer #A1E949
RGB
CMYK
RGB Variations
Color information
#A1E949 (or 0xA1E949) is known color: Conifer. HEX triplet: A1, E9 and 49. RGB value is (161,233,73). Sum of RGB (Red+Green+Blue) = 161+233+73=467 (61% of max value = 765). Red value is 161 (63.28% from 255 or 34.48% from 467); Green value is 233 (91.41% from 255 or 49.89% from 467); Blue value is 73 (28.91% from 255 or 15.63% from 467); Max value from RGB is 233 - color contains mainly: green. Hex color #A1E949 is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #A1E949 is #5E16B6. Grayscale: #C1C1C1. Windows color (decimal): -6166199 or 4843937. OLE color: 4843937.
HSL color Cylindrical-coordinate representation of color #A1E949: hue angle of 87º 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 #A1E949 is Cyan = 0.31, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 161 | 233 | 73 | - |
| CMYK | 0.31 | 0 | 0.69 | 0.09 |
| HSL | 87º | 0.78% | 0.6% | - |
| HSV(B) | 87º | 0.69% | 0.91% | - |
| XYZ | 45.04 | 66.34 | 16.73 | - |
| YUV | 193.23 | 60.15 | 105.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 233 | 73 | 0.31 | 0 | 0.69 | 0.09 | 87 | 0.78 | 0.6 |
| Hex | A1 | E9 | 49 | 1F | 0 | 45 | 9 | 57 | 4E | 3C |
| Octal | 241 | 351 | 111 | 37 | 0 | 105 | 11 | 127 | 116 | 74 |
| Binary | 10100001 | 11101001 | 1001001 | 11111 | 0 | 1000101 | 1001 | 1010111 | 1001110 | 111100 |
Color Harmonies of #A1E949
Complementary color
Monochromatic Colors of #A1E949
Black with #A1E949
Text Example
Text Example
White with #A1E949
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1E949; }
p { color: rgb(161,233,73); }
H1.HeaderClassName
{
color: #A1E949;
}
.AnyTagClassName
{
color: #A1E949;
}
</style>
background-color css
<style>
a { background-color: #A1E949; }
a { background-color: rgb(161,233,73); }
div.DivClassName
{
background-color: #A1E949;
}
.BgClassName
{
background-color: #A1E949;
}
</style>
border-color css
<style>
span { border-color: #A1E949; }
span { border-color: rgb(161,233,73); }
td.TdClassName
{
border-color: #A1E949;
}
.TagClassName
{
border-color: #A1E949;
}
</style>