Shades of Conifer #ADCE5F
Tints of Conifer #ADCE5F
RGB
CMYK
RGB Variations
Color information
#ADCE5F (or 0xADCE5F) is known color: Conifer. HEX triplet: AD, CE and 5F. RGB value is (173,206,95). Sum of RGB (Red+Green+Blue) = 173+206+95=474 (62% of max value = 765). Red value is 173 (67.97% from 255 or 36.50% from 474); Green value is 206 (80.86% from 255 or 43.46% from 474); Blue value is 95 (37.5% from 255 or 20.04% from 474); Max value from RGB is 206 - color contains mainly: green. Hex color #ADCE5F is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ADCE5F is #5231A0. Grayscale: #B7B7B7. Windows color (decimal): -5386657 or 6278829. OLE color: 6278829.
HSL color Cylindrical-coordinate representation of color #ADCE5F: hue angle of 77.84º degrees, saturation: 0.53, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #ADCE5F is Cyan = 0.16, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 173 | 206 | 95 | - |
| CMYK | 0.16 | 0 | 0.54 | 0.19 |
| HSL | 77.84º | 0.53% | 0.59% | - |
| HSV(B) | 77.84º | 0.54% | 0.81% | - |
| XYZ | 41.37 | 53.85 | 19.04 | - |
| YUV | 183.48 | 78.07 | 120.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 206 | 95 | 0.16 | 0 | 0.54 | 0.19 | 77.84 | 0.53 | 0.59 |
| Hex | AD | CE | 5F | 10 | 0 | 36 | 13 | 4E | 35 | 3B |
| Octal | 255 | 316 | 137 | 20 | 0 | 66 | 23 | 116 | 65 | 73 |
| Binary | 10101101 | 11001110 | 1011111 | 10000 | 0 | 110110 | 10011 | 1001110 | 110101 | 111011 |
Color Harmonies of #ADCE5F
Complementary color
Monochromatic Colors of #ADCE5F
Black with #ADCE5F
Text Example
Text Example
White with #ADCE5F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADCE5F; }
p { color: rgb(173,206,95); }
H1.HeaderClassName
{
color: #ADCE5F;
}
.AnyTagClassName
{
color: #ADCE5F;
}
</style>
background-color css
<style>
a { background-color: #ADCE5F; }
a { background-color: rgb(173,206,95); }
div.DivClassName
{
background-color: #ADCE5F;
}
.BgClassName
{
background-color: #ADCE5F;
}
</style>
border-color css
<style>
span { border-color: #ADCE5F; }
span { border-color: rgb(173,206,95); }
td.TdClassName
{
border-color: #ADCE5F;
}
.TagClassName
{
border-color: #ADCE5F;
}
</style>