Shades of Conifer #A1E148
Tints of Conifer #A1E148
RGB
CMYK
RGB Variations
Color information
#A1E148 (or 0xA1E148) is known color: Conifer. HEX triplet: A1, E1 and 48. RGB value is (161,225,72). Sum of RGB (Red+Green+Blue) = 161+225+72=458 (60% of max value = 765). Red value is 161 (63.28% from 255 or 35.15% from 458); Green value is 225 (88.28% from 255 or 49.13% from 458); Blue value is 72 (28.52% from 255 or 15.72% from 458); Max value from RGB is 225 - color contains mainly: green. Hex color #A1E148 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A1E148 is #5E1EB7. Grayscale: #BCBCBC. Windows color (decimal): -6168248 or 4776353. OLE color: 4776353.
HSL color Cylindrical-coordinate representation of color #A1E148: hue angle of 85.1º degrees, saturation: 0.72, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #A1E148 is Cyan = 0.28, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 161 | 225 | 72 | - |
| CMYK | 0.28 | 0 | 0.68 | 0.12 |
| HSL | 85.1º | 0.72% | 0.58% | - |
| HSV(B) | 85.1º | 0.68% | 0.88% | - |
| XYZ | 42.79 | 61.9 | 15.82 | - |
| YUV | 188.42 | 62.3 | 108.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 225 | 72 | 0.28 | 0 | 0.68 | 0.12 | 85.1 | 0.72 | 0.58 |
| Hex | A1 | E1 | 48 | 1C | 0 | 44 | C | 55 | 48 | 3A |
| Octal | 241 | 341 | 110 | 34 | 0 | 104 | 14 | 125 | 110 | 72 |
| Binary | 10100001 | 11100001 | 1001000 | 11100 | 0 | 1000100 | 1100 | 1010101 | 1001000 | 111010 |
Color Harmonies of #A1E148
Complementary color
Monochromatic Colors of #A1E148
Black with #A1E148
Text Example
Text Example
White with #A1E148
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1E148; }
p { color: rgb(161,225,72); }
H1.HeaderClassName
{
color: #A1E148;
}
.AnyTagClassName
{
color: #A1E148;
}
</style>
background-color css
<style>
a { background-color: #A1E148; }
a { background-color: rgb(161,225,72); }
div.DivClassName
{
background-color: #A1E148;
}
.BgClassName
{
background-color: #A1E148;
}
</style>
border-color css
<style>
span { border-color: #A1E148; }
span { border-color: rgb(161,225,72); }
td.TdClassName
{
border-color: #A1E148;
}
.TagClassName
{
border-color: #A1E148;
}
</style>