Shades of Caper #ADC06E
Tints of Caper #ADC06E
RGB
CMYK
RGB Variations
Color information
#ADC06E (or 0xADC06E) is known color: Caper. HEX triplet: AD, C0 and 6E. RGB value is (173,192,110). Sum of RGB (Red+Green+Blue) = 173+192+110=475 (62% of max value = 765). Red value is 173 (67.97% from 255 or 36.42% from 475); Green value is 192 (75.39% from 255 or 40.42% from 475); Blue value is 110 (43.36% from 255 or 23.16% from 475); Max value from RGB is 192 - color contains mainly: green. Hex color #ADC06E is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ADC06E is #523F91. Grayscale: #B1B1B1. Windows color (decimal): -5390226 or 7258285. OLE color: 7258285.
HSL color Cylindrical-coordinate representation of color #ADC06E: hue angle of 73.9º degrees, saturation: 0.39, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #ADC06E is Cyan = 0.10, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 173 | 192 | 110 | - |
| CMYK | 0.10 | 0 | 0.43 | 0.25 |
| HSL | 73.9º | 0.39% | 0.59% | - |
| HSV(B) | 73.9º | 0.43% | 0.75% | - |
| XYZ | 38.9 | 47.71 | 21.91 | - |
| YUV | 176.97 | 90.21 | 125.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 192 | 110 | 0.10 | 0 | 0.43 | 0.25 | 73.9 | 0.39 | 0.59 |
| Hex | AD | C0 | 6E | A | 0 | 2B | 19 | 4A | 27 | 3B |
| Octal | 255 | 300 | 156 | 12 | 0 | 53 | 31 | 112 | 47 | 73 |
| Binary | 10101101 | 11000000 | 1101110 | 1010 | 0 | 101011 | 11001 | 1001010 | 100111 | 111011 |
Color Harmonies of #ADC06E
Complementary color
Monochromatic Colors of #ADC06E
Black with #ADC06E
Text Example
Text Example
White with #ADC06E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADC06E; }
p { color: rgb(173,192,110); }
H1.HeaderClassName
{
color: #ADC06E;
}
.AnyTagClassName
{
color: #ADC06E;
}
</style>
background-color css
<style>
a { background-color: #ADC06E; }
a { background-color: rgb(173,192,110); }
div.DivClassName
{
background-color: #ADC06E;
}
.BgClassName
{
background-color: #ADC06E;
}
</style>
border-color css
<style>
span { border-color: #ADC06E; }
span { border-color: rgb(173,192,110); }
td.TdClassName
{
border-color: #ADC06E;
}
.TagClassName
{
border-color: #ADC06E;
}
</style>