Shades of Conifer #ADCC5C
Tints of Conifer #ADCC5C
RGB
CMYK
RGB Variations
Color information
#ADCC5C (or 0xADCC5C) is known color: Conifer. HEX triplet: AD, CC and 5C. RGB value is (173,204,92). Sum of RGB (Red+Green+Blue) = 173+204+92=469 (62% of max value = 765). Red value is 173 (67.97% from 255 or 36.89% from 469); Green value is 204 (80.08% from 255 or 43.50% from 469); Blue value is 92 (36.33% from 255 or 19.62% from 469); Max value from RGB is 204 - color contains mainly: green. Hex color #ADCC5C is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ADCC5C is #5233A3. Grayscale: #B6B6B6. Windows color (decimal): -5387172 or 6081709. OLE color: 6081709.
HSL color Cylindrical-coordinate representation of color #ADCC5C: hue angle of 76.61º degrees, saturation: 0.52, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #ADCC5C is Cyan = 0.15, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 173 | 204 | 92 | - |
| CMYK | 0.15 | 0 | 0.55 | 0.2 |
| HSL | 76.61º | 0.52% | 0.58% | - |
| HSV(B) | 76.61º | 0.55% | 0.8% | - |
| XYZ | 40.76 | 52.84 | 18.18 | - |
| YUV | 181.96 | 77.23 | 121.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 204 | 92 | 0.15 | 0 | 0.55 | 0.2 | 76.61 | 0.52 | 0.58 |
| Hex | AD | CC | 5C | F | 0 | 37 | 14 | 4D | 34 | 3A |
| Octal | 255 | 314 | 134 | 17 | 0 | 67 | 24 | 115 | 64 | 72 |
| Binary | 10101101 | 11001100 | 1011100 | 1111 | 0 | 110111 | 10100 | 1001101 | 110100 | 111010 |
Color Harmonies of #ADCC5C
Complementary color
Monochromatic Colors of #ADCC5C
Black with #ADCC5C
Text Example
Text Example
White with #ADCC5C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADCC5C; }
p { color: rgb(173,204,92); }
H1.HeaderClassName
{
color: #ADCC5C;
}
.AnyTagClassName
{
color: #ADCC5C;
}
</style>
background-color css
<style>
a { background-color: #ADCC5C; }
a { background-color: rgb(173,204,92); }
div.DivClassName
{
background-color: #ADCC5C;
}
.BgClassName
{
background-color: #ADCC5C;
}
</style>
border-color css
<style>
span { border-color: #ADCC5C; }
span { border-color: rgb(173,204,92); }
td.TdClassName
{
border-color: #ADCC5C;
}
.TagClassName
{
border-color: #ADCC5C;
}
</style>