Shades of Conifer #ADCC5D
Tints of Conifer #ADCC5D
RGB
CMYK
RGB Variations
Color information
#ADCC5D (or 0xADCC5D) is known color: Conifer. HEX triplet: AD, CC and 5D. RGB value is (173,204,93). Sum of RGB (Red+Green+Blue) = 173+204+93=470 (62% of max value = 765). Red value is 173 (67.97% from 255 or 36.81% from 470); Green value is 204 (80.08% from 255 or 43.40% from 470); Blue value is 93 (36.72% from 255 or 19.79% from 470); Max value from RGB is 204 - color contains mainly: green. Hex color #ADCC5D is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ADCC5D is #5233A2. Grayscale: #B6B6B6. Windows color (decimal): -5387171 or 6147245. OLE color: 6147245.
HSL color Cylindrical-coordinate representation of color #ADCC5D: hue angle of 76.76º degrees, saturation: 0.52, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #ADCC5D is Cyan = 0.15, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 173 | 204 | 93 | - |
| CMYK | 0.15 | 0 | 0.54 | 0.2 |
| HSL | 76.76º | 0.52% | 0.58% | - |
| HSV(B) | 76.76º | 0.54% | 0.8% | - |
| XYZ | 40.8 | 52.86 | 18.41 | - |
| YUV | 182.08 | 77.73 | 121.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 204 | 93 | 0.15 | 0 | 0.54 | 0.2 | 76.76 | 0.52 | 0.58 |
| Hex | AD | CC | 5D | F | 0 | 36 | 14 | 4D | 34 | 3A |
| Octal | 255 | 314 | 135 | 17 | 0 | 66 | 24 | 115 | 64 | 72 |
| Binary | 10101101 | 11001100 | 1011101 | 1111 | 0 | 110110 | 10100 | 1001101 | 110100 | 111010 |
Color Harmonies of #ADCC5D
Complementary color
Monochromatic Colors of #ADCC5D
Black with #ADCC5D
Text Example
Text Example
White with #ADCC5D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADCC5D; }
p { color: rgb(173,204,93); }
H1.HeaderClassName
{
color: #ADCC5D;
}
.AnyTagClassName
{
color: #ADCC5D;
}
</style>
background-color css
<style>
a { background-color: #ADCC5D; }
a { background-color: rgb(173,204,93); }
div.DivClassName
{
background-color: #ADCC5D;
}
.BgClassName
{
background-color: #ADCC5D;
}
</style>
border-color css
<style>
span { border-color: #ADCC5D; }
span { border-color: rgb(173,204,93); }
td.TdClassName
{
border-color: #ADCC5D;
}
.TagClassName
{
border-color: #ADCC5D;
}
</style>