Shades of Conifer #ADEC49
Tints of Conifer #ADEC49
RGB
CMYK
RGB Variations
Color information
#ADEC49 (or 0xADEC49) is known color: Conifer. HEX triplet: AD, EC and 49. RGB value is (173,236,73). Sum of RGB (Red+Green+Blue) = 173+236+73=482 (63% of max value = 765). Red value is 173 (67.97% from 255 or 35.89% from 482); Green value is 236 (92.58% from 255 or 48.96% from 482); Blue value is 73 (28.91% from 255 or 15.15% from 482); Max value from RGB is 236 - color contains mainly: green. Hex color #ADEC49 is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #ADEC49 is #5213B6. Grayscale: #C7C7C7. Windows color (decimal): -5378999 or 4844717. OLE color: 4844717.
HSL color Cylindrical-coordinate representation of color #ADEC49: hue angle of 83.19º degrees, saturation: 0.81, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #ADEC49 is Cyan = 0.27, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 173 | 236 | 73 | - |
| CMYK | 0.27 | 0 | 0.69 | 0.07 |
| HSL | 83.19º | 0.81% | 0.61% | - |
| HSV(B) | 83.19º | 0.69% | 0.93% | - |
| XYZ | 48.43 | 69.36 | 17.14 | - |
| YUV | 198.58 | 57.13 | 109.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 236 | 73 | 0.27 | 0 | 0.69 | 0.07 | 83.19 | 0.81 | 0.61 |
| Hex | AD | EC | 49 | 1B | 0 | 45 | 7 | 53 | 51 | 3D |
| Octal | 255 | 354 | 111 | 33 | 0 | 105 | 7 | 123 | 121 | 75 |
| Binary | 10101101 | 11101100 | 1001001 | 11011 | 0 | 1000101 | 111 | 1010011 | 1010001 | 111101 |
Color Harmonies of #ADEC49
Complementary color
Monochromatic Colors of #ADEC49
Black with #ADEC49
Text Example
Text Example
White with #ADEC49
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADEC49; }
p { color: rgb(173,236,73); }
H1.HeaderClassName
{
color: #ADEC49;
}
.AnyTagClassName
{
color: #ADEC49;
}
</style>
background-color css
<style>
a { background-color: #ADEC49; }
a { background-color: rgb(173,236,73); }
div.DivClassName
{
background-color: #ADEC49;
}
.BgClassName
{
background-color: #ADEC49;
}
</style>
border-color css
<style>
span { border-color: #ADEC49; }
span { border-color: rgb(173,236,73); }
td.TdClassName
{
border-color: #ADEC49;
}
.TagClassName
{
border-color: #ADEC49;
}
</style>