Shades of Caper #ADC87E
Tints of Caper #ADC87E
RGB
CMYK
RGB Variations
Color information
#ADC87E (or 0xADC87E) is known color: Caper. HEX triplet: AD, C8 and 7E. RGB value is (173,200,126). Sum of RGB (Red+Green+Blue) = 173+200+126=499 (66% of max value = 765). Red value is 173 (67.97% from 255 or 34.67% from 499); Green value is 200 (78.52% from 255 or 40.08% from 499); Blue value is 126 (49.61% from 255 or 25.25% from 499); Max value from RGB is 200 - color contains mainly: green. Hex color #ADC87E is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ADC87E is #523781. Grayscale: #B7B7B7. Windows color (decimal): -5388162 or 8308909. OLE color: 8308909.
HSL color Cylindrical-coordinate representation of color #ADC87E: hue angle of 81.89º degrees, saturation: 0.4, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #ADC87E is Cyan = 0.14, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 173 | 200 | 126 | - |
| CMYK | 0.14 | 0 | 0.37 | 0.22 |
| HSL | 81.89º | 0.4% | 0.64% | - |
| HSV(B) | 81.89º | 0.37% | 0.78% | - |
| XYZ | 41.65 | 51.7 | 27.52 | - |
| YUV | 183.49 | 95.55 | 120.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 200 | 126 | 0.14 | 0 | 0.37 | 0.22 | 81.89 | 0.4 | 0.64 |
| Hex | AD | C8 | 7E | E | 0 | 25 | 16 | 52 | 28 | 40 |
| Octal | 255 | 310 | 176 | 16 | 0 | 45 | 26 | 122 | 50 | 100 |
| Binary | 10101101 | 11001000 | 1111110 | 1110 | 0 | 100101 | 10110 | 1010010 | 101000 | 1000000 |
Color Harmonies of #ADC87E
Complementary color
Monochromatic Colors of #ADC87E
Black with #ADC87E
Text Example
Text Example
White with #ADC87E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADC87E; }
p { color: rgb(173,200,126); }
H1.HeaderClassName
{
color: #ADC87E;
}
.AnyTagClassName
{
color: #ADC87E;
}
</style>
background-color css
<style>
a { background-color: #ADC87E; }
a { background-color: rgb(173,200,126); }
div.DivClassName
{
background-color: #ADC87E;
}
.BgClassName
{
background-color: #ADC87E;
}
</style>
border-color css
<style>
span { border-color: #ADC87E; }
span { border-color: rgb(173,200,126); }
td.TdClassName
{
border-color: #ADC87E;
}
.TagClassName
{
border-color: #ADC87E;
}
</style>