Shades of Caper #ADC578
Tints of Caper #ADC578
RGB
CMYK
RGB Variations
Color information
#ADC578 (or 0xADC578) is known color: Caper. HEX triplet: AD, C5 and 78. RGB value is (173,197,120). Sum of RGB (Red+Green+Blue) = 173+197+120=490 (64% of max value = 765). Red value is 173 (67.97% from 255 or 35.31% from 490); Green value is 197 (77.34% from 255 or 40.20% from 490); Blue value is 120 (47.27% from 255 or 24.49% from 490); Max value from RGB is 197 - color contains mainly: green. Hex color #ADC578 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ADC578 is #523A87. Grayscale: #B5B5B5. Windows color (decimal): -5388936 or 7914925. OLE color: 7914925.
HSL color Cylindrical-coordinate representation of color #ADC578: hue angle of 78.7º degrees, saturation: 0.4, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #ADC578 is Cyan = 0.12, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 173 | 197 | 120 | - |
| CMYK | 0.12 | 0 | 0.39 | 0.23 |
| HSL | 78.7º | 0.4% | 0.62% | - |
| HSV(B) | 78.7º | 0.39% | 0.77% | - |
| XYZ | 40.59 | 50.17 | 25.31 | - |
| YUV | 181.05 | 93.55 | 122.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 197 | 120 | 0.12 | 0 | 0.39 | 0.23 | 78.7 | 0.4 | 0.62 |
| Hex | AD | C5 | 78 | C | 0 | 27 | 17 | 4F | 28 | 3E |
| Octal | 255 | 305 | 170 | 14 | 0 | 47 | 27 | 117 | 50 | 76 |
| Binary | 10101101 | 11000101 | 1111000 | 1100 | 0 | 100111 | 10111 | 1001111 | 101000 | 111110 |
Color Harmonies of #ADC578
Complementary color
Monochromatic Colors of #ADC578
Black with #ADC578
Text Example
Text Example
White with #ADC578
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADC578; }
p { color: rgb(173,197,120); }
H1.HeaderClassName
{
color: #ADC578;
}
.AnyTagClassName
{
color: #ADC578;
}
</style>
background-color css
<style>
a { background-color: #ADC578; }
a { background-color: rgb(173,197,120); }
div.DivClassName
{
background-color: #ADC578;
}
.BgClassName
{
background-color: #ADC578;
}
</style>
border-color css
<style>
span { border-color: #ADC578; }
span { border-color: rgb(173,197,120); }
td.TdClassName
{
border-color: #ADC578;
}
.TagClassName
{
border-color: #ADC578;
}
</style>