Shades of Caper #ADC579
Tints of Caper #ADC579
RGB
CMYK
RGB Variations
Color information
#ADC579 (or 0xADC579) is known color: Caper. HEX triplet: AD, C5 and 79. RGB value is (173,197,121). Sum of RGB (Red+Green+Blue) = 173+197+121=491 (65% of max value = 765). Red value is 173 (67.97% from 255 or 35.23% from 491); Green value is 197 (77.34% from 255 or 40.12% from 491); Blue value is 121 (47.66% from 255 or 24.64% from 491); Max value from RGB is 197 - color contains mainly: green. Hex color #ADC579 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ADC579 is #523A86. Grayscale: #B5B5B5. Windows color (decimal): -5388935 or 7980461. OLE color: 7980461.
HSL color Cylindrical-coordinate representation of color #ADC579: hue angle of 78.95º 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 #ADC579 is Cyan = 0.12, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 173 | 197 | 121 | - |
| CMYK | 0.12 | 0 | 0.39 | 0.23 |
| HSL | 78.95º | 0.4% | 0.62% | - |
| HSV(B) | 78.95º | 0.39% | 0.77% | - |
| XYZ | 40.65 | 50.2 | 25.64 | - |
| YUV | 181.16 | 94.05 | 122.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 197 | 121 | 0.12 | 0 | 0.39 | 0.23 | 78.95 | 0.4 | 0.62 |
| Hex | AD | C5 | 79 | C | 0 | 27 | 17 | 4F | 28 | 3E |
| Octal | 255 | 305 | 171 | 14 | 0 | 47 | 27 | 117 | 50 | 76 |
| Binary | 10101101 | 11000101 | 1111001 | 1100 | 0 | 100111 | 10111 | 1001111 | 101000 | 111110 |
Color Harmonies of #ADC579
Complementary color
Monochromatic Colors of #ADC579
Black with #ADC579
Text Example
Text Example
White with #ADC579
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADC579; }
p { color: rgb(173,197,121); }
H1.HeaderClassName
{
color: #ADC579;
}
.AnyTagClassName
{
color: #ADC579;
}
</style>
background-color css
<style>
a { background-color: #ADC579; }
a { background-color: rgb(173,197,121); }
div.DivClassName
{
background-color: #ADC579;
}
.BgClassName
{
background-color: #ADC579;
}
</style>
border-color css
<style>
span { border-color: #ADC579; }
span { border-color: rgb(173,197,121); }
td.TdClassName
{
border-color: #ADC579;
}
.TagClassName
{
border-color: #ADC579;
}
</style>