Shades of Caper #ADC378
Tints of Caper #ADC378
RGB
CMYK
RGB Variations
Color information
#ADC378 (or 0xADC378) is known color: Caper. HEX triplet: AD, C3 and 78. RGB value is (173,195,120). Sum of RGB (Red+Green+Blue) = 173+195+120=488 (64% of max value = 765). Red value is 173 (67.97% from 255 or 35.45% from 488); Green value is 195 (76.56% from 255 or 39.96% from 488); Blue value is 120 (47.27% from 255 or 24.59% from 488); Max value from RGB is 195 - color contains mainly: green. Hex color #ADC378 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ADC378 is #523C87. Grayscale: #B4B4B4. Windows color (decimal): -5389448 or 7914413. OLE color: 7914413.
HSL color Cylindrical-coordinate representation of color #ADC378: hue angle of 77.6º degrees, saturation: 0.38, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #ADC378 is Cyan = 0.11, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 173 | 195 | 120 | - |
| CMYK | 0.11 | 0 | 0.38 | 0.24 |
| HSL | 77.6º | 0.38% | 0.62% | - |
| HSV(B) | 77.6º | 0.38% | 0.76% | - |
| XYZ | 40.14 | 49.27 | 25.16 | - |
| YUV | 179.87 | 94.21 | 123.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 195 | 120 | 0.11 | 0 | 0.38 | 0.24 | 77.6 | 0.38 | 0.62 |
| Hex | AD | C3 | 78 | B | 0 | 26 | 18 | 4E | 26 | 3E |
| Octal | 255 | 303 | 170 | 13 | 0 | 46 | 30 | 116 | 46 | 76 |
| Binary | 10101101 | 11000011 | 1111000 | 1011 | 0 | 100110 | 11000 | 1001110 | 100110 | 111110 |
Color Harmonies of #ADC378
Complementary color
Monochromatic Colors of #ADC378
Black with #ADC378
Text Example
Text Example
White with #ADC378
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADC378; }
p { color: rgb(173,195,120); }
H1.HeaderClassName
{
color: #ADC378;
}
.AnyTagClassName
{
color: #ADC378;
}
</style>
background-color css
<style>
a { background-color: #ADC378; }
a { background-color: rgb(173,195,120); }
div.DivClassName
{
background-color: #ADC378;
}
.BgClassName
{
background-color: #ADC378;
}
</style>
border-color css
<style>
span { border-color: #ADC378; }
span { border-color: rgb(173,195,120); }
td.TdClassName
{
border-color: #ADC378;
}
.TagClassName
{
border-color: #ADC378;
}
</style>