Shades of Caper #ADC37A
Tints of Caper #ADC37A
RGB
CMYK
RGB Variations
Color information
#ADC37A (or 0xADC37A) is known color: Caper. HEX triplet: AD, C3 and 7A. RGB value is (173,195,122). Sum of RGB (Red+Green+Blue) = 173+195+122=490 (64% of max value = 765). Red value is 173 (67.97% from 255 or 35.31% from 490); Green value is 195 (76.56% from 255 or 39.80% from 490); Blue value is 122 (48.05% from 255 or 24.90% from 490); Max value from RGB is 195 - color contains mainly: green. Hex color #ADC37A is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ADC37A is #523C85. Grayscale: #B4B4B4. Windows color (decimal): -5389446 or 8045485. OLE color: 8045485.
HSL color Cylindrical-coordinate representation of color #ADC37A: hue angle of 78.08º degrees, saturation: 0.38, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #ADC37A is Cyan = 0.11, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 173 | 195 | 122 | - |
| CMYK | 0.11 | 0 | 0.37 | 0.24 |
| HSL | 78.08º | 0.38% | 0.62% | - |
| HSV(B) | 78.08º | 0.37% | 0.76% | - |
| XYZ | 40.26 | 49.32 | 25.81 | - |
| YUV | 180.1 | 95.21 | 122.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 195 | 122 | 0.11 | 0 | 0.37 | 0.24 | 78.08 | 0.38 | 0.62 |
| Hex | AD | C3 | 7A | B | 0 | 25 | 18 | 4E | 26 | 3E |
| Octal | 255 | 303 | 172 | 13 | 0 | 45 | 30 | 116 | 46 | 76 |
| Binary | 10101101 | 11000011 | 1111010 | 1011 | 0 | 100101 | 11000 | 1001110 | 100110 | 111110 |
Color Harmonies of #ADC37A
Complementary color
Monochromatic Colors of #ADC37A
Black with #ADC37A
Text Example
Text Example
White with #ADC37A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADC37A; }
p { color: rgb(173,195,122); }
H1.HeaderClassName
{
color: #ADC37A;
}
.AnyTagClassName
{
color: #ADC37A;
}
</style>
background-color css
<style>
a { background-color: #ADC37A; }
a { background-color: rgb(173,195,122); }
div.DivClassName
{
background-color: #ADC37A;
}
.BgClassName
{
background-color: #ADC37A;
}
</style>
border-color css
<style>
span { border-color: #ADC37A; }
span { border-color: rgb(173,195,122); }
td.TdClassName
{
border-color: #ADC37A;
}
.TagClassName
{
border-color: #ADC37A;
}
</style>