Shades of Caper #ADC170
Tints of Caper #ADC170
RGB
CMYK
RGB Variations
Color information
#ADC170 (or 0xADC170) is known color: Caper. HEX triplet: AD, C1 and 70. RGB value is (173,193,112). Sum of RGB (Red+Green+Blue) = 173+193+112=478 (63% of max value = 765). Red value is 173 (67.97% from 255 or 36.19% from 478); Green value is 193 (75.78% from 255 or 40.38% from 478); Blue value is 112 (44.14% from 255 or 23.43% from 478); Max value from RGB is 193 - color contains mainly: green. Hex color #ADC170 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ADC170 is #523E8F. Grayscale: #B2B2B2. Windows color (decimal): -5389968 or 7389613. OLE color: 7389613.
HSL color Cylindrical-coordinate representation of color #ADC170: hue angle of 74.81º degrees, saturation: 0.4, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #ADC170 is Cyan = 0.10, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 173 | 193 | 112 | - |
| CMYK | 0.10 | 0 | 0.42 | 0.24 |
| HSL | 74.81º | 0.4% | 0.6% | - |
| HSV(B) | 74.81º | 0.42% | 0.76% | - |
| XYZ | 39.23 | 48.19 | 22.56 | - |
| YUV | 177.79 | 90.87 | 124.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 193 | 112 | 0.10 | 0 | 0.42 | 0.24 | 74.81 | 0.4 | 0.6 |
| Hex | AD | C1 | 70 | A | 0 | 2A | 18 | 4B | 28 | 3C |
| Octal | 255 | 301 | 160 | 12 | 0 | 52 | 30 | 113 | 50 | 74 |
| Binary | 10101101 | 11000001 | 1110000 | 1010 | 0 | 101010 | 11000 | 1001011 | 101000 | 111100 |
Color Harmonies of #ADC170
Complementary color
Monochromatic Colors of #ADC170
Black with #ADC170
Text Example
Text Example
White with #ADC170
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADC170; }
p { color: rgb(173,193,112); }
H1.HeaderClassName
{
color: #ADC170;
}
.AnyTagClassName
{
color: #ADC170;
}
</style>
background-color css
<style>
a { background-color: #ADC170; }
a { background-color: rgb(173,193,112); }
div.DivClassName
{
background-color: #ADC170;
}
.BgClassName
{
background-color: #ADC170;
}
</style>
border-color css
<style>
span { border-color: #ADC170; }
span { border-color: rgb(173,193,112); }
td.TdClassName
{
border-color: #ADC170;
}
.TagClassName
{
border-color: #ADC170;
}
</style>