Shades of La Rioja #ADC50C
Tints of La Rioja #ADC50C
RGB
CMYK
RGB Variations
Color information
#ADC50C (or 0xADC50C) is known color: La Rioja. HEX triplet: AD, C5 and 0C. RGB value is (173,197,12). Sum of RGB (Red+Green+Blue) = 173+197+12=382 (50% of max value = 765). Red value is 173 (67.97% from 255 or 45.29% from 382); Green value is 197 (77.34% from 255 or 51.57% from 382); Blue value is 12 (5.08% from 255 or 3.14% from 382); Max value from RGB is 197 - color contains mainly: green. Hex color #ADC50C is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #ADC50C is #523AF3. Grayscale: #A9A9A9. Windows color (decimal): -5389044 or 837037. OLE color: 837037.
HSL color Cylindrical-coordinate representation of color #ADC50C: hue angle of 67.78º degrees, saturation: 0.89, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #ADC50C is Cyan = 0.12, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 173 | 197 | 12 | - |
| CMYK | 0.12 | 0 | 0.94 | 0.23 |
| HSL | 67.78º | 0.89% | 0.41% | - |
| HSV(B) | 67.78º | 0.94% | 0.77% | - |
| XYZ | 37.27 | 48.84 | 7.81 | - |
| YUV | 168.73 | 39.55 | 131.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 197 | 12 | 0.12 | 0 | 0.94 | 0.23 | 67.78 | 0.89 | 0.41 |
| Hex | AD | C5 | C | C | 0 | 5E | 17 | 44 | 59 | 29 |
| Octal | 255 | 305 | 14 | 14 | 0 | 136 | 27 | 104 | 131 | 51 |
| Binary | 10101101 | 11000101 | 1100 | 1100 | 0 | 1011110 | 10111 | 1000100 | 1011001 | 101001 |
Color Harmonies of #ADC50C
Complementary color
Monochromatic Colors of #ADC50C
Black with #ADC50C
Text Example
Text Example
White with #ADC50C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADC50C; }
p { color: rgb(173,197,12); }
H1.HeaderClassName
{
color: #ADC50C;
}
.AnyTagClassName
{
color: #ADC50C;
}
</style>
background-color css
<style>
a { background-color: #ADC50C; }
a { background-color: rgb(173,197,12); }
div.DivClassName
{
background-color: #ADC50C;
}
.BgClassName
{
background-color: #ADC50C;
}
</style>
border-color css
<style>
span { border-color: #ADC50C; }
span { border-color: rgb(173,197,12); }
td.TdClassName
{
border-color: #ADC50C;
}
.TagClassName
{
border-color: #ADC50C;
}
</style>