Shades of Caper #ADC47E
Tints of Caper #ADC47E
RGB
CMYK
RGB Variations
Color information
#ADC47E (or 0xADC47E) is known color: Caper. HEX triplet: AD, C4 and 7E. RGB value is (173,196,126). Sum of RGB (Red+Green+Blue) = 173+196+126=495 (65% of max value = 765). Red value is 173 (67.97% from 255 or 34.95% from 495); Green value is 196 (76.95% from 255 or 39.60% from 495); Blue value is 126 (49.61% from 255 or 25.45% from 495); Max value from RGB is 196 - color contains mainly: green. Hex color #ADC47E is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ADC47E is #523B81. Grayscale: #B5B5B5. Windows color (decimal): -5389186 or 8307885. OLE color: 8307885.
HSL color Cylindrical-coordinate representation of color #ADC47E: hue angle of 79.71º degrees, saturation: 0.37, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #ADC47E is Cyan = 0.12, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 173 | 196 | 126 | - |
| CMYK | 0.12 | 0 | 0.36 | 0.23 |
| HSL | 79.71º | 0.37% | 0.63% | - |
| HSV(B) | 79.71º | 0.36% | 0.77% | - |
| XYZ | 40.74 | 49.87 | 27.22 | - |
| YUV | 181.14 | 96.88 | 122.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 196 | 126 | 0.12 | 0 | 0.36 | 0.23 | 79.71 | 0.37 | 0.63 |
| Hex | AD | C4 | 7E | C | 0 | 24 | 17 | 50 | 25 | 3F |
| Octal | 255 | 304 | 176 | 14 | 0 | 44 | 27 | 120 | 45 | 77 |
| Binary | 10101101 | 11000100 | 1111110 | 1100 | 0 | 100100 | 10111 | 1010000 | 100101 | 111111 |
Color Harmonies of #ADC47E
Complementary color
Monochromatic Colors of #ADC47E
Black with #ADC47E
Text Example
Text Example
White with #ADC47E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADC47E; }
p { color: rgb(173,196,126); }
H1.HeaderClassName
{
color: #ADC47E;
}
.AnyTagClassName
{
color: #ADC47E;
}
</style>
background-color css
<style>
a { background-color: #ADC47E; }
a { background-color: rgb(173,196,126); }
div.DivClassName
{
background-color: #ADC47E;
}
.BgClassName
{
background-color: #ADC47E;
}
</style>
border-color css
<style>
span { border-color: #ADC47E; }
span { border-color: rgb(173,196,126); }
td.TdClassName
{
border-color: #ADC47E;
}
.TagClassName
{
border-color: #ADC47E;
}
</style>