Shades of Conifer #ADCE53
Tints of Conifer #ADCE53
RGB
CMYK
RGB Variations
Color information
#ADCE53 (or 0xADCE53) is known color: Conifer. HEX triplet: AD, CE and 53. RGB value is (173,206,83). Sum of RGB (Red+Green+Blue) = 173+206+83=462 (61% of max value = 765). Red value is 173 (67.97% from 255 or 37.45% from 462); Green value is 206 (80.86% from 255 or 44.59% from 462); Blue value is 83 (32.81% from 255 or 17.97% from 462); Max value from RGB is 206 - color contains mainly: green. Hex color #ADCE53 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ADCE53 is #5231AC. Grayscale: #B6B6B6. Windows color (decimal): -5386669 or 5492397. OLE color: 5492397.
HSL color Cylindrical-coordinate representation of color #ADCE53: hue angle of 76.1º degrees, saturation: 0.56, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #ADCE53 is Cyan = 0.16, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 173 | 206 | 83 | - |
| CMYK | 0.16 | 0 | 0.60 | 0.19 |
| HSL | 76.1º | 0.56% | 0.57% | - |
| HSV(B) | 76.1º | 0.6% | 0.81% | - |
| XYZ | 40.87 | 53.65 | 16.39 | - |
| YUV | 182.11 | 72.07 | 121.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 206 | 83 | 0.16 | 0 | 0.60 | 0.19 | 76.1 | 0.56 | 0.57 |
| Hex | AD | CE | 53 | 10 | 0 | 3C | 13 | 4C | 38 | 39 |
| Octal | 255 | 316 | 123 | 20 | 0 | 74 | 23 | 114 | 70 | 71 |
| Binary | 10101101 | 11001110 | 1010011 | 10000 | 0 | 111100 | 10011 | 1001100 | 111000 | 111001 |
Color Harmonies of #ADCE53
Complementary color
Monochromatic Colors of #ADCE53
Black with #ADCE53
Text Example
Text Example
White with #ADCE53
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADCE53; }
p { color: rgb(173,206,83); }
H1.HeaderClassName
{
color: #ADCE53;
}
.AnyTagClassName
{
color: #ADCE53;
}
</style>
background-color css
<style>
a { background-color: #ADCE53; }
a { background-color: rgb(173,206,83); }
div.DivClassName
{
background-color: #ADCE53;
}
.BgClassName
{
background-color: #ADCE53;
}
</style>
border-color css
<style>
span { border-color: #ADCE53; }
span { border-color: rgb(173,206,83); }
td.TdClassName
{
border-color: #ADCE53;
}
.TagClassName
{
border-color: #ADCE53;
}
</style>