Shades of La Rioja #ADC60C
Tints of La Rioja #ADC60C
RGB
CMYK
RGB Variations
Color information
#ADC60C (or 0xADC60C) is known color: La Rioja. HEX triplet: AD, C6 and 0C. RGB value is (173,198,12). Sum of RGB (Red+Green+Blue) = 173+198+12=383 (50% of max value = 765). Red value is 173 (67.97% from 255 or 45.17% from 383); Green value is 198 (77.73% from 255 or 51.70% from 383); Blue value is 12 (5.08% from 255 or 3.13% from 383); Max value from RGB is 198 - color contains mainly: green. Hex color #ADC60C is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #ADC60C is #5239F3. Grayscale: #AAAAAA. Windows color (decimal): -5388788 or 837293. OLE color: 837293.
HSL color Cylindrical-coordinate representation of color #ADC60C: hue angle of 68.06º degrees, saturation: 0.89, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #ADC60C is Cyan = 0.13, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 173 | 198 | 12 | - |
| CMYK | 0.13 | 0 | 0.94 | 0.22 |
| HSL | 68.06º | 0.89% | 0.41% | - |
| HSV(B) | 68.06º | 0.94% | 0.78% | - |
| XYZ | 37.49 | 49.3 | 7.89 | - |
| YUV | 169.32 | 39.22 | 130.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 198 | 12 | 0.13 | 0 | 0.94 | 0.22 | 68.06 | 0.89 | 0.41 |
| Hex | AD | C6 | C | D | 0 | 5E | 16 | 44 | 59 | 29 |
| Octal | 255 | 306 | 14 | 15 | 0 | 136 | 26 | 104 | 131 | 51 |
| Binary | 10101101 | 11000110 | 1100 | 1101 | 0 | 1011110 | 10110 | 1000100 | 1011001 | 101001 |
Color Harmonies of #ADC60C
Complementary color
Monochromatic Colors of #ADC60C
Black with #ADC60C
Text Example
Text Example
White with #ADC60C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADC60C; }
p { color: rgb(173,198,12); }
H1.HeaderClassName
{
color: #ADC60C;
}
.AnyTagClassName
{
color: #ADC60C;
}
</style>
background-color css
<style>
a { background-color: #ADC60C; }
a { background-color: rgb(173,198,12); }
div.DivClassName
{
background-color: #ADC60C;
}
.BgClassName
{
background-color: #ADC60C;
}
</style>
border-color css
<style>
span { border-color: #ADC60C; }
span { border-color: rgb(173,198,12); }
td.TdClassName
{
border-color: #ADC60C;
}
.TagClassName
{
border-color: #ADC60C;
}
</style>