Shades of Caper #ADCC6E
Tints of Caper #ADCC6E
RGB
CMYK
RGB Variations
Color information
#ADCC6E (or 0xADCC6E) is known color: Caper. HEX triplet: AD, CC and 6E. RGB value is (173,204,110). Sum of RGB (Red+Green+Blue) = 173+204+110=487 (64% of max value = 765). Red value is 173 (67.97% from 255 or 35.52% from 487); Green value is 204 (80.08% from 255 or 41.89% from 487); Blue value is 110 (43.36% from 255 or 22.59% from 487); Max value from RGB is 204 - color contains mainly: green. Hex color #ADCC6E is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ADCC6E is #523391. Grayscale: #B8B8B8. Windows color (decimal): -5387154 or 7261357. OLE color: 7261357.
HSL color Cylindrical-coordinate representation of color #ADCC6E: hue angle of 79.79º degrees, saturation: 0.48, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #ADCC6E is Cyan = 0.15, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 173 | 204 | 110 | - |
| CMYK | 0.15 | 0 | 0.46 | 0.2 |
| HSL | 79.79º | 0.48% | 0.62% | - |
| HSV(B) | 79.79º | 0.46% | 0.8% | - |
| XYZ | 41.64 | 53.2 | 22.82 | - |
| YUV | 184.02 | 86.23 | 120.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 204 | 110 | 0.15 | 0 | 0.46 | 0.2 | 79.79 | 0.48 | 0.62 |
| Hex | AD | CC | 6E | F | 0 | 2E | 14 | 50 | 30 | 3E |
| Octal | 255 | 314 | 156 | 17 | 0 | 56 | 24 | 120 | 60 | 76 |
| Binary | 10101101 | 11001100 | 1101110 | 1111 | 0 | 101110 | 10100 | 1010000 | 110000 | 111110 |
Color Harmonies of #ADCC6E
Complementary color
Monochromatic Colors of #ADCC6E
Black with #ADCC6E
Text Example
Text Example
White with #ADCC6E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADCC6E; }
p { color: rgb(173,204,110); }
H1.HeaderClassName
{
color: #ADCC6E;
}
.AnyTagClassName
{
color: #ADCC6E;
}
</style>
background-color css
<style>
a { background-color: #ADCC6E; }
a { background-color: rgb(173,204,110); }
div.DivClassName
{
background-color: #ADCC6E;
}
.BgClassName
{
background-color: #ADCC6E;
}
</style>
border-color css
<style>
span { border-color: #ADCC6E; }
span { border-color: rgb(173,204,110); }
td.TdClassName
{
border-color: #ADCC6E;
}
.TagClassName
{
border-color: #ADCC6E;
}
</style>