Shades of Caper #ADC68A
Tints of Caper #ADC68A
RGB
CMYK
RGB Variations
Color information
#ADC68A (or 0xADC68A) is known color: Caper. HEX triplet: AD, C6 and 8A. RGB value is (173,198,138). Sum of RGB (Red+Green+Blue) = 173+198+138=509 (67% of max value = 765). Red value is 173 (67.97% from 255 or 33.99% from 509); Green value is 198 (77.73% from 255 or 38.90% from 509); Blue value is 138 (54.30% from 255 or 27.11% from 509); Max value from RGB is 198 - color contains mainly: green. Hex color #ADC68A is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ADC68A is #523975. Grayscale: #B7B7B7. Windows color (decimal): -5388662 or 9094829. OLE color: 9094829.
HSL color Cylindrical-coordinate representation of color #ADC68A: hue angle of 85º degrees, saturation: 0.34, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #ADC68A is Cyan = 0.13, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 173 | 198 | 138 | - |
| CMYK | 0.13 | 0 | 0.30 | 0.22 |
| HSL | 85º | 0.34% | 0.66% | - |
| HSV(B) | 85º | 0.3% | 0.78% | - |
| XYZ | 42.02 | 51.11 | 31.7 | - |
| YUV | 183.69 | 102.22 | 120.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 198 | 138 | 0.13 | 0 | 0.30 | 0.22 | 85 | 0.34 | 0.66 |
| Hex | AD | C6 | 8A | D | 0 | 1E | 16 | 55 | 22 | 42 |
| Octal | 255 | 306 | 212 | 15 | 0 | 36 | 26 | 125 | 42 | 102 |
| Binary | 10101101 | 11000110 | 10001010 | 1101 | 0 | 11110 | 10110 | 1010101 | 100010 | 1000010 |
Color Harmonies of #ADC68A
Complementary color
Monochromatic Colors of #ADC68A
Black with #ADC68A
Text Example
Text Example
White with #ADC68A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADC68A; }
p { color: rgb(173,198,138); }
H1.HeaderClassName
{
color: #ADC68A;
}
.AnyTagClassName
{
color: #ADC68A;
}
</style>
background-color css
<style>
a { background-color: #ADC68A; }
a { background-color: rgb(173,198,138); }
div.DivClassName
{
background-color: #ADC68A;
}
.BgClassName
{
background-color: #ADC68A;
}
</style>
border-color css
<style>
span { border-color: #ADC68A; }
span { border-color: rgb(173,198,138); }
td.TdClassName
{
border-color: #ADC68A;
}
.TagClassName
{
border-color: #ADC68A;
}
</style>