Shades of Caper #ADC872
Tints of Caper #ADC872
RGB
CMYK
RGB Variations
Color information
#ADC872 (or 0xADC872) is known color: Caper. HEX triplet: AD, C8 and 72. RGB value is (173,200,114). Sum of RGB (Red+Green+Blue) = 173+200+114=487 (64% of max value = 765). Red value is 173 (67.97% from 255 or 35.52% from 487); Green value is 200 (78.52% from 255 or 41.07% from 487); Blue value is 114 (44.92% from 255 or 23.41% from 487); Max value from RGB is 200 - color contains mainly: green. Hex color #ADC872 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ADC872 is #52378D. Grayscale: #B6B6B6. Windows color (decimal): -5388174 or 7522477. OLE color: 7522477.
HSL color Cylindrical-coordinate representation of color #ADC872: hue angle of 78.84º degrees, saturation: 0.44, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #ADC872 is Cyan = 0.14, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 173 | 200 | 114 | - |
| CMYK | 0.14 | 0 | 0.43 | 0.22 |
| HSL | 78.84º | 0.44% | 0.62% | - |
| HSV(B) | 78.84º | 0.43% | 0.78% | - |
| XYZ | 40.93 | 51.41 | 23.69 | - |
| YUV | 182.12 | 89.55 | 121.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 200 | 114 | 0.14 | 0 | 0.43 | 0.22 | 78.84 | 0.44 | 0.62 |
| Hex | AD | C8 | 72 | E | 0 | 2B | 16 | 4F | 2C | 3E |
| Octal | 255 | 310 | 162 | 16 | 0 | 53 | 26 | 117 | 54 | 76 |
| Binary | 10101101 | 11001000 | 1110010 | 1110 | 0 | 101011 | 10110 | 1001111 | 101100 | 111110 |
Color Harmonies of #ADC872
Complementary color
Monochromatic Colors of #ADC872
Black with #ADC872
Text Example
Text Example
White with #ADC872
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADC872; }
p { color: rgb(173,200,114); }
H1.HeaderClassName
{
color: #ADC872;
}
.AnyTagClassName
{
color: #ADC872;
}
</style>
background-color css
<style>
a { background-color: #ADC872; }
a { background-color: rgb(173,200,114); }
div.DivClassName
{
background-color: #ADC872;
}
.BgClassName
{
background-color: #ADC872;
}
</style>
border-color css
<style>
span { border-color: #ADC872; }
span { border-color: rgb(173,200,114); }
td.TdClassName
{
border-color: #ADC872;
}
.TagClassName
{
border-color: #ADC872;
}
</style>