Shades of Caper #ADCE81
Tints of Caper #ADCE81
RGB
CMYK
RGB Variations
Color information
#ADCE81 (or 0xADCE81) is known color: Caper. HEX triplet: AD, CE and 81. RGB value is (173,206,129). Sum of RGB (Red+Green+Blue) = 173+206+129=508 (67% of max value = 765). Red value is 173 (67.97% from 255 or 34.06% from 508); Green value is 206 (80.86% from 255 or 40.55% from 508); Blue value is 129 (50.78% from 255 or 25.39% from 508); Max value from RGB is 206 - color contains mainly: green. Hex color #ADCE81 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ADCE81 is #52317E. Grayscale: #BBBBBB. Windows color (decimal): -5386623 or 8507053. OLE color: 8507053.
HSL color Cylindrical-coordinate representation of color #ADCE81: hue angle of 85.71º degrees, saturation: 0.44, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #ADCE81 is Cyan = 0.16, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 173 | 206 | 129 | - |
| CMYK | 0.16 | 0 | 0.37 | 0.19 |
| HSL | 85.71º | 0.44% | 0.66% | - |
| HSV(B) | 85.71º | 0.37% | 0.81% | - |
| XYZ | 43.27 | 54.61 | 29.03 | - |
| YUV | 187.36 | 95.07 | 117.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 206 | 129 | 0.16 | 0 | 0.37 | 0.19 | 85.71 | 0.44 | 0.66 |
| Hex | AD | CE | 81 | 10 | 0 | 25 | 13 | 56 | 2C | 42 |
| Octal | 255 | 316 | 201 | 20 | 0 | 45 | 23 | 126 | 54 | 102 |
| Binary | 10101101 | 11001110 | 10000001 | 10000 | 0 | 100101 | 10011 | 1010110 | 101100 | 1000010 |
Color Harmonies of #ADCE81
Complementary color
Monochromatic Colors of #ADCE81
Black with #ADCE81
Text Example
Text Example
White with #ADCE81
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADCE81; }
p { color: rgb(173,206,129); }
H1.HeaderClassName
{
color: #ADCE81;
}
.AnyTagClassName
{
color: #ADCE81;
}
</style>
background-color css
<style>
a { background-color: #ADCE81; }
a { background-color: rgb(173,206,129); }
div.DivClassName
{
background-color: #ADCE81;
}
.BgClassName
{
background-color: #ADCE81;
}
</style>
border-color css
<style>
span { border-color: #ADCE81; }
span { border-color: rgb(173,206,129); }
td.TdClassName
{
border-color: #ADCE81;
}
.TagClassName
{
border-color: #ADCE81;
}
</style>