Shades of Conifer #A1E264
Tints of Conifer #A1E264
RGB
CMYK
RGB Variations
Color information
#A1E264 (or 0xA1E264) is known color: Conifer. HEX triplet: A1, E2 and 64. RGB value is (161,226,100). Sum of RGB (Red+Green+Blue) = 161+226+100=487 (64% of max value = 765). Red value is 161 (63.28% from 255 or 33.06% from 487); Green value is 226 (88.67% from 255 or 46.41% from 487); Blue value is 100 (39.45% from 255 or 20.53% from 487); Max value from RGB is 226 - color contains mainly: green. Hex color #A1E264 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A1E264 is #5E1D9B. Grayscale: #C0C0C0. Windows color (decimal): -6167964 or 6611617. OLE color: 6611617.
HSL color Cylindrical-coordinate representation of color #A1E264: hue angle of 90.95º degrees, saturation: 0.68, 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 #A1E264 is Cyan = 0.29, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 161 | 226 | 100 | - |
| CMYK | 0.29 | 0 | 0.56 | 0.11 |
| HSL | 90.95º | 0.68% | 0.64% | - |
| HSV(B) | 90.95º | 0.56% | 0.89% | - |
| XYZ | 44.19 | 62.89 | 21.87 | - |
| YUV | 192.2 | 75.97 | 105.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 226 | 100 | 0.29 | 0 | 0.56 | 0.11 | 90.95 | 0.68 | 0.64 |
| Hex | A1 | E2 | 64 | 1D | 0 | 38 | B | 5B | 44 | 40 |
| Octal | 241 | 342 | 144 | 35 | 0 | 70 | 13 | 133 | 104 | 100 |
| Binary | 10100001 | 11100010 | 1100100 | 11101 | 0 | 111000 | 1011 | 1011011 | 1000100 | 1000000 |
Color Harmonies of #A1E264
Complementary color
Monochromatic Colors of #A1E264
Black with #A1E264
Text Example
Text Example
White with #A1E264
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1E264; }
p { color: rgb(161,226,100); }
H1.HeaderClassName
{
color: #A1E264;
}
.AnyTagClassName
{
color: #A1E264;
}
</style>
background-color css
<style>
a { background-color: #A1E264; }
a { background-color: rgb(161,226,100); }
div.DivClassName
{
background-color: #A1E264;
}
.BgClassName
{
background-color: #A1E264;
}
</style>
border-color css
<style>
span { border-color: #A1E264; }
span { border-color: rgb(161,226,100); }
td.TdClassName
{
border-color: #A1E264;
}
.TagClassName
{
border-color: #A1E264;
}
</style>