Shades of Caper #ADC470
Tints of Caper #ADC470
RGB
CMYK
RGB Variations
Color information
#ADC470 (or 0xADC470) is known color: Caper. HEX triplet: AD, C4 and 70. RGB value is (173,196,112). Sum of RGB (Red+Green+Blue) = 173+196+112=481 (63% of max value = 765). Red value is 173 (67.97% from 255 or 35.97% from 481); Green value is 196 (76.95% from 255 or 40.75% from 481); Blue value is 112 (44.14% from 255 or 23.28% from 481); Max value from RGB is 196 - color contains mainly: green. Hex color #ADC470 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ADC470 is #523B8F. Grayscale: #B3B3B3. Windows color (decimal): -5389200 or 7390381. OLE color: 7390381.
HSL color Cylindrical-coordinate representation of color #ADC470: hue angle of 76.43º degrees, saturation: 0.42, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #ADC470 is Cyan = 0.12, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 173 | 196 | 112 | - |
| CMYK | 0.12 | 0 | 0.43 | 0.23 |
| HSL | 76.43º | 0.42% | 0.6% | - |
| HSV(B) | 76.43º | 0.43% | 0.77% | - |
| XYZ | 39.9 | 49.53 | 22.79 | - |
| YUV | 179.55 | 89.88 | 123.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 196 | 112 | 0.12 | 0 | 0.43 | 0.23 | 76.43 | 0.42 | 0.6 |
| Hex | AD | C4 | 70 | C | 0 | 2B | 17 | 4C | 2A | 3C |
| Octal | 255 | 304 | 160 | 14 | 0 | 53 | 27 | 114 | 52 | 74 |
| Binary | 10101101 | 11000100 | 1110000 | 1100 | 0 | 101011 | 10111 | 1001100 | 101010 | 111100 |
Color Harmonies of #ADC470
Complementary color
Monochromatic Colors of #ADC470
Black with #ADC470
Text Example
Text Example
White with #ADC470
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADC470; }
p { color: rgb(173,196,112); }
H1.HeaderClassName
{
color: #ADC470;
}
.AnyTagClassName
{
color: #ADC470;
}
</style>
background-color css
<style>
a { background-color: #ADC470; }
a { background-color: rgb(173,196,112); }
div.DivClassName
{
background-color: #ADC470;
}
.BgClassName
{
background-color: #ADC470;
}
</style>
border-color css
<style>
span { border-color: #ADC470; }
span { border-color: rgb(173,196,112); }
td.TdClassName
{
border-color: #ADC470;
}
.TagClassName
{
border-color: #ADC470;
}
</style>