Shades of Caper #ADC36C
Tints of Caper #ADC36C
RGB
CMYK
RGB Variations
Color information
#ADC36C (or 0xADC36C) is known color: Caper. HEX triplet: AD, C3 and 6C. RGB value is (173,195,108). Sum of RGB (Red+Green+Blue) = 173+195+108=476 (63% of max value = 765). Red value is 173 (67.97% from 255 or 36.34% from 476); Green value is 195 (76.56% from 255 or 40.97% from 476); Blue value is 108 (42.58% from 255 or 22.69% from 476); Max value from RGB is 195 - color contains mainly: green. Hex color #ADC36C is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ADC36C is #523C93. Grayscale: #B2B2B2. Windows color (decimal): -5389460 or 7127981. OLE color: 7127981.
HSL color Cylindrical-coordinate representation of color #ADC36C: hue angle of 75.17º degrees, saturation: 0.42, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #ADC36C is Cyan = 0.11, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 173 | 195 | 108 | - |
| CMYK | 0.11 | 0 | 0.45 | 0.24 |
| HSL | 75.17º | 0.42% | 0.59% | - |
| HSV(B) | 75.17º | 0.45% | 0.76% | - |
| XYZ | 39.46 | 49 | 21.57 | - |
| YUV | 178.5 | 88.21 | 124.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 195 | 108 | 0.11 | 0 | 0.45 | 0.24 | 75.17 | 0.42 | 0.59 |
| Hex | AD | C3 | 6C | B | 0 | 2D | 18 | 4B | 2A | 3B |
| Octal | 255 | 303 | 154 | 13 | 0 | 55 | 30 | 113 | 52 | 73 |
| Binary | 10101101 | 11000011 | 1101100 | 1011 | 0 | 101101 | 11000 | 1001011 | 101010 | 111011 |
Color Harmonies of #ADC36C
Complementary color
Monochromatic Colors of #ADC36C
Black with #ADC36C
Text Example
Text Example
White with #ADC36C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADC36C; }
p { color: rgb(173,195,108); }
H1.HeaderClassName
{
color: #ADC36C;
}
.AnyTagClassName
{
color: #ADC36C;
}
</style>
background-color css
<style>
a { background-color: #ADC36C; }
a { background-color: rgb(173,195,108); }
div.DivClassName
{
background-color: #ADC36C;
}
.BgClassName
{
background-color: #ADC36C;
}
</style>
border-color css
<style>
span { border-color: #ADC36C; }
span { border-color: rgb(173,195,108); }
td.TdClassName
{
border-color: #ADC36C;
}
.TagClassName
{
border-color: #ADC36C;
}
</style>