Shades of Caper #ADC26D
Tints of Caper #ADC26D
RGB
CMYK
RGB Variations
Color information
#ADC26D (or 0xADC26D) is known color: Caper. HEX triplet: AD, C2 and 6D. RGB value is (173,194,109). Sum of RGB (Red+Green+Blue) = 173+194+109=476 (63% of max value = 765). Red value is 173 (67.97% from 255 or 36.34% from 476); Green value is 194 (76.17% from 255 or 40.76% from 476); Blue value is 109 (42.97% from 255 or 22.90% from 476); Max value from RGB is 194 - color contains mainly: green. Hex color #ADC26D is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ADC26D is #523D92. Grayscale: #B2B2B2. Windows color (decimal): -5389715 or 7193261. OLE color: 7193261.
HSL color Cylindrical-coordinate representation of color #ADC26D: hue angle of 74.82º degrees, saturation: 0.41, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #ADC26D is Cyan = 0.11, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 173 | 194 | 109 | - |
| CMYK | 0.11 | 0 | 0.44 | 0.24 |
| HSL | 74.82º | 0.41% | 0.59% | - |
| HSV(B) | 74.82º | 0.44% | 0.76% | - |
| XYZ | 39.29 | 48.57 | 21.77 | - |
| YUV | 178.03 | 89.04 | 124.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 194 | 109 | 0.11 | 0 | 0.44 | 0.24 | 74.82 | 0.41 | 0.59 |
| Hex | AD | C2 | 6D | B | 0 | 2C | 18 | 4B | 29 | 3B |
| Octal | 255 | 302 | 155 | 13 | 0 | 54 | 30 | 113 | 51 | 73 |
| Binary | 10101101 | 11000010 | 1101101 | 1011 | 0 | 101100 | 11000 | 1001011 | 101001 | 111011 |
Color Harmonies of #ADC26D
Complementary color
Monochromatic Colors of #ADC26D
Black with #ADC26D
Text Example
Text Example
White with #ADC26D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADC26D; }
p { color: rgb(173,194,109); }
H1.HeaderClassName
{
color: #ADC26D;
}
.AnyTagClassName
{
color: #ADC26D;
}
</style>
background-color css
<style>
a { background-color: #ADC26D; }
a { background-color: rgb(173,194,109); }
div.DivClassName
{
background-color: #ADC26D;
}
.BgClassName
{
background-color: #ADC26D;
}
</style>
border-color css
<style>
span { border-color: #ADC26D; }
span { border-color: rgb(173,194,109); }
td.TdClassName
{
border-color: #ADC26D;
}
.TagClassName
{
border-color: #ADC26D;
}
</style>