Shades of Caper #ADC370
Tints of Caper #ADC370
RGB
CMYK
RGB Variations
Color information
#ADC370 (or 0xADC370) is known color: Caper. HEX triplet: AD, C3 and 70. RGB value is (173,195,112). Sum of RGB (Red+Green+Blue) = 173+195+112=480 (63% of max value = 765). Red value is 173 (67.97% from 255 or 36.04% from 480); Green value is 195 (76.56% from 255 or 40.62% from 480); Blue value is 112 (44.14% from 255 or 23.33% from 480); Max value from RGB is 195 - color contains mainly: green. Hex color #ADC370 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ADC370 is #523C8F. Grayscale: #B3B3B3. Windows color (decimal): -5389456 or 7390125. OLE color: 7390125.
HSL color Cylindrical-coordinate representation of color #ADC370: hue angle of 75.9º degrees, saturation: 0.41, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #ADC370 is Cyan = 0.11, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 173 | 195 | 112 | - |
| CMYK | 0.11 | 0 | 0.43 | 0.24 |
| HSL | 75.9º | 0.41% | 0.6% | - |
| HSV(B) | 75.9º | 0.43% | 0.76% | - |
| XYZ | 39.67 | 49.08 | 22.71 | - |
| YUV | 178.96 | 90.21 | 123.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 195 | 112 | 0.11 | 0 | 0.43 | 0.24 | 75.9 | 0.41 | 0.6 |
| Hex | AD | C3 | 70 | B | 0 | 2B | 18 | 4C | 29 | 3C |
| Octal | 255 | 303 | 160 | 13 | 0 | 53 | 30 | 114 | 51 | 74 |
| Binary | 10101101 | 11000011 | 1110000 | 1011 | 0 | 101011 | 11000 | 1001100 | 101001 | 111100 |
Color Harmonies of #ADC370
Complementary color
Monochromatic Colors of #ADC370
Black with #ADC370
Text Example
Text Example
White with #ADC370
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADC370; }
p { color: rgb(173,195,112); }
H1.HeaderClassName
{
color: #ADC370;
}
.AnyTagClassName
{
color: #ADC370;
}
</style>
background-color css
<style>
a { background-color: #ADC370; }
a { background-color: rgb(173,195,112); }
div.DivClassName
{
background-color: #ADC370;
}
.BgClassName
{
background-color: #ADC370;
}
</style>
border-color css
<style>
span { border-color: #ADC370; }
span { border-color: rgb(173,195,112); }
td.TdClassName
{
border-color: #ADC370;
}
.TagClassName
{
border-color: #ADC370;
}
</style>