Shades of Caper #ADC08A
Tints of Caper #ADC08A
RGB
CMYK
RGB Variations
Color information
#ADC08A (or 0xADC08A) is known color: Caper. HEX triplet: AD, C0 and 8A. RGB value is (173,192,138). Sum of RGB (Red+Green+Blue) = 173+192+138=503 (66% of max value = 765). Red value is 173 (67.97% from 255 or 34.39% from 503); Green value is 192 (75.39% from 255 or 38.17% from 503); Blue value is 138 (54.30% from 255 or 27.44% from 503); Max value from RGB is 192 - color contains mainly: green. Hex color #ADC08A is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ADC08A is #523F75. Grayscale: #B4B4B4. Windows color (decimal): -5390198 or 9093293. OLE color: 9093293.
HSL color Cylindrical-coordinate representation of color #ADC08A: hue angle of 81.11º degrees, saturation: 0.3, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #ADC08A is Cyan = 0.10, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 173 | 192 | 138 | - |
| CMYK | 0.10 | 0 | 0.28 | 0.25 |
| HSL | 81.11º | 0.3% | 0.65% | - |
| HSV(B) | 81.11º | 0.28% | 0.75% | - |
| XYZ | 40.67 | 48.42 | 31.25 | - |
| YUV | 180.16 | 104.21 | 122.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 192 | 138 | 0.10 | 0 | 0.28 | 0.25 | 81.11 | 0.3 | 0.65 |
| Hex | AD | C0 | 8A | A | 0 | 1C | 19 | 51 | 1E | 41 |
| Octal | 255 | 300 | 212 | 12 | 0 | 34 | 31 | 121 | 36 | 101 |
| Binary | 10101101 | 11000000 | 10001010 | 1010 | 0 | 11100 | 11001 | 1010001 | 11110 | 1000001 |
Color Harmonies of #ADC08A
Complementary color
Monochromatic Colors of #ADC08A
Black with #ADC08A
Text Example
Text Example
White with #ADC08A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADC08A; }
p { color: rgb(173,192,138); }
H1.HeaderClassName
{
color: #ADC08A;
}
.AnyTagClassName
{
color: #ADC08A;
}
</style>
background-color css
<style>
a { background-color: #ADC08A; }
a { background-color: rgb(173,192,138); }
div.DivClassName
{
background-color: #ADC08A;
}
.BgClassName
{
background-color: #ADC08A;
}
</style>
border-color css
<style>
span { border-color: #ADC08A; }
span { border-color: rgb(173,192,138); }
td.TdClassName
{
border-color: #ADC08A;
}
.TagClassName
{
border-color: #ADC08A;
}
</style>