Shades of Caper #ADC478
Tints of Caper #ADC478
RGB
CMYK
RGB Variations
Color information
#ADC478 (or 0xADC478) is known color: Caper. HEX triplet: AD, C4 and 78. RGB value is (173,196,120). Sum of RGB (Red+Green+Blue) = 173+196+120=489 (64% of max value = 765). Red value is 173 (67.97% from 255 or 35.38% from 489); Green value is 196 (76.95% from 255 or 40.08% from 489); Blue value is 120 (47.27% from 255 or 24.54% from 489); Max value from RGB is 196 - color contains mainly: green. Hex color #ADC478 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ADC478 is #523B87. Grayscale: #B4B4B4. Windows color (decimal): -5389192 or 7914669. OLE color: 7914669.
HSL color Cylindrical-coordinate representation of color #ADC478: hue angle of 78.16º degrees, saturation: 0.39, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #ADC478 is Cyan = 0.12, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 173 | 196 | 120 | - |
| CMYK | 0.12 | 0 | 0.39 | 0.23 |
| HSL | 78.16º | 0.39% | 0.62% | - |
| HSV(B) | 78.16º | 0.39% | 0.77% | - |
| XYZ | 40.36 | 49.72 | 25.24 | - |
| YUV | 180.46 | 93.88 | 122.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 196 | 120 | 0.12 | 0 | 0.39 | 0.23 | 78.16 | 0.39 | 0.62 |
| Hex | AD | C4 | 78 | C | 0 | 27 | 17 | 4E | 27 | 3E |
| Octal | 255 | 304 | 170 | 14 | 0 | 47 | 27 | 116 | 47 | 76 |
| Binary | 10101101 | 11000100 | 1111000 | 1100 | 0 | 100111 | 10111 | 1001110 | 100111 | 111110 |
Color Harmonies of #ADC478
Complementary color
Monochromatic Colors of #ADC478
Black with #ADC478
Text Example
Text Example
White with #ADC478
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADC478; }
p { color: rgb(173,196,120); }
H1.HeaderClassName
{
color: #ADC478;
}
.AnyTagClassName
{
color: #ADC478;
}
</style>
background-color css
<style>
a { background-color: #ADC478; }
a { background-color: rgb(173,196,120); }
div.DivClassName
{
background-color: #ADC478;
}
.BgClassName
{
background-color: #ADC478;
}
</style>
border-color css
<style>
span { border-color: #ADC478; }
span { border-color: rgb(173,196,120); }
td.TdClassName
{
border-color: #ADC478;
}
.TagClassName
{
border-color: #ADC478;
}
</style>