Shades of Caper #ADCD7A
Tints of Caper #ADCD7A
RGB
CMYK
RGB Variations
Color information
#ADCD7A (or 0xADCD7A) is known color: Caper. HEX triplet: AD, CD and 7A. RGB value is (173,205,122). Sum of RGB (Red+Green+Blue) = 173+205+122=500 (66% of max value = 765). Red value is 173 (67.97% from 255 or 34.6% from 500); Green value is 205 (80.47% from 255 or 41% from 500); Blue value is 122 (48.05% from 255 or 24.4% from 500); Max value from RGB is 205 - color contains mainly: green. Hex color #ADCD7A is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ADCD7A is #523285. Grayscale: #BABABA. Windows color (decimal): -5386886 or 8048045. OLE color: 8048045.
HSL color Cylindrical-coordinate representation of color #ADCD7A: hue angle of 83.13º degrees, saturation: 0.45, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #ADCD7A is Cyan = 0.16, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 173 | 205 | 122 | - |
| CMYK | 0.16 | 0 | 0.40 | 0.20 |
| HSL | 83.13º | 0.45% | 0.64% | - |
| HSV(B) | 83.13º | 0.4% | 0.8% | - |
| XYZ | 42.58 | 53.95 | 26.58 | - |
| YUV | 185.97 | 91.9 | 118.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 205 | 122 | 0.16 | 0 | 0.40 | 0.20 | 83.13 | 0.45 | 0.64 |
| Hex | AD | CD | 7A | 10 | 0 | 28 | 14 | 53 | 2D | 40 |
| Octal | 255 | 315 | 172 | 20 | 0 | 50 | 24 | 123 | 55 | 100 |
| Binary | 10101101 | 11001101 | 1111010 | 10000 | 0 | 101000 | 10100 | 1010011 | 101101 | 1000000 |
Color Harmonies of #ADCD7A
Complementary color
Monochromatic Colors of #ADCD7A
Black with #ADCD7A
Text Example
Text Example
White with #ADCD7A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADCD7A; }
p { color: rgb(173,205,122); }
H1.HeaderClassName
{
color: #ADCD7A;
}
.AnyTagClassName
{
color: #ADCD7A;
}
</style>
background-color css
<style>
a { background-color: #ADCD7A; }
a { background-color: rgb(173,205,122); }
div.DivClassName
{
background-color: #ADCD7A;
}
.BgClassName
{
background-color: #ADCD7A;
}
</style>
border-color css
<style>
span { border-color: #ADCD7A; }
span { border-color: rgb(173,205,122); }
td.TdClassName
{
border-color: #ADCD7A;
}
.TagClassName
{
border-color: #ADCD7A;
}
</style>