Shades of Conifer #ADCD59
Tints of Conifer #ADCD59
RGB
CMYK
RGB Variations
Color information
#ADCD59 (or 0xADCD59) is known color: Conifer. HEX triplet: AD, CD and 59. RGB value is (173,205,89). Sum of RGB (Red+Green+Blue) = 173+205+89=467 (61% of max value = 765). Red value is 173 (67.97% from 255 or 37.04% from 467); Green value is 205 (80.47% from 255 or 43.90% from 467); Blue value is 89 (35.16% from 255 or 19.06% from 467); Max value from RGB is 205 - color contains mainly: green. Hex color #ADCD59 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ADCD59 is #5232A6. Grayscale: #B6B6B6. Windows color (decimal): -5386919 or 5885357. OLE color: 5885357.
HSL color Cylindrical-coordinate representation of color #ADCD59: hue angle of 76.55º degrees, saturation: 0.54, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #ADCD59 is Cyan = 0.16, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 173 | 205 | 89 | - |
| CMYK | 0.16 | 0 | 0.57 | 0.20 |
| HSL | 76.55º | 0.54% | 0.58% | - |
| HSV(B) | 76.55º | 0.57% | 0.8% | - |
| XYZ | 40.87 | 53.27 | 17.58 | - |
| YUV | 182.21 | 75.4 | 121.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 205 | 89 | 0.16 | 0 | 0.57 | 0.20 | 76.55 | 0.54 | 0.58 |
| Hex | AD | CD | 59 | 10 | 0 | 39 | 14 | 4D | 36 | 3A |
| Octal | 255 | 315 | 131 | 20 | 0 | 71 | 24 | 115 | 66 | 72 |
| Binary | 10101101 | 11001101 | 1011001 | 10000 | 0 | 111001 | 10100 | 1001101 | 110110 | 111010 |
Color Harmonies of #ADCD59
Complementary color
Monochromatic Colors of #ADCD59
Black with #ADCD59
Text Example
Text Example
White with #ADCD59
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADCD59; }
p { color: rgb(173,205,89); }
H1.HeaderClassName
{
color: #ADCD59;
}
.AnyTagClassName
{
color: #ADCD59;
}
</style>
background-color css
<style>
a { background-color: #ADCD59; }
a { background-color: rgb(173,205,89); }
div.DivClassName
{
background-color: #ADCD59;
}
.BgClassName
{
background-color: #ADCD59;
}
</style>
border-color css
<style>
span { border-color: #ADCD59; }
span { border-color: rgb(173,205,89); }
td.TdClassName
{
border-color: #ADCD59;
}
.TagClassName
{
border-color: #ADCD59;
}
</style>