Shades of Conifer #ADEC6C
Tints of Conifer #ADEC6C
RGB
CMYK
RGB Variations
Color information
#ADEC6C (or 0xADEC6C) is known color: Conifer. HEX triplet: AD, EC and 6C. RGB value is (173,236,108). Sum of RGB (Red+Green+Blue) = 173+236+108=517 (68% of max value = 765). Red value is 173 (67.97% from 255 or 33.46% from 517); Green value is 236 (92.58% from 255 or 45.65% from 517); Blue value is 108 (42.58% from 255 or 20.89% from 517); Max value from RGB is 236 - color contains mainly: green. Hex color #ADEC6C is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #ADEC6C is #521393. Grayscale: #CBCBCB. Windows color (decimal): -5378964 or 7138477. OLE color: 7138477.
HSL color Cylindrical-coordinate representation of color #ADEC6C: hue angle of 89.53º degrees, saturation: 0.77, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #ADEC6C is Cyan = 0.27, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 173 | 236 | 108 | - |
| CMYK | 0.27 | 0 | 0.54 | 0.07 |
| HSL | 89.53º | 0.77% | 0.67% | - |
| HSV(B) | 89.53º | 0.54% | 0.93% | - |
| XYZ | 49.94 | 69.96 | 25.06 | - |
| YUV | 202.57 | 74.63 | 106.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 236 | 108 | 0.27 | 0 | 0.54 | 0.07 | 89.53 | 0.77 | 0.67 |
| Hex | AD | EC | 6C | 1B | 0 | 36 | 7 | 5A | 4D | 43 |
| Octal | 255 | 354 | 154 | 33 | 0 | 66 | 7 | 132 | 115 | 103 |
| Binary | 10101101 | 11101100 | 1101100 | 11011 | 0 | 110110 | 111 | 1011010 | 1001101 | 1000011 |
Color Harmonies of #ADEC6C
Complementary color
Monochromatic Colors of #ADEC6C
Black with #ADEC6C
Text Example
Text Example
White with #ADEC6C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADEC6C; }
p { color: rgb(173,236,108); }
H1.HeaderClassName
{
color: #ADEC6C;
}
.AnyTagClassName
{
color: #ADEC6C;
}
</style>
background-color css
<style>
a { background-color: #ADEC6C; }
a { background-color: rgb(173,236,108); }
div.DivClassName
{
background-color: #ADEC6C;
}
.BgClassName
{
background-color: #ADEC6C;
}
</style>
border-color css
<style>
span { border-color: #ADEC6C; }
span { border-color: rgb(173,236,108); }
td.TdClassName
{
border-color: #ADEC6C;
}
.TagClassName
{
border-color: #ADEC6C;
}
</style>