Shades of Caper #ADC17F
Tints of Caper #ADC17F
RGB
CMYK
RGB Variations
Color information
#ADC17F (or 0xADC17F) is known color: Caper. HEX triplet: AD, C1 and 7F. RGB value is (173,193,127). Sum of RGB (Red+Green+Blue) = 173+193+127=493 (65% of max value = 765). Red value is 173 (67.97% from 255 or 35.09% from 493); Green value is 193 (75.78% from 255 or 39.15% from 493); Blue value is 127 (50% from 255 or 25.76% from 493); Max value from RGB is 193 - color contains mainly: green. Hex color #ADC17F is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ADC17F is #523E80. Grayscale: #B3B3B3. Windows color (decimal): -5389953 or 8372653. OLE color: 8372653.
HSL color Cylindrical-coordinate representation of color #ADC17F: hue angle of 78.18º degrees, saturation: 0.35, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #ADC17F is Cyan = 0.10, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 173 | 193 | 127 | - |
| CMYK | 0.10 | 0 | 0.34 | 0.24 |
| HSL | 78.18º | 0.35% | 0.63% | - |
| HSV(B) | 78.18º | 0.34% | 0.76% | - |
| XYZ | 40.13 | 48.56 | 27.34 | - |
| YUV | 179.5 | 98.37 | 123.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 193 | 127 | 0.10 | 0 | 0.34 | 0.24 | 78.18 | 0.35 | 0.63 |
| Hex | AD | C1 | 7F | A | 0 | 22 | 18 | 4E | 23 | 3F |
| Octal | 255 | 301 | 177 | 12 | 0 | 42 | 30 | 116 | 43 | 77 |
| Binary | 10101101 | 11000001 | 1111111 | 1010 | 0 | 100010 | 11000 | 1001110 | 100011 | 111111 |
Color Harmonies of #ADC17F
Complementary color
Monochromatic Colors of #ADC17F
Black with #ADC17F
Text Example
Text Example
White with #ADC17F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADC17F; }
p { color: rgb(173,193,127); }
H1.HeaderClassName
{
color: #ADC17F;
}
.AnyTagClassName
{
color: #ADC17F;
}
</style>
background-color css
<style>
a { background-color: #ADC17F; }
a { background-color: rgb(173,193,127); }
div.DivClassName
{
background-color: #ADC17F;
}
.BgClassName
{
background-color: #ADC17F;
}
</style>
border-color css
<style>
span { border-color: #ADC17F; }
span { border-color: rgb(173,193,127); }
td.TdClassName
{
border-color: #ADC17F;
}
.TagClassName
{
border-color: #ADC17F;
}
</style>