Shades of Conifer #A6EC62
Tints of Conifer #A6EC62
RGB
CMYK
RGB Variations
Color information
#A6EC62 (or 0xA6EC62) is known color: Conifer. HEX triplet: A6, EC and 62. RGB value is (166,236,98). Sum of RGB (Red+Green+Blue) = 166+236+98=500 (66% of max value = 765). Red value is 166 (65.23% from 255 or 33.2% from 500); Green value is 236 (92.58% from 255 or 47.2% from 500); Blue value is 98 (38.67% from 255 or 19.6% from 500); Max value from RGB is 236 - color contains mainly: green. Hex color #A6EC62 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #A6EC62 is #59139D. Grayscale: #C7C7C7. Windows color (decimal): -5837726 or 6483110. OLE color: 6483110.
HSL color Cylindrical-coordinate representation of color #A6EC62: hue angle of 90.43º degrees, saturation: 0.78, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #A6EC62 is Cyan = 0.30, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 166 | 236 | 98 | - |
| CMYK | 0.30 | 0 | 0.58 | 0.07 |
| HSL | 90.43º | 0.78% | 0.65% | - |
| HSV(B) | 90.43º | 0.58% | 0.93% | - |
| XYZ | 47.93 | 68.98 | 22.34 | - |
| YUV | 199.34 | 70.81 | 104.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 236 | 98 | 0.30 | 0 | 0.58 | 0.07 | 90.43 | 0.78 | 0.65 |
| Hex | A6 | EC | 62 | 1E | 0 | 3A | 7 | 5A | 4E | 41 |
| Octal | 246 | 354 | 142 | 36 | 0 | 72 | 7 | 132 | 116 | 101 |
| Binary | 10100110 | 11101100 | 1100010 | 11110 | 0 | 111010 | 111 | 1011010 | 1001110 | 1000001 |
Color Harmonies of #A6EC62
Complementary color
Monochromatic Colors of #A6EC62
Black with #A6EC62
Text Example
Text Example
White with #A6EC62
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A6EC62; }
p { color: rgb(166,236,98); }
H1.HeaderClassName
{
color: #A6EC62;
}
.AnyTagClassName
{
color: #A6EC62;
}
</style>
background-color css
<style>
a { background-color: #A6EC62; }
a { background-color: rgb(166,236,98); }
div.DivClassName
{
background-color: #A6EC62;
}
.BgClassName
{
background-color: #A6EC62;
}
</style>
border-color css
<style>
span { border-color: #A6EC62; }
span { border-color: rgb(166,236,98); }
td.TdClassName
{
border-color: #A6EC62;
}
.TagClassName
{
border-color: #A6EC62;
}
</style>