Shades of La Rioja #ADC10C
Tints of La Rioja #ADC10C
RGB
CMYK
RGB Variations
Color information
#ADC10C (or 0xADC10C) is known color: La Rioja. HEX triplet: AD, C1 and 0C. RGB value is (173,193,12). Sum of RGB (Red+Green+Blue) = 173+193+12=378 (50% of max value = 765). Red value is 173 (67.97% from 255 or 45.77% from 378); Green value is 193 (75.78% from 255 or 51.06% from 378); Blue value is 12 (5.08% from 255 or 3.17% from 378); Max value from RGB is 193 - color contains mainly: green. Hex color #ADC10C is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #ADC10C is #523EF3. Grayscale: #A7A7A7. Windows color (decimal): -5390068 or 836013. OLE color: 836013.
HSL color Cylindrical-coordinate representation of color #ADC10C: hue angle of 66.63º degrees, saturation: 0.88, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #ADC10C is Cyan = 0.10, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 173 | 193 | 12 | - |
| CMYK | 0.10 | 0 | 0.94 | 0.24 |
| HSL | 66.63º | 0.88% | 0.4% | - |
| HSV(B) | 66.63º | 0.94% | 0.76% | - |
| XYZ | 36.37 | 47.05 | 7.51 | - |
| YUV | 166.39 | 40.87 | 132.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 193 | 12 | 0.10 | 0 | 0.94 | 0.24 | 66.63 | 0.88 | 0.4 |
| Hex | AD | C1 | C | A | 0 | 5E | 18 | 43 | 58 | 28 |
| Octal | 255 | 301 | 14 | 12 | 0 | 136 | 30 | 103 | 130 | 50 |
| Binary | 10101101 | 11000001 | 1100 | 1010 | 0 | 1011110 | 11000 | 1000011 | 1011000 | 101000 |
Color Harmonies of #ADC10C
Complementary color
Monochromatic Colors of #ADC10C
Black with #ADC10C
Text Example
Text Example
White with #ADC10C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADC10C; }
p { color: rgb(173,193,12); }
H1.HeaderClassName
{
color: #ADC10C;
}
.AnyTagClassName
{
color: #ADC10C;
}
</style>
background-color css
<style>
a { background-color: #ADC10C; }
a { background-color: rgb(173,193,12); }
div.DivClassName
{
background-color: #ADC10C;
}
.BgClassName
{
background-color: #ADC10C;
}
</style>
border-color css
<style>
span { border-color: #ADC10C; }
span { border-color: rgb(173,193,12); }
td.TdClassName
{
border-color: #ADC10C;
}
.TagClassName
{
border-color: #ADC10C;
}
</style>