Shades of Caper #ADC16E
Tints of Caper #ADC16E
RGB
CMYK
RGB Variations
Color information
#ADC16E (or 0xADC16E) is known color: Caper. HEX triplet: AD, C1 and 6E. RGB value is (173,193,110). Sum of RGB (Red+Green+Blue) = 173+193+110=476 (63% of max value = 765). Red value is 173 (67.97% from 255 or 36.34% from 476); Green value is 193 (75.78% from 255 or 40.55% from 476); Blue value is 110 (43.36% from 255 or 23.11% from 476); Max value from RGB is 193 - color contains mainly: green. Hex color #ADC16E is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ADC16E is #523E91. Grayscale: #B1B1B1. Windows color (decimal): -5389970 or 7258541. OLE color: 7258541.
HSL color Cylindrical-coordinate representation of color #ADC16E: hue angle of 74.46º degrees, saturation: 0.4, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #ADC16E is Cyan = 0.10, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 173 | 193 | 110 | - |
| CMYK | 0.10 | 0 | 0.43 | 0.24 |
| HSL | 74.46º | 0.4% | 0.59% | - |
| HSV(B) | 74.46º | 0.43% | 0.76% | - |
| XYZ | 39.12 | 48.15 | 21.98 | - |
| YUV | 177.56 | 89.87 | 124.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 193 | 110 | 0.10 | 0 | 0.43 | 0.24 | 74.46 | 0.4 | 0.59 |
| Hex | AD | C1 | 6E | A | 0 | 2B | 18 | 4A | 28 | 3B |
| Octal | 255 | 301 | 156 | 12 | 0 | 53 | 30 | 112 | 50 | 73 |
| Binary | 10101101 | 11000001 | 1101110 | 1010 | 0 | 101011 | 11000 | 1001010 | 101000 | 111011 |
Color Harmonies of #ADC16E
Complementary color
Monochromatic Colors of #ADC16E
Black with #ADC16E
Text Example
Text Example
White with #ADC16E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADC16E; }
p { color: rgb(173,193,110); }
H1.HeaderClassName
{
color: #ADC16E;
}
.AnyTagClassName
{
color: #ADC16E;
}
</style>
background-color css
<style>
a { background-color: #ADC16E; }
a { background-color: rgb(173,193,110); }
div.DivClassName
{
background-color: #ADC16E;
}
.BgClassName
{
background-color: #ADC16E;
}
</style>
border-color css
<style>
span { border-color: #ADC16E; }
span { border-color: rgb(173,193,110); }
td.TdClassName
{
border-color: #ADC16E;
}
.TagClassName
{
border-color: #ADC16E;
}
</style>