Shades of Conifer #ADCD5B
Tints of Conifer #ADCD5B
RGB
CMYK
RGB Variations
Color information
#ADCD5B (or 0xADCD5B) is known color: Conifer. HEX triplet: AD, CD and 5B. RGB value is (173,205,91). Sum of RGB (Red+Green+Blue) = 173+205+91=469 (62% of max value = 765). Red value is 173 (67.97% from 255 or 36.89% from 469); Green value is 205 (80.47% from 255 or 43.71% from 469); Blue value is 91 (35.94% from 255 or 19.40% from 469); Max value from RGB is 205 - color contains mainly: green. Hex color #ADCD5B is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ADCD5B is #5232A4. Grayscale: #B6B6B6. Windows color (decimal): -5386917 or 6016429. OLE color: 6016429.
HSL color Cylindrical-coordinate representation of color #ADCD5B: hue angle of 76.84º degrees, saturation: 0.53, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #ADCD5B is Cyan = 0.16, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 173 | 205 | 91 | - |
| CMYK | 0.16 | 0 | 0.56 | 0.20 |
| HSL | 76.84º | 0.53% | 0.58% | - |
| HSV(B) | 76.84º | 0.56% | 0.8% | - |
| XYZ | 40.95 | 53.3 | 18.03 | - |
| YUV | 182.44 | 76.4 | 121.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 205 | 91 | 0.16 | 0 | 0.56 | 0.20 | 76.84 | 0.53 | 0.58 |
| Hex | AD | CD | 5B | 10 | 0 | 38 | 14 | 4D | 35 | 3A |
| Octal | 255 | 315 | 133 | 20 | 0 | 70 | 24 | 115 | 65 | 72 |
| Binary | 10101101 | 11001101 | 1011011 | 10000 | 0 | 111000 | 10100 | 1001101 | 110101 | 111010 |
Color Harmonies of #ADCD5B
Complementary color
Monochromatic Colors of #ADCD5B
Black with #ADCD5B
Text Example
Text Example
White with #ADCD5B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADCD5B; }
p { color: rgb(173,205,91); }
H1.HeaderClassName
{
color: #ADCD5B;
}
.AnyTagClassName
{
color: #ADCD5B;
}
</style>
background-color css
<style>
a { background-color: #ADCD5B; }
a { background-color: rgb(173,205,91); }
div.DivClassName
{
background-color: #ADCD5B;
}
.BgClassName
{
background-color: #ADCD5B;
}
</style>
border-color css
<style>
span { border-color: #ADCD5B; }
span { border-color: rgb(173,205,91); }
td.TdClassName
{
border-color: #ADCD5B;
}
.TagClassName
{
border-color: #ADCD5B;
}
</style>