Shades of Caper #ADC270
Tints of Caper #ADC270
RGB
CMYK
RGB Variations
Color information
#ADC270 (or 0xADC270) is known color: Caper. HEX triplet: AD, C2 and 70. RGB value is (173,194,112). Sum of RGB (Red+Green+Blue) = 173+194+112=479 (63% of max value = 765). Red value is 173 (67.97% from 255 or 36.12% from 479); Green value is 194 (76.17% from 255 or 40.50% from 479); Blue value is 112 (44.14% from 255 or 23.38% from 479); Max value from RGB is 194 - color contains mainly: green. Hex color #ADC270 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ADC270 is #523D8F. Grayscale: #B2B2B2. Windows color (decimal): -5389712 or 7389869. OLE color: 7389869.
HSL color Cylindrical-coordinate representation of color #ADC270: hue angle of 75.37º degrees, saturation: 0.4, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #ADC270 is Cyan = 0.11, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 173 | 194 | 112 | - |
| CMYK | 0.11 | 0 | 0.42 | 0.24 |
| HSL | 75.37º | 0.4% | 0.6% | - |
| HSV(B) | 75.37º | 0.42% | 0.76% | - |
| XYZ | 39.45 | 48.64 | 22.64 | - |
| YUV | 178.37 | 90.54 | 124.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 194 | 112 | 0.11 | 0 | 0.42 | 0.24 | 75.37 | 0.4 | 0.6 |
| Hex | AD | C2 | 70 | B | 0 | 2A | 18 | 4B | 28 | 3C |
| Octal | 255 | 302 | 160 | 13 | 0 | 52 | 30 | 113 | 50 | 74 |
| Binary | 10101101 | 11000010 | 1110000 | 1011 | 0 | 101010 | 11000 | 1001011 | 101000 | 111100 |
Color Harmonies of #ADC270
Complementary color
Monochromatic Colors of #ADC270
Black with #ADC270
Text Example
Text Example
White with #ADC270
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADC270; }
p { color: rgb(173,194,112); }
H1.HeaderClassName
{
color: #ADC270;
}
.AnyTagClassName
{
color: #ADC270;
}
</style>
background-color css
<style>
a { background-color: #ADC270; }
a { background-color: rgb(173,194,112); }
div.DivClassName
{
background-color: #ADC270;
}
.BgClassName
{
background-color: #ADC270;
}
</style>
border-color css
<style>
span { border-color: #ADC270; }
span { border-color: rgb(173,194,112); }
td.TdClassName
{
border-color: #ADC270;
}
.TagClassName
{
border-color: #ADC270;
}
</style>