Shades of Conifer #A1E364
Tints of Conifer #A1E364
RGB
CMYK
RGB Variations
Color information
#A1E364 (or 0xA1E364) is known color: Conifer. HEX triplet: A1, E3 and 64. RGB value is (161,227,100). Sum of RGB (Red+Green+Blue) = 161+227+100=488 (64% of max value = 765). Red value is 161 (63.28% from 255 or 32.99% from 488); Green value is 227 (89.06% from 255 or 46.52% from 488); Blue value is 100 (39.45% from 255 or 20.49% from 488); Max value from RGB is 227 - color contains mainly: green. Hex color #A1E364 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A1E364 is #5E1C9B. Grayscale: #C1C1C1. Windows color (decimal): -6167708 or 6611873. OLE color: 6611873.
HSL color Cylindrical-coordinate representation of color #A1E364: hue angle of 91.18º degrees, saturation: 0.69, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #A1E364 is Cyan = 0.29, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 161 | 227 | 100 | - |
| CMYK | 0.29 | 0 | 0.56 | 0.11 |
| HSL | 91.18º | 0.69% | 0.64% | - |
| HSV(B) | 91.18º | 0.56% | 0.89% | - |
| XYZ | 44.47 | 63.44 | 21.96 | - |
| YUV | 192.79 | 75.63 | 105.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 227 | 100 | 0.29 | 0 | 0.56 | 0.11 | 91.18 | 0.69 | 0.64 |
| Hex | A1 | E3 | 64 | 1D | 0 | 38 | B | 5B | 45 | 40 |
| Octal | 241 | 343 | 144 | 35 | 0 | 70 | 13 | 133 | 105 | 100 |
| Binary | 10100001 | 11100011 | 1100100 | 11101 | 0 | 111000 | 1011 | 1011011 | 1000101 | 1000000 |
Color Harmonies of #A1E364
Complementary color
Monochromatic Colors of #A1E364
Black with #A1E364
Text Example
Text Example
White with #A1E364
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1E364; }
p { color: rgb(161,227,100); }
H1.HeaderClassName
{
color: #A1E364;
}
.AnyTagClassName
{
color: #A1E364;
}
</style>
background-color css
<style>
a { background-color: #A1E364; }
a { background-color: rgb(161,227,100); }
div.DivClassName
{
background-color: #A1E364;
}
.BgClassName
{
background-color: #A1E364;
}
</style>
border-color css
<style>
span { border-color: #A1E364; }
span { border-color: rgb(161,227,100); }
td.TdClassName
{
border-color: #A1E364;
}
.TagClassName
{
border-color: #A1E364;
}
</style>