Shades of Caper #ADC67E
Tints of Caper #ADC67E
RGB
CMYK
RGB Variations
Color information
#ADC67E (or 0xADC67E) is known color: Caper. HEX triplet: AD, C6 and 7E. RGB value is (173,198,126). Sum of RGB (Red+Green+Blue) = 173+198+126=497 (65% of max value = 765). Red value is 173 (67.97% from 255 or 34.81% from 497); Green value is 198 (77.73% from 255 or 39.84% from 497); Blue value is 126 (49.61% from 255 or 25.35% from 497); Max value from RGB is 198 - color contains mainly: green. Hex color #ADC67E is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ADC67E is #523981. Grayscale: #B6B6B6. Windows color (decimal): -5388674 or 8308397. OLE color: 8308397.
HSL color Cylindrical-coordinate representation of color #ADC67E: hue angle of 80.83º degrees, saturation: 0.39, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #ADC67E is Cyan = 0.13, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 173 | 198 | 126 | - |
| CMYK | 0.13 | 0 | 0.36 | 0.22 |
| HSL | 80.83º | 0.39% | 0.64% | - |
| HSV(B) | 80.83º | 0.36% | 0.78% | - |
| XYZ | 41.19 | 50.78 | 27.37 | - |
| YUV | 182.32 | 96.22 | 121.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 198 | 126 | 0.13 | 0 | 0.36 | 0.22 | 80.83 | 0.39 | 0.64 |
| Hex | AD | C6 | 7E | D | 0 | 24 | 16 | 51 | 27 | 40 |
| Octal | 255 | 306 | 176 | 15 | 0 | 44 | 26 | 121 | 47 | 100 |
| Binary | 10101101 | 11000110 | 1111110 | 1101 | 0 | 100100 | 10110 | 1010001 | 100111 | 1000000 |
Color Harmonies of #ADC67E
Complementary color
Monochromatic Colors of #ADC67E
Black with #ADC67E
Text Example
Text Example
White with #ADC67E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADC67E; }
p { color: rgb(173,198,126); }
H1.HeaderClassName
{
color: #ADC67E;
}
.AnyTagClassName
{
color: #ADC67E;
}
</style>
background-color css
<style>
a { background-color: #ADC67E; }
a { background-color: rgb(173,198,126); }
div.DivClassName
{
background-color: #ADC67E;
}
.BgClassName
{
background-color: #ADC67E;
}
</style>
border-color css
<style>
span { border-color: #ADC67E; }
span { border-color: rgb(173,198,126); }
td.TdClassName
{
border-color: #ADC67E;
}
.TagClassName
{
border-color: #ADC67E;
}
</style>