Shades of Caper #ADC78C
Tints of Caper #ADC78C
RGB
CMYK
RGB Variations
Color information
#ADC78C (or 0xADC78C) is known color: Caper. HEX triplet: AD, C7 and 8C. RGB value is (173,199,140). Sum of RGB (Red+Green+Blue) = 173+199+140=512 (67% of max value = 765). Red value is 173 (67.97% from 255 or 33.79% from 512); Green value is 199 (78.12% from 255 or 38.87% from 512); Blue value is 140 (55.08% from 255 or 27.34% from 512); Max value from RGB is 199 - color contains mainly: green. Hex color #ADC78C is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ADC78C is #523873. Grayscale: #B8B8B8. Windows color (decimal): -5388404 or 9226157. OLE color: 9226157.
HSL color Cylindrical-coordinate representation of color #ADC78C: hue angle of 86.44º degrees, saturation: 0.35, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #ADC78C is Cyan = 0.13, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 173 | 199 | 140 | - |
| CMYK | 0.13 | 0 | 0.30 | 0.22 |
| HSL | 86.44º | 0.35% | 0.66% | - |
| HSV(B) | 86.44º | 0.3% | 0.78% | - |
| XYZ | 42.39 | 51.62 | 32.54 | - |
| YUV | 184.5 | 102.89 | 119.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 199 | 140 | 0.13 | 0 | 0.30 | 0.22 | 86.44 | 0.35 | 0.66 |
| Hex | AD | C7 | 8C | D | 0 | 1E | 16 | 56 | 23 | 42 |
| Octal | 255 | 307 | 214 | 15 | 0 | 36 | 26 | 126 | 43 | 102 |
| Binary | 10101101 | 11000111 | 10001100 | 1101 | 0 | 11110 | 10110 | 1010110 | 100011 | 1000010 |
Color Harmonies of #ADC78C
Complementary color
Monochromatic Colors of #ADC78C
Black with #ADC78C
Text Example
Text Example
White with #ADC78C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADC78C; }
p { color: rgb(173,199,140); }
H1.HeaderClassName
{
color: #ADC78C;
}
.AnyTagClassName
{
color: #ADC78C;
}
</style>
background-color css
<style>
a { background-color: #ADC78C; }
a { background-color: rgb(173,199,140); }
div.DivClassName
{
background-color: #ADC78C;
}
.BgClassName
{
background-color: #ADC78C;
}
</style>
border-color css
<style>
span { border-color: #ADC78C; }
span { border-color: rgb(173,199,140); }
td.TdClassName
{
border-color: #ADC78C;
}
.TagClassName
{
border-color: #ADC78C;
}
</style>