Shades of Caper #ADCC7E
Tints of Caper #ADCC7E
RGB
CMYK
RGB Variations
Color information
#ADCC7E (or 0xADCC7E) is known color: Caper. HEX triplet: AD, CC and 7E. RGB value is (173,204,126). Sum of RGB (Red+Green+Blue) = 173+204+126=503 (66% of max value = 765). Red value is 173 (67.97% from 255 or 34.39% from 503); Green value is 204 (80.08% from 255 or 40.56% from 503); Blue value is 126 (49.61% from 255 or 25.05% from 503); Max value from RGB is 204 - color contains mainly: green. Hex color #ADCC7E is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ADCC7E is #523381. Grayscale: #BABABA. Windows color (decimal): -5387138 or 8309933. OLE color: 8309933.
HSL color Cylindrical-coordinate representation of color #ADCC7E: hue angle of 83.85º degrees, saturation: 0.43, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #ADCC7E is Cyan = 0.15, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 173 | 204 | 126 | - |
| CMYK | 0.15 | 0 | 0.38 | 0.2 |
| HSL | 83.85º | 0.43% | 0.65% | - |
| HSV(B) | 83.85º | 0.38% | 0.8% | - |
| XYZ | 42.59 | 53.58 | 27.84 | - |
| YUV | 185.84 | 94.23 | 118.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 204 | 126 | 0.15 | 0 | 0.38 | 0.2 | 83.85 | 0.43 | 0.65 |
| Hex | AD | CC | 7E | F | 0 | 26 | 14 | 54 | 2B | 41 |
| Octal | 255 | 314 | 176 | 17 | 0 | 46 | 24 | 124 | 53 | 101 |
| Binary | 10101101 | 11001100 | 1111110 | 1111 | 0 | 100110 | 10100 | 1010100 | 101011 | 1000001 |
Color Harmonies of #ADCC7E
Complementary color
Monochromatic Colors of #ADCC7E
Black with #ADCC7E
Text Example
Text Example
White with #ADCC7E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADCC7E; }
p { color: rgb(173,204,126); }
H1.HeaderClassName
{
color: #ADCC7E;
}
.AnyTagClassName
{
color: #ADCC7E;
}
</style>
background-color css
<style>
a { background-color: #ADCC7E; }
a { background-color: rgb(173,204,126); }
div.DivClassName
{
background-color: #ADCC7E;
}
.BgClassName
{
background-color: #ADCC7E;
}
</style>
border-color css
<style>
span { border-color: #ADCC7E; }
span { border-color: rgb(173,204,126); }
td.TdClassName
{
border-color: #ADCC7E;
}
.TagClassName
{
border-color: #ADCC7E;
}
</style>