Shades of Caper #ADC770
Tints of Caper #ADC770
RGB
CMYK
RGB Variations
Color information
#ADC770 (or 0xADC770) is known color: Caper. HEX triplet: AD, C7 and 70. RGB value is (173,199,112). Sum of RGB (Red+Green+Blue) = 173+199+112=484 (64% of max value = 765). Red value is 173 (67.97% from 255 or 35.74% from 484); Green value is 199 (78.12% from 255 or 41.12% from 484); Blue value is 112 (44.14% from 255 or 23.14% from 484); Max value from RGB is 199 - color contains mainly: green. Hex color #ADC770 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ADC770 is #52388F. Grayscale: #B5B5B5. Windows color (decimal): -5388432 or 7391149. OLE color: 7391149.
HSL color Cylindrical-coordinate representation of color #ADC770: hue angle of 77.93º degrees, saturation: 0.44, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #ADC770 is Cyan = 0.13, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 173 | 199 | 112 | - |
| CMYK | 0.13 | 0 | 0.44 | 0.22 |
| HSL | 77.93º | 0.44% | 0.61% | - |
| HSV(B) | 77.93º | 0.44% | 0.78% | - |
| XYZ | 40.58 | 50.9 | 23.02 | - |
| YUV | 181.31 | 88.89 | 122.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 199 | 112 | 0.13 | 0 | 0.44 | 0.22 | 77.93 | 0.44 | 0.61 |
| Hex | AD | C7 | 70 | D | 0 | 2C | 16 | 4E | 2C | 3D |
| Octal | 255 | 307 | 160 | 15 | 0 | 54 | 26 | 116 | 54 | 75 |
| Binary | 10101101 | 11000111 | 1110000 | 1101 | 0 | 101100 | 10110 | 1001110 | 101100 | 111101 |
Color Harmonies of #ADC770
Complementary color
Monochromatic Colors of #ADC770
Black with #ADC770
Text Example
Text Example
White with #ADC770
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADC770; }
p { color: rgb(173,199,112); }
H1.HeaderClassName
{
color: #ADC770;
}
.AnyTagClassName
{
color: #ADC770;
}
</style>
background-color css
<style>
a { background-color: #ADC770; }
a { background-color: rgb(173,199,112); }
div.DivClassName
{
background-color: #ADC770;
}
.BgClassName
{
background-color: #ADC770;
}
</style>
border-color css
<style>
span { border-color: #ADC770; }
span { border-color: rgb(173,199,112); }
td.TdClassName
{
border-color: #ADC770;
}
.TagClassName
{
border-color: #ADC770;
}
</style>