Shades of Caper #ADC77A
Tints of Caper #ADC77A
RGB
CMYK
RGB Variations
Color information
#ADC77A (or 0xADC77A) is known color: Caper. HEX triplet: AD, C7 and 7A. RGB value is (173,199,122). Sum of RGB (Red+Green+Blue) = 173+199+122=494 (65% of max value = 765). Red value is 173 (67.97% from 255 or 35.02% from 494); Green value is 199 (78.12% from 255 or 40.28% from 494); Blue value is 122 (48.05% from 255 or 24.70% from 494); Max value from RGB is 199 - color contains mainly: green. Hex color #ADC77A is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ADC77A is #523885. Grayscale: #B6B6B6. Windows color (decimal): -5388422 or 8046509. OLE color: 8046509.
HSL color Cylindrical-coordinate representation of color #ADC77A: hue angle of 80.26º degrees, saturation: 0.41, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #ADC77A is Cyan = 0.13, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 173 | 199 | 122 | - |
| CMYK | 0.13 | 0 | 0.39 | 0.22 |
| HSL | 80.26º | 0.41% | 0.63% | - |
| HSV(B) | 80.26º | 0.39% | 0.78% | - |
| XYZ | 41.17 | 51.14 | 26.11 | - |
| YUV | 182.45 | 93.89 | 121.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 199 | 122 | 0.13 | 0 | 0.39 | 0.22 | 80.26 | 0.41 | 0.63 |
| Hex | AD | C7 | 7A | D | 0 | 27 | 16 | 50 | 29 | 3F |
| Octal | 255 | 307 | 172 | 15 | 0 | 47 | 26 | 120 | 51 | 77 |
| Binary | 10101101 | 11000111 | 1111010 | 1101 | 0 | 100111 | 10110 | 1010000 | 101001 | 111111 |
Color Harmonies of #ADC77A
Complementary color
Monochromatic Colors of #ADC77A
Black with #ADC77A
Text Example
Text Example
White with #ADC77A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADC77A; }
p { color: rgb(173,199,122); }
H1.HeaderClassName
{
color: #ADC77A;
}
.AnyTagClassName
{
color: #ADC77A;
}
</style>
background-color css
<style>
a { background-color: #ADC77A; }
a { background-color: rgb(173,199,122); }
div.DivClassName
{
background-color: #ADC77A;
}
.BgClassName
{
background-color: #ADC77A;
}
</style>
border-color css
<style>
span { border-color: #ADC77A; }
span { border-color: rgb(173,199,122); }
td.TdClassName
{
border-color: #ADC77A;
}
.TagClassName
{
border-color: #ADC77A;
}
</style>