Shades of Conifer #A6EC5A
Tints of Conifer #A6EC5A
RGB
CMYK
RGB Variations
Color information
#A6EC5A (or 0xA6EC5A) is known color: Conifer. HEX triplet: A6, EC and 5A. RGB value is (166,236,90). Sum of RGB (Red+Green+Blue) = 166+236+90=492 (65% of max value = 765). Red value is 166 (65.23% from 255 or 33.74% from 492); Green value is 236 (92.58% from 255 or 47.97% from 492); Blue value is 90 (35.55% from 255 or 18.29% from 492); Max value from RGB is 236 - color contains mainly: green. Hex color #A6EC5A is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #A6EC5A is #5913A5. Grayscale: #C6C6C6. Windows color (decimal): -5837734 or 5958822. OLE color: 5958822.
HSL color Cylindrical-coordinate representation of color #A6EC5A: hue angle of 88.77º 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 #A6EC5A is Cyan = 0.30, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 166 | 236 | 90 | - |
| CMYK | 0.30 | 0 | 0.62 | 0.07 |
| HSL | 88.77º | 0.79% | 0.64% | - |
| HSV(B) | 88.77º | 0.62% | 0.93% | - |
| XYZ | 47.57 | 68.84 | 20.45 | - |
| YUV | 198.43 | 66.81 | 104.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 236 | 90 | 0.30 | 0 | 0.62 | 0.07 | 88.77 | 0.79 | 0.64 |
| Hex | A6 | EC | 5A | 1E | 0 | 3E | 7 | 59 | 4F | 40 |
| Octal | 246 | 354 | 132 | 36 | 0 | 76 | 7 | 131 | 117 | 100 |
| Binary | 10100110 | 11101100 | 1011010 | 11110 | 0 | 111110 | 111 | 1011001 | 1001111 | 1000000 |
Color Harmonies of #A6EC5A
Complementary color
Monochromatic Colors of #A6EC5A
Black with #A6EC5A
Text Example
Text Example
White with #A6EC5A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A6EC5A; }
p { color: rgb(166,236,90); }
H1.HeaderClassName
{
color: #A6EC5A;
}
.AnyTagClassName
{
color: #A6EC5A;
}
</style>
background-color css
<style>
a { background-color: #A6EC5A; }
a { background-color: rgb(166,236,90); }
div.DivClassName
{
background-color: #A6EC5A;
}
.BgClassName
{
background-color: #A6EC5A;
}
</style>
border-color css
<style>
span { border-color: #A6EC5A; }
span { border-color: rgb(166,236,90); }
td.TdClassName
{
border-color: #A6EC5A;
}
.TagClassName
{
border-color: #A6EC5A;
}
</style>