Shades of Caper #ADC48A
Tints of Caper #ADC48A
RGB
CMYK
RGB Variations
Color information
#ADC48A (or 0xADC48A) is known color: Caper. HEX triplet: AD, C4 and 8A. RGB value is (173,196,138). Sum of RGB (Red+Green+Blue) = 173+196+138=507 (67% of max value = 765). Red value is 173 (67.97% from 255 or 34.12% from 507); Green value is 196 (76.95% from 255 or 38.66% from 507); Blue value is 138 (54.30% from 255 or 27.22% from 507); Max value from RGB is 196 - color contains mainly: green. Hex color #ADC48A is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ADC48A is #523B75. Grayscale: #B6B6B6. Windows color (decimal): -5389174 or 9094317. OLE color: 9094317.
HSL color Cylindrical-coordinate representation of color #ADC48A: hue angle of 83.79º degrees, saturation: 0.33, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #ADC48A is Cyan = 0.12, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 173 | 196 | 138 | - |
| CMYK | 0.12 | 0 | 0.30 | 0.23 |
| HSL | 83.79º | 0.33% | 0.65% | - |
| HSV(B) | 83.79º | 0.3% | 0.77% | - |
| XYZ | 41.56 | 50.2 | 31.54 | - |
| YUV | 182.51 | 102.88 | 121.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 196 | 138 | 0.12 | 0 | 0.30 | 0.23 | 83.79 | 0.33 | 0.65 |
| Hex | AD | C4 | 8A | C | 0 | 1E | 17 | 54 | 21 | 41 |
| Octal | 255 | 304 | 212 | 14 | 0 | 36 | 27 | 124 | 41 | 101 |
| Binary | 10101101 | 11000100 | 10001010 | 1100 | 0 | 11110 | 10111 | 1010100 | 100001 | 1000001 |
Color Harmonies of #ADC48A
Complementary color
Monochromatic Colors of #ADC48A
Black with #ADC48A
Text Example
Text Example
White with #ADC48A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADC48A; }
p { color: rgb(173,196,138); }
H1.HeaderClassName
{
color: #ADC48A;
}
.AnyTagClassName
{
color: #ADC48A;
}
</style>
background-color css
<style>
a { background-color: #ADC48A; }
a { background-color: rgb(173,196,138); }
div.DivClassName
{
background-color: #ADC48A;
}
.BgClassName
{
background-color: #ADC48A;
}
</style>
border-color css
<style>
span { border-color: #ADC48A; }
span { border-color: rgb(173,196,138); }
td.TdClassName
{
border-color: #ADC48A;
}
.TagClassName
{
border-color: #ADC48A;
}
</style>