Shades of Conifer #ADCD60
Tints of Conifer #ADCD60
RGB
CMYK
RGB Variations
Color information
#ADCD60 (or 0xADCD60) is known color: Conifer. HEX triplet: AD, CD and 60. RGB value is (173,205,96). Sum of RGB (Red+Green+Blue) = 173+205+96=474 (62% of max value = 765). Red value is 173 (67.97% from 255 or 36.50% from 474); Green value is 205 (80.47% from 255 or 43.25% from 474); Blue value is 96 (37.89% from 255 or 20.25% from 474); Max value from RGB is 205 - color contains mainly: green. Hex color #ADCD60 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ADCD60 is #52329F. Grayscale: #B7B7B7. Windows color (decimal): -5386912 or 6344109. OLE color: 6344109.
HSL color Cylindrical-coordinate representation of color #ADCD60: hue angle of 77.61º degrees, saturation: 0.52, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #ADCD60 is Cyan = 0.16, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 173 | 205 | 96 | - |
| CMYK | 0.16 | 0 | 0.53 | 0.20 |
| HSL | 77.61º | 0.52% | 0.59% | - |
| HSV(B) | 77.61º | 0.53% | 0.8% | - |
| XYZ | 41.18 | 53.39 | 19.2 | - |
| YUV | 183.01 | 78.9 | 120.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 205 | 96 | 0.16 | 0 | 0.53 | 0.20 | 77.61 | 0.52 | 0.59 |
| Hex | AD | CD | 60 | 10 | 0 | 35 | 14 | 4E | 34 | 3B |
| Octal | 255 | 315 | 140 | 20 | 0 | 65 | 24 | 116 | 64 | 73 |
| Binary | 10101101 | 11001101 | 1100000 | 10000 | 0 | 110101 | 10100 | 1001110 | 110100 | 111011 |
Color Harmonies of #ADCD60
Complementary color
Monochromatic Colors of #ADCD60
Black with #ADCD60
Text Example
Text Example
White with #ADCD60
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADCD60; }
p { color: rgb(173,205,96); }
H1.HeaderClassName
{
color: #ADCD60;
}
.AnyTagClassName
{
color: #ADCD60;
}
</style>
background-color css
<style>
a { background-color: #ADCD60; }
a { background-color: rgb(173,205,96); }
div.DivClassName
{
background-color: #ADCD60;
}
.BgClassName
{
background-color: #ADCD60;
}
</style>
border-color css
<style>
span { border-color: #ADCD60; }
span { border-color: rgb(173,205,96); }
td.TdClassName
{
border-color: #ADCD60;
}
.TagClassName
{
border-color: #ADCD60;
}
</style>