Shades of Conifer #A1EC59
Tints of Conifer #A1EC59
RGB
CMYK
RGB Variations
Color information
#A1EC59 (or 0xA1EC59) is known color: Conifer. HEX triplet: A1, EC and 59. RGB value is (161,236,89). Sum of RGB (Red+Green+Blue) = 161+236+89=486 (64% of max value = 765). Red value is 161 (63.28% from 255 or 33.13% from 486); Green value is 236 (92.58% from 255 or 48.56% from 486); Blue value is 89 (35.16% from 255 or 18.31% from 486); Max value from RGB is 236 - color contains mainly: green. Hex color #A1EC59 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #A1EC59 is #5E13A6. Grayscale: #C5C5C5. Windows color (decimal): -6165415 or 5893281. OLE color: 5893281.
HSL color Cylindrical-coordinate representation of color #A1EC59: hue angle of 90.61º degrees, saturation: 0.79, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #A1EC59 is Cyan = 0.32, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 161 | 236 | 89 | - |
| CMYK | 0.32 | 0 | 0.62 | 0.07 |
| HSL | 90.61º | 0.79% | 0.64% | - |
| HSV(B) | 90.61º | 0.62% | 0.93% | - |
| XYZ | 46.5 | 68.29 | 20.18 | - |
| YUV | 196.82 | 67.15 | 102.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 236 | 89 | 0.32 | 0 | 0.62 | 0.07 | 90.61 | 0.79 | 0.64 |
| Hex | A1 | EC | 59 | 20 | 0 | 3E | 7 | 5B | 4F | 40 |
| Octal | 241 | 354 | 131 | 40 | 0 | 76 | 7 | 133 | 117 | 100 |
| Binary | 10100001 | 11101100 | 1011001 | 100000 | 0 | 111110 | 111 | 1011011 | 1001111 | 1000000 |
Color Harmonies of #A1EC59
Complementary color
Monochromatic Colors of #A1EC59
Black with #A1EC59
Text Example
Text Example
White with #A1EC59
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1EC59; }
p { color: rgb(161,236,89); }
H1.HeaderClassName
{
color: #A1EC59;
}
.AnyTagClassName
{
color: #A1EC59;
}
</style>
background-color css
<style>
a { background-color: #A1EC59; }
a { background-color: rgb(161,236,89); }
div.DivClassName
{
background-color: #A1EC59;
}
.BgClassName
{
background-color: #A1EC59;
}
</style>
border-color css
<style>
span { border-color: #A1EC59; }
span { border-color: rgb(161,236,89); }
td.TdClassName
{
border-color: #A1EC59;
}
.TagClassName
{
border-color: #A1EC59;
}
</style>