Shades of Caper #ADC26E
Tints of Caper #ADC26E
RGB
CMYK
RGB Variations
Color information
#ADC26E (or 0xADC26E) is known color: Caper. HEX triplet: AD, C2 and 6E. RGB value is (173,194,110). Sum of RGB (Red+Green+Blue) = 173+194+110=477 (63% of max value = 765). Red value is 173 (67.97% from 255 or 36.27% from 477); Green value is 194 (76.17% from 255 or 40.67% from 477); Blue value is 110 (43.36% from 255 or 23.06% from 477); Max value from RGB is 194 - color contains mainly: green. Hex color #ADC26E is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ADC26E is #523D91. Grayscale: #B2B2B2. Windows color (decimal): -5389714 or 7258797. OLE color: 7258797.
HSL color Cylindrical-coordinate representation of color #ADC26E: hue angle of 75º degrees, saturation: 0.41, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #ADC26E is Cyan = 0.11, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 173 | 194 | 110 | - |
| CMYK | 0.11 | 0 | 0.43 | 0.24 |
| HSL | 75º | 0.41% | 0.6% | - |
| HSV(B) | 75º | 0.43% | 0.76% | - |
| XYZ | 39.34 | 48.59 | 22.06 | - |
| YUV | 178.15 | 89.54 | 124.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 194 | 110 | 0.11 | 0 | 0.43 | 0.24 | 75 | 0.41 | 0.6 |
| Hex | AD | C2 | 6E | B | 0 | 2B | 18 | 4B | 29 | 3C |
| Octal | 255 | 302 | 156 | 13 | 0 | 53 | 30 | 113 | 51 | 74 |
| Binary | 10101101 | 11000010 | 1101110 | 1011 | 0 | 101011 | 11000 | 1001011 | 101001 | 111100 |
Color Harmonies of #ADC26E
Complementary color
Monochromatic Colors of #ADC26E
Black with #ADC26E
Text Example
Text Example
White with #ADC26E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADC26E; }
p { color: rgb(173,194,110); }
H1.HeaderClassName
{
color: #ADC26E;
}
.AnyTagClassName
{
color: #ADC26E;
}
</style>
background-color css
<style>
a { background-color: #ADC26E; }
a { background-color: rgb(173,194,110); }
div.DivClassName
{
background-color: #ADC26E;
}
.BgClassName
{
background-color: #ADC26E;
}
</style>
border-color css
<style>
span { border-color: #ADC26E; }
span { border-color: rgb(173,194,110); }
td.TdClassName
{
border-color: #ADC26E;
}
.TagClassName
{
border-color: #ADC26E;
}
</style>