Shades of Caper #ADCE7C
Tints of Caper #ADCE7C
RGB
CMYK
RGB Variations
Color information
#ADCE7C (or 0xADCE7C) is known color: Caper. HEX triplet: AD, CE and 7C. RGB value is (173,206,124). Sum of RGB (Red+Green+Blue) = 173+206+124=503 (66% of max value = 765). Red value is 173 (67.97% from 255 or 34.39% from 503); Green value is 206 (80.86% from 255 or 40.95% from 503); Blue value is 124 (48.83% from 255 or 24.65% from 503); Max value from RGB is 206 - color contains mainly: green. Hex color #ADCE7C is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ADCE7C is #523183. Grayscale: #BBBBBB. Windows color (decimal): -5386628 or 8179373. OLE color: 8179373.
HSL color Cylindrical-coordinate representation of color #ADCE7C: hue angle of 84.15º degrees, saturation: 0.46, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #ADCE7C is Cyan = 0.16, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 173 | 206 | 124 | - |
| CMYK | 0.16 | 0 | 0.40 | 0.19 |
| HSL | 84.15º | 0.46% | 0.65% | - |
| HSV(B) | 84.15º | 0.4% | 0.81% | - |
| XYZ | 42.94 | 54.48 | 27.32 | - |
| YUV | 186.79 | 92.57 | 118.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 206 | 124 | 0.16 | 0 | 0.40 | 0.19 | 84.15 | 0.46 | 0.65 |
| Hex | AD | CE | 7C | 10 | 0 | 28 | 13 | 54 | 2E | 41 |
| Octal | 255 | 316 | 174 | 20 | 0 | 50 | 23 | 124 | 56 | 101 |
| Binary | 10101101 | 11001110 | 1111100 | 10000 | 0 | 101000 | 10011 | 1010100 | 101110 | 1000001 |
Color Harmonies of #ADCE7C
Complementary color
Monochromatic Colors of #ADCE7C
Black with #ADCE7C
Text Example
Text Example
White with #ADCE7C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADCE7C; }
p { color: rgb(173,206,124); }
H1.HeaderClassName
{
color: #ADCE7C;
}
.AnyTagClassName
{
color: #ADCE7C;
}
</style>
background-color css
<style>
a { background-color: #ADCE7C; }
a { background-color: rgb(173,206,124); }
div.DivClassName
{
background-color: #ADCE7C;
}
.BgClassName
{
background-color: #ADCE7C;
}
</style>
border-color css
<style>
span { border-color: #ADCE7C; }
span { border-color: rgb(173,206,124); }
td.TdClassName
{
border-color: #ADCE7C;
}
.TagClassName
{
border-color: #ADCE7C;
}
</style>