Shades of Conifer #A1E162
Tints of Conifer #A1E162
RGB
CMYK
RGB Variations
Color information
#A1E162 (or 0xA1E162) is known color: Conifer. HEX triplet: A1, E1 and 62. RGB value is (161,225,98). Sum of RGB (Red+Green+Blue) = 161+225+98=484 (64% of max value = 765). Red value is 161 (63.28% from 255 or 33.26% from 484); Green value is 225 (88.28% from 255 or 46.49% from 484); Blue value is 98 (38.67% from 255 or 20.25% from 484); Max value from RGB is 225 - color contains mainly: green. Hex color #A1E162 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A1E162 is #5E1E9D. Grayscale: #BFBFBF. Windows color (decimal): -6168222 or 6480289. OLE color: 6480289.
HSL color Cylindrical-coordinate representation of color #A1E162: hue angle of 90.24º degrees, saturation: 0.68, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #A1E162 is Cyan = 0.28, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 161 | 225 | 98 | - |
| CMYK | 0.28 | 0 | 0.56 | 0.12 |
| HSL | 90.24º | 0.68% | 0.63% | - |
| HSV(B) | 90.24º | 0.56% | 0.88% | - |
| XYZ | 43.83 | 62.31 | 21.27 | - |
| YUV | 191.39 | 75.3 | 106.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 225 | 98 | 0.28 | 0 | 0.56 | 0.12 | 90.24 | 0.68 | 0.63 |
| Hex | A1 | E1 | 62 | 1C | 0 | 38 | C | 5A | 44 | 3F |
| Octal | 241 | 341 | 142 | 34 | 0 | 70 | 14 | 132 | 104 | 77 |
| Binary | 10100001 | 11100001 | 1100010 | 11100 | 0 | 111000 | 1100 | 1011010 | 1000100 | 111111 |
Color Harmonies of #A1E162
Complementary color
Monochromatic Colors of #A1E162
Black with #A1E162
Text Example
Text Example
White with #A1E162
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1E162; }
p { color: rgb(161,225,98); }
H1.HeaderClassName
{
color: #A1E162;
}
.AnyTagClassName
{
color: #A1E162;
}
</style>
background-color css
<style>
a { background-color: #A1E162; }
a { background-color: rgb(161,225,98); }
div.DivClassName
{
background-color: #A1E162;
}
.BgClassName
{
background-color: #A1E162;
}
</style>
border-color css
<style>
span { border-color: #A1E162; }
span { border-color: rgb(161,225,98); }
td.TdClassName
{
border-color: #A1E162;
}
.TagClassName
{
border-color: #A1E162;
}
</style>