Shades of Caper #ADC078
Tints of Caper #ADC078
RGB
CMYK
RGB Variations
Color information
#ADC078 (or 0xADC078) is known color: Caper. HEX triplet: AD, C0 and 78. RGB value is (173,192,120). Sum of RGB (Red+Green+Blue) = 173+192+120=485 (64% of max value = 765). Red value is 173 (67.97% from 255 or 35.67% from 485); Green value is 192 (75.39% from 255 or 39.59% from 485); Blue value is 120 (47.27% from 255 or 24.74% from 485); Max value from RGB is 192 - color contains mainly: green. Hex color #ADC078 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ADC078 is #523F87. Grayscale: #B2B2B2. Windows color (decimal): -5390216 or 7913645. OLE color: 7913645.
HSL color Cylindrical-coordinate representation of color #ADC078: hue angle of 75.83º degrees, saturation: 0.36, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #ADC078 is Cyan = 0.10, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 173 | 192 | 120 | - |
| CMYK | 0.10 | 0 | 0.38 | 0.25 |
| HSL | 75.83º | 0.36% | 0.61% | - |
| HSV(B) | 75.83º | 0.38% | 0.75% | - |
| XYZ | 39.47 | 47.94 | 24.94 | - |
| YUV | 178.11 | 95.21 | 124.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 192 | 120 | 0.10 | 0 | 0.38 | 0.25 | 75.83 | 0.36 | 0.61 |
| Hex | AD | C0 | 78 | A | 0 | 26 | 19 | 4C | 24 | 3D |
| Octal | 255 | 300 | 170 | 12 | 0 | 46 | 31 | 114 | 44 | 75 |
| Binary | 10101101 | 11000000 | 1111000 | 1010 | 0 | 100110 | 11001 | 1001100 | 100100 | 111101 |
Color Harmonies of #ADC078
Complementary color
Monochromatic Colors of #ADC078
Black with #ADC078
Text Example
Text Example
White with #ADC078
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADC078; }
p { color: rgb(173,192,120); }
H1.HeaderClassName
{
color: #ADC078;
}
.AnyTagClassName
{
color: #ADC078;
}
</style>
background-color css
<style>
a { background-color: #ADC078; }
a { background-color: rgb(173,192,120); }
div.DivClassName
{
background-color: #ADC078;
}
.BgClassName
{
background-color: #ADC078;
}
</style>
border-color css
<style>
span { border-color: #ADC078; }
span { border-color: rgb(173,192,120); }
td.TdClassName
{
border-color: #ADC078;
}
.TagClassName
{
border-color: #ADC078;
}
</style>