Shades of Caper #ADC97F
Tints of Caper #ADC97F
RGB
CMYK
RGB Variations
Color information
#ADC97F (or 0xADC97F) is known color: Caper. HEX triplet: AD, C9 and 7F. RGB value is (173,201,127). Sum of RGB (Red+Green+Blue) = 173+201+127=501 (66% of max value = 765). Red value is 173 (67.97% from 255 or 34.53% from 501); Green value is 201 (78.91% from 255 or 40.12% from 501); Blue value is 127 (50% from 255 or 25.35% from 501); Max value from RGB is 201 - color contains mainly: green. Hex color #ADC97F is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ADC97F is #523680. Grayscale: #B8B8B8. Windows color (decimal): -5387905 or 8374701. OLE color: 8374701.
HSL color Cylindrical-coordinate representation of color #ADC97F: hue angle of 82.7º degrees, saturation: 0.41, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #ADC97F is Cyan = 0.14, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 173 | 201 | 127 | - |
| CMYK | 0.14 | 0 | 0.37 | 0.21 |
| HSL | 82.7º | 0.41% | 0.64% | - |
| HSV(B) | 82.7º | 0.37% | 0.79% | - |
| XYZ | 41.95 | 52.19 | 27.94 | - |
| YUV | 184.19 | 95.72 | 120.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 201 | 127 | 0.14 | 0 | 0.37 | 0.21 | 82.7 | 0.41 | 0.64 |
| Hex | AD | C9 | 7F | E | 0 | 25 | 15 | 53 | 29 | 40 |
| Octal | 255 | 311 | 177 | 16 | 0 | 45 | 25 | 123 | 51 | 100 |
| Binary | 10101101 | 11001001 | 1111111 | 1110 | 0 | 100101 | 10101 | 1010011 | 101001 | 1000000 |
Color Harmonies of #ADC97F
Complementary color
Monochromatic Colors of #ADC97F
Black with #ADC97F
Text Example
Text Example
White with #ADC97F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADC97F; }
p { color: rgb(173,201,127); }
H1.HeaderClassName
{
color: #ADC97F;
}
.AnyTagClassName
{
color: #ADC97F;
}
</style>
background-color css
<style>
a { background-color: #ADC97F; }
a { background-color: rgb(173,201,127); }
div.DivClassName
{
background-color: #ADC97F;
}
.BgClassName
{
background-color: #ADC97F;
}
</style>
border-color css
<style>
span { border-color: #ADC97F; }
span { border-color: rgb(173,201,127); }
td.TdClassName
{
border-color: #ADC97F;
}
.TagClassName
{
border-color: #ADC97F;
}
</style>