Shades of La Rioja #ADC10D
Tints of La Rioja #ADC10D
RGB
CMYK
RGB Variations
Color information
#ADC10D (or 0xADC10D) is known color: La Rioja. HEX triplet: AD, C1 and 0D. RGB value is (173,193,13). Sum of RGB (Red+Green+Blue) = 173+193+13=379 (50% of max value = 765). Red value is 173 (67.97% from 255 or 45.65% from 379); Green value is 193 (75.78% from 255 or 50.92% from 379); Blue value is 13 (5.47% from 255 or 3.43% from 379); Max value from RGB is 193 - color contains mainly: green. Hex color #ADC10D is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #ADC10D is #523EF2. Grayscale: #A7A7A7. Windows color (decimal): -5390067 or 901549. OLE color: 901549.
HSL color Cylindrical-coordinate representation of color #ADC10D: hue angle of 66.67º degrees, saturation: 0.87, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #ADC10D is Cyan = 0.10, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 173 | 193 | 13 | - |
| CMYK | 0.10 | 0 | 0.93 | 0.24 |
| HSL | 66.67º | 0.87% | 0.4% | - |
| HSV(B) | 66.67º | 0.93% | 0.76% | - |
| XYZ | 36.38 | 47.05 | 7.55 | - |
| YUV | 166.5 | 41.37 | 132.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 193 | 13 | 0.10 | 0 | 0.93 | 0.24 | 66.67 | 0.87 | 0.4 |
| Hex | AD | C1 | D | A | 0 | 5D | 18 | 43 | 57 | 28 |
| Octal | 255 | 301 | 15 | 12 | 0 | 135 | 30 | 103 | 127 | 50 |
| Binary | 10101101 | 11000001 | 1101 | 1010 | 0 | 1011101 | 11000 | 1000011 | 1010111 | 101000 |
Color Harmonies of #ADC10D
Complementary color
Monochromatic Colors of #ADC10D
Black with #ADC10D
Text Example
Text Example
White with #ADC10D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADC10D; }
p { color: rgb(173,193,13); }
H1.HeaderClassName
{
color: #ADC10D;
}
.AnyTagClassName
{
color: #ADC10D;
}
</style>
background-color css
<style>
a { background-color: #ADC10D; }
a { background-color: rgb(173,193,13); }
div.DivClassName
{
background-color: #ADC10D;
}
.BgClassName
{
background-color: #ADC10D;
}
</style>
border-color css
<style>
span { border-color: #ADC10D; }
span { border-color: rgb(173,193,13); }
td.TdClassName
{
border-color: #ADC10D;
}
.TagClassName
{
border-color: #ADC10D;
}
</style>