Shades of Caper #ADC37E
Tints of Caper #ADC37E
RGB
CMYK
RGB Variations
Color information
#ADC37E (or 0xADC37E) is known color: Caper. HEX triplet: AD, C3 and 7E. RGB value is (173,195,126). Sum of RGB (Red+Green+Blue) = 173+195+126=494 (65% of max value = 765). Red value is 173 (67.97% from 255 or 35.02% from 494); Green value is 195 (76.56% from 255 or 39.47% from 494); Blue value is 126 (49.61% from 255 or 25.51% from 494); Max value from RGB is 195 - color contains mainly: green. Hex color #ADC37E is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ADC37E is #523C81. Grayscale: #B4B4B4. Windows color (decimal): -5389442 or 8307629. OLE color: 8307629.
HSL color Cylindrical-coordinate representation of color #ADC37E: hue angle of 79.13º degrees, saturation: 0.37, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #ADC37E is Cyan = 0.11, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 173 | 195 | 126 | - |
| CMYK | 0.11 | 0 | 0.35 | 0.24 |
| HSL | 79.13º | 0.37% | 0.63% | - |
| HSV(B) | 79.13º | 0.35% | 0.76% | - |
| XYZ | 40.51 | 49.42 | 27.14 | - |
| YUV | 180.56 | 97.21 | 122.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 195 | 126 | 0.11 | 0 | 0.35 | 0.24 | 79.13 | 0.37 | 0.63 |
| Hex | AD | C3 | 7E | B | 0 | 23 | 18 | 4F | 25 | 3F |
| Octal | 255 | 303 | 176 | 13 | 0 | 43 | 30 | 117 | 45 | 77 |
| Binary | 10101101 | 11000011 | 1111110 | 1011 | 0 | 100011 | 11000 | 1001111 | 100101 | 111111 |
Color Harmonies of #ADC37E
Complementary color
Monochromatic Colors of #ADC37E
Black with #ADC37E
Text Example
Text Example
White with #ADC37E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADC37E; }
p { color: rgb(173,195,126); }
H1.HeaderClassName
{
color: #ADC37E;
}
.AnyTagClassName
{
color: #ADC37E;
}
</style>
background-color css
<style>
a { background-color: #ADC37E; }
a { background-color: rgb(173,195,126); }
div.DivClassName
{
background-color: #ADC37E;
}
.BgClassName
{
background-color: #ADC37E;
}
</style>
border-color css
<style>
span { border-color: #ADC37E; }
span { border-color: rgb(173,195,126); }
td.TdClassName
{
border-color: #ADC37E;
}
.TagClassName
{
border-color: #ADC37E;
}
</style>