Shades of Caper #ADC36D
Tints of Caper #ADC36D
RGB
CMYK
RGB Variations
Color information
#ADC36D (or 0xADC36D) is known color: Caper. HEX triplet: AD, C3 and 6D. RGB value is (173,195,109). Sum of RGB (Red+Green+Blue) = 173+195+109=477 (63% of max value = 765). Red value is 173 (67.97% from 255 or 36.27% from 477); Green value is 195 (76.56% from 255 or 40.88% from 477); Blue value is 109 (42.97% from 255 or 22.85% from 477); Max value from RGB is 195 - color contains mainly: green. Hex color #ADC36D is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ADC36D is #523C92. Grayscale: #B2B2B2. Windows color (decimal): -5389459 or 7193517. OLE color: 7193517.
HSL color Cylindrical-coordinate representation of color #ADC36D: hue angle of 75.35º degrees, saturation: 0.42, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #ADC36D is Cyan = 0.11, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 173 | 195 | 109 | - |
| CMYK | 0.11 | 0 | 0.44 | 0.24 |
| HSL | 75.35º | 0.42% | 0.6% | - |
| HSV(B) | 75.35º | 0.44% | 0.76% | - |
| XYZ | 39.51 | 49.02 | 21.85 | - |
| YUV | 178.62 | 88.71 | 123.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 195 | 109 | 0.11 | 0 | 0.44 | 0.24 | 75.35 | 0.42 | 0.6 |
| Hex | AD | C3 | 6D | B | 0 | 2C | 18 | 4B | 2A | 3C |
| Octal | 255 | 303 | 155 | 13 | 0 | 54 | 30 | 113 | 52 | 74 |
| Binary | 10101101 | 11000011 | 1101101 | 1011 | 0 | 101100 | 11000 | 1001011 | 101010 | 111100 |
Color Harmonies of #ADC36D
Complementary color
Monochromatic Colors of #ADC36D
Black with #ADC36D
Text Example
Text Example
White with #ADC36D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADC36D; }
p { color: rgb(173,195,109); }
H1.HeaderClassName
{
color: #ADC36D;
}
.AnyTagClassName
{
color: #ADC36D;
}
</style>
background-color css
<style>
a { background-color: #ADC36D; }
a { background-color: rgb(173,195,109); }
div.DivClassName
{
background-color: #ADC36D;
}
.BgClassName
{
background-color: #ADC36D;
}
</style>
border-color css
<style>
span { border-color: #ADC36D; }
span { border-color: rgb(173,195,109); }
td.TdClassName
{
border-color: #ADC36D;
}
.TagClassName
{
border-color: #ADC36D;
}
</style>