Shades of Conifer #ADCE49
Tints of Conifer #ADCE49
RGB
CMYK
RGB Variations
Color information
#ADCE49 (or 0xADCE49) is known color: Conifer. HEX triplet: AD, CE and 49. RGB value is (173,206,73). Sum of RGB (Red+Green+Blue) = 173+206+73=452 (59% of max value = 765). Red value is 173 (67.97% from 255 or 38.27% from 452); Green value is 206 (80.86% from 255 or 45.58% from 452); Blue value is 73 (28.91% from 255 or 16.15% from 452); Max value from RGB is 206 - color contains mainly: green. Hex color #ADCE49 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #ADCE49 is #5231B6. Grayscale: #B5B5B5. Windows color (decimal): -5386679 or 4837037. OLE color: 4837037.
HSL color Cylindrical-coordinate representation of color #ADCE49: hue angle of 74.89º degrees, saturation: 0.58, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #ADCE49 is Cyan = 0.16, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 173 | 206 | 73 | - |
| CMYK | 0.16 | 0 | 0.65 | 0.19 |
| HSL | 74.89º | 0.58% | 0.55% | - |
| HSV(B) | 74.89º | 0.65% | 0.81% | - |
| XYZ | 40.51 | 53.51 | 14.5 | - |
| YUV | 180.97 | 67.07 | 122.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 206 | 73 | 0.16 | 0 | 0.65 | 0.19 | 74.89 | 0.58 | 0.55 |
| Hex | AD | CE | 49 | 10 | 0 | 41 | 13 | 4B | 3A | 37 |
| Octal | 255 | 316 | 111 | 20 | 0 | 101 | 23 | 113 | 72 | 67 |
| Binary | 10101101 | 11001110 | 1001001 | 10000 | 0 | 1000001 | 10011 | 1001011 | 111010 | 110111 |
Color Harmonies of #ADCE49
Complementary color
Monochromatic Colors of #ADCE49
Black with #ADCE49
Text Example
Text Example
White with #ADCE49
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADCE49; }
p { color: rgb(173,206,73); }
H1.HeaderClassName
{
color: #ADCE49;
}
.AnyTagClassName
{
color: #ADCE49;
}
</style>
background-color css
<style>
a { background-color: #ADCE49; }
a { background-color: rgb(173,206,73); }
div.DivClassName
{
background-color: #ADCE49;
}
.BgClassName
{
background-color: #ADCE49;
}
</style>
border-color css
<style>
span { border-color: #ADCE49; }
span { border-color: rgb(173,206,73); }
td.TdClassName
{
border-color: #ADCE49;
}
.TagClassName
{
border-color: #ADCE49;
}
</style>