Shades of Caper #ADC76E
Tints of Caper #ADC76E
RGB
CMYK
RGB Variations
Color information
#ADC76E (or 0xADC76E) is known color: Caper. HEX triplet: AD, C7 and 6E. RGB value is (173,199,110). Sum of RGB (Red+Green+Blue) = 173+199+110=482 (63% of max value = 765). Red value is 173 (67.97% from 255 or 35.89% from 482); Green value is 199 (78.12% from 255 or 41.29% from 482); Blue value is 110 (43.36% from 255 or 22.82% from 482); Max value from RGB is 199 - color contains mainly: green. Hex color #ADC76E is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ADC76E is #523891. Grayscale: #B5B5B5. Windows color (decimal): -5388434 or 7260077. OLE color: 7260077.
HSL color Cylindrical-coordinate representation of color #ADC76E: hue angle of 77.53º degrees, saturation: 0.44, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #ADC76E is Cyan = 0.13, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 173 | 199 | 110 | - |
| CMYK | 0.13 | 0 | 0.45 | 0.22 |
| HSL | 77.53º | 0.44% | 0.61% | - |
| HSV(B) | 77.53º | 0.45% | 0.78% | - |
| XYZ | 40.47 | 50.86 | 22.44 | - |
| YUV | 181.08 | 87.89 | 122.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 199 | 110 | 0.13 | 0 | 0.45 | 0.22 | 77.53 | 0.44 | 0.61 |
| Hex | AD | C7 | 6E | D | 0 | 2D | 16 | 4E | 2C | 3D |
| Octal | 255 | 307 | 156 | 15 | 0 | 55 | 26 | 116 | 54 | 75 |
| Binary | 10101101 | 11000111 | 1101110 | 1101 | 0 | 101101 | 10110 | 1001110 | 101100 | 111101 |
Color Harmonies of #ADC76E
Complementary color
Monochromatic Colors of #ADC76E
Black with #ADC76E
Text Example
Text Example
White with #ADC76E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADC76E; }
p { color: rgb(173,199,110); }
H1.HeaderClassName
{
color: #ADC76E;
}
.AnyTagClassName
{
color: #ADC76E;
}
</style>
background-color css
<style>
a { background-color: #ADC76E; }
a { background-color: rgb(173,199,110); }
div.DivClassName
{
background-color: #ADC76E;
}
.BgClassName
{
background-color: #ADC76E;
}
</style>
border-color css
<style>
span { border-color: #ADC76E; }
span { border-color: rgb(173,199,110); }
td.TdClassName
{
border-color: #ADC76E;
}
.TagClassName
{
border-color: #ADC76E;
}
</style>