Shades of Conifer #ADCD58
Tints of Conifer #ADCD58
RGB
CMYK
RGB Variations
Color information
#ADCD58 (or 0xADCD58) is known color: Conifer. HEX triplet: AD, CD and 58. RGB value is (173,205,88). Sum of RGB (Red+Green+Blue) = 173+205+88=466 (61% of max value = 765). Red value is 173 (67.97% from 255 or 37.12% from 466); Green value is 205 (80.47% from 255 or 43.99% from 466); Blue value is 88 (34.77% from 255 or 18.88% from 466); Max value from RGB is 205 - color contains mainly: green. Hex color #ADCD58 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ADCD58 is #5232A7. Grayscale: #B6B6B6. Windows color (decimal): -5386920 or 5819821. OLE color: 5819821.
HSL color Cylindrical-coordinate representation of color #ADCD58: hue angle of 76.41º degrees, saturation: 0.54, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #ADCD58 is Cyan = 0.16, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 173 | 205 | 88 | - |
| CMYK | 0.16 | 0 | 0.57 | 0.20 |
| HSL | 76.41º | 0.54% | 0.57% | - |
| HSV(B) | 76.41º | 0.57% | 0.8% | - |
| XYZ | 40.83 | 53.25 | 17.36 | - |
| YUV | 182.09 | 74.9 | 121.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 205 | 88 | 0.16 | 0 | 0.57 | 0.20 | 76.41 | 0.54 | 0.57 |
| Hex | AD | CD | 58 | 10 | 0 | 39 | 14 | 4C | 36 | 39 |
| Octal | 255 | 315 | 130 | 20 | 0 | 71 | 24 | 114 | 66 | 71 |
| Binary | 10101101 | 11001101 | 1011000 | 10000 | 0 | 111001 | 10100 | 1001100 | 110110 | 111001 |
Color Harmonies of #ADCD58
Complementary color
Monochromatic Colors of #ADCD58
Black with #ADCD58
Text Example
Text Example
White with #ADCD58
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADCD58; }
p { color: rgb(173,205,88); }
H1.HeaderClassName
{
color: #ADCD58;
}
.AnyTagClassName
{
color: #ADCD58;
}
</style>
background-color css
<style>
a { background-color: #ADCD58; }
a { background-color: rgb(173,205,88); }
div.DivClassName
{
background-color: #ADCD58;
}
.BgClassName
{
background-color: #ADCD58;
}
</style>
border-color css
<style>
span { border-color: #ADCD58; }
span { border-color: rgb(173,205,88); }
td.TdClassName
{
border-color: #ADCD58;
}
.TagClassName
{
border-color: #ADCD58;
}
</style>