Shades of Caper #ADC280
Tints of Caper #ADC280
RGB
CMYK
RGB Variations
Color information
#ADC280 (or 0xADC280) is known color: Caper. HEX triplet: AD, C2 and 80. RGB value is (173,194,128). Sum of RGB (Red+Green+Blue) = 173+194+128=495 (65% of max value = 765). Red value is 173 (67.97% from 255 or 34.95% from 495); Green value is 194 (76.17% from 255 or 39.19% from 495); Blue value is 128 (50.39% from 255 or 25.86% from 495); Max value from RGB is 194 - color contains mainly: green. Hex color #ADC280 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ADC280 is #523D7F. Grayscale: #B4B4B4. Windows color (decimal): -5389696 or 8438445. OLE color: 8438445.
HSL color Cylindrical-coordinate representation of color #ADC280: hue angle of 79.09º degrees, saturation: 0.35, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #ADC280 is Cyan = 0.11, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 173 | 194 | 128 | - |
| CMYK | 0.11 | 0 | 0.34 | 0.24 |
| HSL | 79.09º | 0.35% | 0.63% | - |
| HSV(B) | 79.09º | 0.34% | 0.76% | - |
| XYZ | 40.42 | 49.03 | 27.75 | - |
| YUV | 180.2 | 98.54 | 122.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 194 | 128 | 0.11 | 0 | 0.34 | 0.24 | 79.09 | 0.35 | 0.63 |
| Hex | AD | C2 | 80 | B | 0 | 22 | 18 | 4F | 23 | 3F |
| Octal | 255 | 302 | 200 | 13 | 0 | 42 | 30 | 117 | 43 | 77 |
| Binary | 10101101 | 11000010 | 10000000 | 1011 | 0 | 100010 | 11000 | 1001111 | 100011 | 111111 |
Color Harmonies of #ADC280
Complementary color
Monochromatic Colors of #ADC280
Black with #ADC280
Text Example
Text Example
White with #ADC280
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADC280; }
p { color: rgb(173,194,128); }
H1.HeaderClassName
{
color: #ADC280;
}
.AnyTagClassName
{
color: #ADC280;
}
</style>
background-color css
<style>
a { background-color: #ADC280; }
a { background-color: rgb(173,194,128); }
div.DivClassName
{
background-color: #ADC280;
}
.BgClassName
{
background-color: #ADC280;
}
</style>
border-color css
<style>
span { border-color: #ADC280; }
span { border-color: rgb(173,194,128); }
td.TdClassName
{
border-color: #ADC280;
}
.TagClassName
{
border-color: #ADC280;
}
</style>