Shades of Conifer #ADCE5D
Tints of Conifer #ADCE5D
RGB
CMYK
RGB Variations
Color information
#ADCE5D (or 0xADCE5D) is known color: Conifer. HEX triplet: AD, CE and 5D. RGB value is (173,206,93). Sum of RGB (Red+Green+Blue) = 173+206+93=472 (62% of max value = 765). Red value is 173 (67.97% from 255 or 36.65% from 472); Green value is 206 (80.86% from 255 or 43.64% from 472); Blue value is 93 (36.72% from 255 or 19.70% from 472); Max value from RGB is 206 - color contains mainly: green. Hex color #ADCE5D is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ADCE5D is #5231A2. Grayscale: #B7B7B7. Windows color (decimal): -5386659 or 6147757. OLE color: 6147757.
HSL color Cylindrical-coordinate representation of color #ADCE5D: hue angle of 77.52º degrees, saturation: 0.54, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #ADCE5D is Cyan = 0.16, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 173 | 206 | 93 | - |
| CMYK | 0.16 | 0 | 0.55 | 0.19 |
| HSL | 77.52º | 0.54% | 0.59% | - |
| HSV(B) | 77.52º | 0.55% | 0.81% | - |
| XYZ | 41.28 | 53.82 | 18.57 | - |
| YUV | 183.25 | 77.07 | 120.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 206 | 93 | 0.16 | 0 | 0.55 | 0.19 | 77.52 | 0.54 | 0.59 |
| Hex | AD | CE | 5D | 10 | 0 | 37 | 13 | 4E | 36 | 3B |
| Octal | 255 | 316 | 135 | 20 | 0 | 67 | 23 | 116 | 66 | 73 |
| Binary | 10101101 | 11001110 | 1011101 | 10000 | 0 | 110111 | 10011 | 1001110 | 110110 | 111011 |
Color Harmonies of #ADCE5D
Complementary color
Monochromatic Colors of #ADCE5D
Black with #ADCE5D
Text Example
Text Example
White with #ADCE5D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADCE5D; }
p { color: rgb(173,206,93); }
H1.HeaderClassName
{
color: #ADCE5D;
}
.AnyTagClassName
{
color: #ADCE5D;
}
</style>
background-color css
<style>
a { background-color: #ADCE5D; }
a { background-color: rgb(173,206,93); }
div.DivClassName
{
background-color: #ADCE5D;
}
.BgClassName
{
background-color: #ADCE5D;
}
</style>
border-color css
<style>
span { border-color: #ADCE5D; }
span { border-color: rgb(173,206,93); }
td.TdClassName
{
border-color: #ADCE5D;
}
.TagClassName
{
border-color: #ADCE5D;
}
</style>