Shades of Conifer #A1EC64
Tints of Conifer #A1EC64
RGB
CMYK
RGB Variations
Color information
#A1EC64 (or 0xA1EC64) is known color: Conifer. HEX triplet: A1, EC and 64. RGB value is (161,236,100). Sum of RGB (Red+Green+Blue) = 161+236+100=497 (65% of max value = 765). Red value is 161 (63.28% from 255 or 32.39% from 497); Green value is 236 (92.58% from 255 or 47.48% from 497); Blue value is 100 (39.45% from 255 or 20.12% from 497); Max value from RGB is 236 - color contains mainly: green. Hex color #A1EC64 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #A1EC64 is #5E139B. Grayscale: #C6C6C6. Windows color (decimal): -6165404 or 6614177. OLE color: 6614177.
HSL color Cylindrical-coordinate representation of color #A1EC64: hue angle of 93.09º degrees, saturation: 0.78, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #A1EC64 is Cyan = 0.32, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 161 | 236 | 100 | - |
| CMYK | 0.32 | 0 | 0.58 | 0.07 |
| HSL | 93.09º | 0.78% | 0.66% | - |
| HSV(B) | 93.09º | 0.58% | 0.93% | - |
| XYZ | 46.99 | 68.49 | 22.8 | - |
| YUV | 198.07 | 72.65 | 101.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 236 | 100 | 0.32 | 0 | 0.58 | 0.07 | 93.09 | 0.78 | 0.66 |
| Hex | A1 | EC | 64 | 20 | 0 | 3A | 7 | 5D | 4E | 42 |
| Octal | 241 | 354 | 144 | 40 | 0 | 72 | 7 | 135 | 116 | 102 |
| Binary | 10100001 | 11101100 | 1100100 | 100000 | 0 | 111010 | 111 | 1011101 | 1001110 | 1000010 |
Color Harmonies of #A1EC64
Complementary color
Monochromatic Colors of #A1EC64
Black with #A1EC64
Text Example
Text Example
White with #A1EC64
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1EC64; }
p { color: rgb(161,236,100); }
H1.HeaderClassName
{
color: #A1EC64;
}
.AnyTagClassName
{
color: #A1EC64;
}
</style>
background-color css
<style>
a { background-color: #A1EC64; }
a { background-color: rgb(161,236,100); }
div.DivClassName
{
background-color: #A1EC64;
}
.BgClassName
{
background-color: #A1EC64;
}
</style>
border-color css
<style>
span { border-color: #A1EC64; }
span { border-color: rgb(161,236,100); }
td.TdClassName
{
border-color: #A1EC64;
}
.TagClassName
{
border-color: #A1EC64;
}
</style>