Shades of Caper #ADC58A
Tints of Caper #ADC58A
RGB
CMYK
RGB Variations
Color information
#ADC58A (or 0xADC58A) is known color: Caper. HEX triplet: AD, C5 and 8A. RGB value is (173,197,138). Sum of RGB (Red+Green+Blue) = 173+197+138=508 (67% of max value = 765). Red value is 173 (67.97% from 255 or 34.06% from 508); Green value is 197 (77.34% from 255 or 38.78% from 508); Blue value is 138 (54.30% from 255 or 27.17% from 508); Max value from RGB is 197 - color contains mainly: green. Hex color #ADC58A is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ADC58A is #523A75. Grayscale: #B7B7B7. Windows color (decimal): -5388918 or 9094573. OLE color: 9094573.
HSL color Cylindrical-coordinate representation of color #ADC58A: hue angle of 84.41º degrees, saturation: 0.34, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #ADC58A is Cyan = 0.12, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 173 | 197 | 138 | - |
| CMYK | 0.12 | 0 | 0.30 | 0.23 |
| HSL | 84.41º | 0.34% | 0.66% | - |
| HSV(B) | 84.41º | 0.3% | 0.77% | - |
| XYZ | 41.79 | 50.65 | 31.62 | - |
| YUV | 183.1 | 102.55 | 120.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 197 | 138 | 0.12 | 0 | 0.30 | 0.23 | 84.41 | 0.34 | 0.66 |
| Hex | AD | C5 | 8A | C | 0 | 1E | 17 | 54 | 22 | 42 |
| Octal | 255 | 305 | 212 | 14 | 0 | 36 | 27 | 124 | 42 | 102 |
| Binary | 10101101 | 11000101 | 10001010 | 1100 | 0 | 11110 | 10111 | 1010100 | 100010 | 1000010 |
Color Harmonies of #ADC58A
Complementary color
Monochromatic Colors of #ADC58A
Black with #ADC58A
Text Example
Text Example
White with #ADC58A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADC58A; }
p { color: rgb(173,197,138); }
H1.HeaderClassName
{
color: #ADC58A;
}
.AnyTagClassName
{
color: #ADC58A;
}
</style>
background-color css
<style>
a { background-color: #ADC58A; }
a { background-color: rgb(173,197,138); }
div.DivClassName
{
background-color: #ADC58A;
}
.BgClassName
{
background-color: #ADC58A;
}
</style>
border-color css
<style>
span { border-color: #ADC58A; }
span { border-color: rgb(173,197,138); }
td.TdClassName
{
border-color: #ADC58A;
}
.TagClassName
{
border-color: #ADC58A;
}
</style>