Shades of Caper #ADCC78
Tints of Caper #ADCC78
RGB
CMYK
RGB Variations
Color information
#ADCC78 (or 0xADCC78) is known color: Caper. HEX triplet: AD, CC and 78. RGB value is (173,204,120). Sum of RGB (Red+Green+Blue) = 173+204+120=497 (65% of max value = 765). Red value is 173 (67.97% from 255 or 34.81% from 497); Green value is 204 (80.08% from 255 or 41.05% from 497); Blue value is 120 (47.27% from 255 or 24.14% from 497); Max value from RGB is 204 - color contains mainly: green. Hex color #ADCC78 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ADCC78 is #523387. Grayscale: #B9B9B9. Windows color (decimal): -5387144 or 7916717. OLE color: 7916717.
HSL color Cylindrical-coordinate representation of color #ADCC78: hue angle of 82.14º degrees, saturation: 0.45, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #ADCC78 is Cyan = 0.15, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 173 | 204 | 120 | - |
| CMYK | 0.15 | 0 | 0.41 | 0.2 |
| HSL | 82.14º | 0.45% | 0.64% | - |
| HSV(B) | 82.14º | 0.41% | 0.8% | - |
| XYZ | 42.22 | 53.43 | 25.86 | - |
| YUV | 185.16 | 91.23 | 119.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 204 | 120 | 0.15 | 0 | 0.41 | 0.2 | 82.14 | 0.45 | 0.64 |
| Hex | AD | CC | 78 | F | 0 | 29 | 14 | 52 | 2D | 40 |
| Octal | 255 | 314 | 170 | 17 | 0 | 51 | 24 | 122 | 55 | 100 |
| Binary | 10101101 | 11001100 | 1111000 | 1111 | 0 | 101001 | 10100 | 1010010 | 101101 | 1000000 |
Color Harmonies of #ADCC78
Complementary color
Monochromatic Colors of #ADCC78
Black with #ADCC78
Text Example
Text Example
White with #ADCC78
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADCC78; }
p { color: rgb(173,204,120); }
H1.HeaderClassName
{
color: #ADCC78;
}
.AnyTagClassName
{
color: #ADCC78;
}
</style>
background-color css
<style>
a { background-color: #ADCC78; }
a { background-color: rgb(173,204,120); }
div.DivClassName
{
background-color: #ADCC78;
}
.BgClassName
{
background-color: #ADCC78;
}
</style>
border-color css
<style>
span { border-color: #ADCC78; }
span { border-color: rgb(173,204,120); }
td.TdClassName
{
border-color: #ADCC78;
}
.TagClassName
{
border-color: #ADCC78;
}
</style>