Shades of Conifer #ADCE62
Tints of Conifer #ADCE62
RGB
CMYK
RGB Variations
Color information
#ADCE62 (or 0xADCE62) is known color: Conifer. HEX triplet: AD, CE and 62. RGB value is (173,206,98). Sum of RGB (Red+Green+Blue) = 173+206+98=477 (63% of max value = 765). Red value is 173 (67.97% from 255 or 36.27% from 477); Green value is 206 (80.86% from 255 or 43.19% from 477); Blue value is 98 (38.67% from 255 or 20.55% from 477); Max value from RGB is 206 - color contains mainly: green. Hex color #ADCE62 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ADCE62 is #52319D. Grayscale: #B8B8B8. Windows color (decimal): -5386654 or 6475437. OLE color: 6475437.
HSL color Cylindrical-coordinate representation of color #ADCE62: hue angle of 78.33º degrees, saturation: 0.52, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #ADCE62 is Cyan = 0.16, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 173 | 206 | 98 | - |
| CMYK | 0.16 | 0 | 0.52 | 0.19 |
| HSL | 78.33º | 0.52% | 0.6% | - |
| HSV(B) | 78.33º | 0.52% | 0.81% | - |
| XYZ | 41.51 | 53.91 | 19.77 | - |
| YUV | 183.82 | 79.57 | 120.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 206 | 98 | 0.16 | 0 | 0.52 | 0.19 | 78.33 | 0.52 | 0.6 |
| Hex | AD | CE | 62 | 10 | 0 | 34 | 13 | 4E | 34 | 3C |
| Octal | 255 | 316 | 142 | 20 | 0 | 64 | 23 | 116 | 64 | 74 |
| Binary | 10101101 | 11001110 | 1100010 | 10000 | 0 | 110100 | 10011 | 1001110 | 110100 | 111100 |
Color Harmonies of #ADCE62
Complementary color
Monochromatic Colors of #ADCE62
Black with #ADCE62
Text Example
Text Example
White with #ADCE62
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADCE62; }
p { color: rgb(173,206,98); }
H1.HeaderClassName
{
color: #ADCE62;
}
.AnyTagClassName
{
color: #ADCE62;
}
</style>
background-color css
<style>
a { background-color: #ADCE62; }
a { background-color: rgb(173,206,98); }
div.DivClassName
{
background-color: #ADCE62;
}
.BgClassName
{
background-color: #ADCE62;
}
</style>
border-color css
<style>
span { border-color: #ADCE62; }
span { border-color: rgb(173,206,98); }
td.TdClassName
{
border-color: #ADCE62;
}
.TagClassName
{
border-color: #ADCE62;
}
</style>