Shades of Conifer #A1EC45
Tints of Conifer #A1EC45
RGB
CMYK
RGB Variations
Color information
#A1EC45 (or 0xA1EC45) is known color: Conifer. HEX triplet: A1, EC and 45. RGB value is (161,236,69). Sum of RGB (Red+Green+Blue) = 161+236+69=466 (61% of max value = 765). Red value is 161 (63.28% from 255 or 34.55% from 466); Green value is 236 (92.58% from 255 or 50.64% from 466); Blue value is 69 (27.34% from 255 or 14.81% from 466); Max value from RGB is 236 - color contains mainly: green. Hex color #A1EC45 is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #A1EC45 is #5E13BA. Grayscale: #C3C3C3. Windows color (decimal): -6165435 or 4582561. OLE color: 4582561.
HSL color Cylindrical-coordinate representation of color #A1EC45: hue angle of 86.95º degrees, saturation: 0.81, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #A1EC45 is Cyan = 0.32, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 161 | 236 | 69 | - |
| CMYK | 0.32 | 0 | 0.71 | 0.07 |
| HSL | 86.95º | 0.81% | 0.6% | - |
| HSV(B) | 86.95º | 0.71% | 0.93% | - |
| XYZ | 45.77 | 68 | 16.34 | - |
| YUV | 194.54 | 57.15 | 104.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 236 | 69 | 0.32 | 0 | 0.71 | 0.07 | 86.95 | 0.81 | 0.6 |
| Hex | A1 | EC | 45 | 20 | 0 | 47 | 7 | 57 | 51 | 3C |
| Octal | 241 | 354 | 105 | 40 | 0 | 107 | 7 | 127 | 121 | 74 |
| Binary | 10100001 | 11101100 | 1000101 | 100000 | 0 | 1000111 | 111 | 1010111 | 1010001 | 111100 |
Color Harmonies of #A1EC45
Complementary color
Monochromatic Colors of #A1EC45
Black with #A1EC45
Text Example
Text Example
White with #A1EC45
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1EC45; }
p { color: rgb(161,236,69); }
H1.HeaderClassName
{
color: #A1EC45;
}
.AnyTagClassName
{
color: #A1EC45;
}
</style>
background-color css
<style>
a { background-color: #A1EC45; }
a { background-color: rgb(161,236,69); }
div.DivClassName
{
background-color: #A1EC45;
}
.BgClassName
{
background-color: #A1EC45;
}
</style>
border-color css
<style>
span { border-color: #A1EC45; }
span { border-color: rgb(161,236,69); }
td.TdClassName
{
border-color: #A1EC45;
}
.TagClassName
{
border-color: #A1EC45;
}
</style>