Shades of Caper #ADC87A
Tints of Caper #ADC87A
RGB
CMYK
RGB Variations
Color information
#ADC87A (or 0xADC87A) is known color: Caper. HEX triplet: AD, C8 and 7A. RGB value is (173,200,122). Sum of RGB (Red+Green+Blue) = 173+200+122=495 (65% of max value = 765). Red value is 173 (67.97% from 255 or 34.95% from 495); Green value is 200 (78.52% from 255 or 40.40% from 495); Blue value is 122 (48.05% from 255 or 24.65% from 495); Max value from RGB is 200 - color contains mainly: green. Hex color #ADC87A is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ADC87A is #523785. Grayscale: #B7B7B7. Windows color (decimal): -5388166 or 8046765. OLE color: 8046765.
HSL color Cylindrical-coordinate representation of color #ADC87A: hue angle of 80.77º degrees, saturation: 0.41, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #ADC87A is Cyan = 0.14, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 173 | 200 | 122 | - |
| CMYK | 0.14 | 0 | 0.39 | 0.22 |
| HSL | 80.77º | 0.41% | 0.63% | - |
| HSV(B) | 80.77º | 0.39% | 0.78% | - |
| XYZ | 41.4 | 51.6 | 26.19 | - |
| YUV | 183.04 | 93.55 | 120.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 200 | 122 | 0.14 | 0 | 0.39 | 0.22 | 80.77 | 0.41 | 0.63 |
| Hex | AD | C8 | 7A | E | 0 | 27 | 16 | 51 | 29 | 3F |
| Octal | 255 | 310 | 172 | 16 | 0 | 47 | 26 | 121 | 51 | 77 |
| Binary | 10101101 | 11001000 | 1111010 | 1110 | 0 | 100111 | 10110 | 1010001 | 101001 | 111111 |
Color Harmonies of #ADC87A
Complementary color
Monochromatic Colors of #ADC87A
Black with #ADC87A
Text Example
Text Example
White with #ADC87A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADC87A; }
p { color: rgb(173,200,122); }
H1.HeaderClassName
{
color: #ADC87A;
}
.AnyTagClassName
{
color: #ADC87A;
}
</style>
background-color css
<style>
a { background-color: #ADC87A; }
a { background-color: rgb(173,200,122); }
div.DivClassName
{
background-color: #ADC87A;
}
.BgClassName
{
background-color: #ADC87A;
}
</style>
border-color css
<style>
span { border-color: #ADC87A; }
span { border-color: rgb(173,200,122); }
td.TdClassName
{
border-color: #ADC87A;
}
.TagClassName
{
border-color: #ADC87A;
}
</style>