Shades of Conifer #ADEC4D
Tints of Conifer #ADEC4D
RGB
CMYK
RGB Variations
Color information
#ADEC4D (or 0xADEC4D) is known color: Conifer. HEX triplet: AD, EC and 4D. RGB value is (173,236,77). Sum of RGB (Red+Green+Blue) = 173+236+77=486 (64% of max value = 765). Red value is 173 (67.97% from 255 or 35.60% from 486); Green value is 236 (92.58% from 255 or 48.56% from 486); Blue value is 77 (30.47% from 255 or 15.84% from 486); Max value from RGB is 236 - color contains mainly: green. Hex color #ADEC4D is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #ADEC4D is #5213B2. Grayscale: #C7C7C7. Windows color (decimal): -5378995 or 5106861. OLE color: 5106861.
HSL color Cylindrical-coordinate representation of color #ADEC4D: hue angle of 83.77º degrees, saturation: 0.81, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #ADEC4D is Cyan = 0.27, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 173 | 236 | 77 | - |
| CMYK | 0.27 | 0 | 0.67 | 0.07 |
| HSL | 83.77º | 0.81% | 0.61% | - |
| HSV(B) | 83.77º | 0.67% | 0.93% | - |
| XYZ | 48.57 | 69.41 | 17.86 | - |
| YUV | 199.04 | 59.13 | 109.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 236 | 77 | 0.27 | 0 | 0.67 | 0.07 | 83.77 | 0.81 | 0.61 |
| Hex | AD | EC | 4D | 1B | 0 | 43 | 7 | 54 | 51 | 3D |
| Octal | 255 | 354 | 115 | 33 | 0 | 103 | 7 | 124 | 121 | 75 |
| Binary | 10101101 | 11101100 | 1001101 | 11011 | 0 | 1000011 | 111 | 1010100 | 1010001 | 111101 |
Color Harmonies of #ADEC4D
Complementary color
Monochromatic Colors of #ADEC4D
Black with #ADEC4D
Text Example
Text Example
White with #ADEC4D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADEC4D; }
p { color: rgb(173,236,77); }
H1.HeaderClassName
{
color: #ADEC4D;
}
.AnyTagClassName
{
color: #ADEC4D;
}
</style>
background-color css
<style>
a { background-color: #ADEC4D; }
a { background-color: rgb(173,236,77); }
div.DivClassName
{
background-color: #ADEC4D;
}
.BgClassName
{
background-color: #ADEC4D;
}
</style>
border-color css
<style>
span { border-color: #ADEC4D; }
span { border-color: rgb(173,236,77); }
td.TdClassName
{
border-color: #ADEC4D;
}
.TagClassName
{
border-color: #ADEC4D;
}
</style>