Shades of Conifer #ADEC4E
Tints of Conifer #ADEC4E
RGB
CMYK
RGB Variations
Color information
#ADEC4E (or 0xADEC4E) is known color: Conifer. HEX triplet: AD, EC and 4E. RGB value is (173,236,78). Sum of RGB (Red+Green+Blue) = 173+236+78=487 (64% of max value = 765). Red value is 173 (67.97% from 255 or 35.52% from 487); Green value is 236 (92.58% from 255 or 48.46% from 487); Blue value is 78 (30.86% from 255 or 16.02% from 487); Max value from RGB is 236 - color contains mainly: green. Hex color #ADEC4E is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #ADEC4E is #5213B1. Grayscale: #C7C7C7. Windows color (decimal): -5378994 or 5172397. OLE color: 5172397.
HSL color Cylindrical-coordinate representation of color #ADEC4E: hue angle of 83.92º degrees, saturation: 0.81, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #ADEC4E is Cyan = 0.27, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 173 | 236 | 78 | - |
| CMYK | 0.27 | 0 | 0.67 | 0.07 |
| HSL | 83.92º | 0.81% | 0.62% | - |
| HSV(B) | 83.92º | 0.67% | 0.93% | - |
| XYZ | 48.6 | 69.43 | 18.05 | - |
| YUV | 199.15 | 59.63 | 109.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 236 | 78 | 0.27 | 0 | 0.67 | 0.07 | 83.92 | 0.81 | 0.62 |
| Hex | AD | EC | 4E | 1B | 0 | 43 | 7 | 54 | 51 | 3E |
| Octal | 255 | 354 | 116 | 33 | 0 | 103 | 7 | 124 | 121 | 76 |
| Binary | 10101101 | 11101100 | 1001110 | 11011 | 0 | 1000011 | 111 | 1010100 | 1010001 | 111110 |
Color Harmonies of #ADEC4E
Complementary color
Monochromatic Colors of #ADEC4E
Black with #ADEC4E
Text Example
Text Example
White with #ADEC4E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADEC4E; }
p { color: rgb(173,236,78); }
H1.HeaderClassName
{
color: #ADEC4E;
}
.AnyTagClassName
{
color: #ADEC4E;
}
</style>
background-color css
<style>
a { background-color: #ADEC4E; }
a { background-color: rgb(173,236,78); }
div.DivClassName
{
background-color: #ADEC4E;
}
.BgClassName
{
background-color: #ADEC4E;
}
</style>
border-color css
<style>
span { border-color: #ADEC4E; }
span { border-color: rgb(173,236,78); }
td.TdClassName
{
border-color: #ADEC4E;
}
.TagClassName
{
border-color: #ADEC4E;
}
</style>