Shades of Caper #ADC07E
Tints of Caper #ADC07E
RGB
CMYK
RGB Variations
Color information
#ADC07E (or 0xADC07E) is known color: Caper. HEX triplet: AD, C0 and 7E. RGB value is (173,192,126). Sum of RGB (Red+Green+Blue) = 173+192+126=491 (65% of max value = 765). Red value is 173 (67.97% from 255 or 35.23% from 491); Green value is 192 (75.39% from 255 or 39.10% from 491); Blue value is 126 (49.61% from 255 or 25.66% from 491); Max value from RGB is 192 - color contains mainly: green. Hex color #ADC07E is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ADC07E is #523F81. Grayscale: #B3B3B3. Windows color (decimal): -5390210 or 8306861. OLE color: 8306861.
HSL color Cylindrical-coordinate representation of color #ADC07E: hue angle of 77.27º degrees, saturation: 0.34, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #ADC07E is Cyan = 0.10, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 173 | 192 | 126 | - |
| CMYK | 0.10 | 0 | 0.34 | 0.25 |
| HSL | 77.27º | 0.34% | 0.62% | - |
| HSV(B) | 77.27º | 0.34% | 0.75% | - |
| XYZ | 39.85 | 48.09 | 26.92 | - |
| YUV | 178.8 | 98.21 | 123.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 192 | 126 | 0.10 | 0 | 0.34 | 0.25 | 77.27 | 0.34 | 0.62 |
| Hex | AD | C0 | 7E | A | 0 | 22 | 19 | 4D | 22 | 3E |
| Octal | 255 | 300 | 176 | 12 | 0 | 42 | 31 | 115 | 42 | 76 |
| Binary | 10101101 | 11000000 | 1111110 | 1010 | 0 | 100010 | 11001 | 1001101 | 100010 | 111110 |
Color Harmonies of #ADC07E
Complementary color
Monochromatic Colors of #ADC07E
Black with #ADC07E
Text Example
Text Example
White with #ADC07E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADC07E; }
p { color: rgb(173,192,126); }
H1.HeaderClassName
{
color: #ADC07E;
}
.AnyTagClassName
{
color: #ADC07E;
}
</style>
background-color css
<style>
a { background-color: #ADC07E; }
a { background-color: rgb(173,192,126); }
div.DivClassName
{
background-color: #ADC07E;
}
.BgClassName
{
background-color: #ADC07E;
}
</style>
border-color css
<style>
span { border-color: #ADC07E; }
span { border-color: rgb(173,192,126); }
td.TdClassName
{
border-color: #ADC07E;
}
.TagClassName
{
border-color: #ADC07E;
}
</style>