Shades of Caper #ADC17A
Tints of Caper #ADC17A
RGB
CMYK
RGB Variations
Color information
#ADC17A (or 0xADC17A) is known color: Caper. HEX triplet: AD, C1 and 7A. RGB value is (173,193,122). Sum of RGB (Red+Green+Blue) = 173+193+122=488 (64% of max value = 765). Red value is 173 (67.97% from 255 or 35.45% from 488); Green value is 193 (75.78% from 255 or 39.55% from 488); Blue value is 122 (48.05% from 255 or 25% from 488); Max value from RGB is 193 - color contains mainly: green. Hex color #ADC17A is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ADC17A is #523E85. Grayscale: #B3B3B3. Windows color (decimal): -5389958 or 8044973. OLE color: 8044973.
HSL color Cylindrical-coordinate representation of color #ADC17A: hue angle of 76.9º degrees, saturation: 0.36, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #ADC17A is Cyan = 0.10, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 173 | 193 | 122 | - |
| CMYK | 0.10 | 0 | 0.37 | 0.24 |
| HSL | 76.9º | 0.36% | 0.62% | - |
| HSV(B) | 76.9º | 0.37% | 0.76% | - |
| XYZ | 39.82 | 48.43 | 25.66 | - |
| YUV | 178.93 | 95.87 | 123.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 193 | 122 | 0.10 | 0 | 0.37 | 0.24 | 76.9 | 0.36 | 0.62 |
| Hex | AD | C1 | 7A | A | 0 | 25 | 18 | 4D | 24 | 3E |
| Octal | 255 | 301 | 172 | 12 | 0 | 45 | 30 | 115 | 44 | 76 |
| Binary | 10101101 | 11000001 | 1111010 | 1010 | 0 | 100101 | 11000 | 1001101 | 100100 | 111110 |
Color Harmonies of #ADC17A
Complementary color
Monochromatic Colors of #ADC17A
Black with #ADC17A
Text Example
Text Example
White with #ADC17A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADC17A; }
p { color: rgb(173,193,122); }
H1.HeaderClassName
{
color: #ADC17A;
}
.AnyTagClassName
{
color: #ADC17A;
}
</style>
background-color css
<style>
a { background-color: #ADC17A; }
a { background-color: rgb(173,193,122); }
div.DivClassName
{
background-color: #ADC17A;
}
.BgClassName
{
background-color: #ADC17A;
}
</style>
border-color css
<style>
span { border-color: #ADC17A; }
span { border-color: rgb(173,193,122); }
td.TdClassName
{
border-color: #ADC17A;
}
.TagClassName
{
border-color: #ADC17A;
}
</style>