Shades of La Rioja #ADC60A
Tints of La Rioja #ADC60A
RGB
CMYK
RGB Variations
Color information
#ADC60A (or 0xADC60A) is known color: La Rioja. HEX triplet: AD, C6 and 0A. RGB value is (173,198,10). Sum of RGB (Red+Green+Blue) = 173+198+10=381 (50% of max value = 765). Red value is 173 (67.97% from 255 or 45.41% from 381); Green value is 198 (77.73% from 255 or 51.97% from 381); Blue value is 10 (4.30% from 255 or 2.62% from 381); Max value from RGB is 198 - color contains mainly: green. Hex color #ADC60A is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #ADC60A is #5239F5. Grayscale: #A9A9A9. Windows color (decimal): -5388790 or 706221. OLE color: 706221.
HSL color Cylindrical-coordinate representation of color #ADC60A: hue angle of 67.98º degrees, saturation: 0.9, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #ADC60A is Cyan = 0.13, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 173 | 198 | 10 | - |
| CMYK | 0.13 | 0 | 0.95 | 0.22 |
| HSL | 67.98º | 0.9% | 0.41% | - |
| HSV(B) | 67.98º | 0.95% | 0.78% | - |
| XYZ | 37.48 | 49.29 | 7.83 | - |
| YUV | 169.09 | 38.22 | 130.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 198 | 10 | 0.13 | 0 | 0.95 | 0.22 | 67.98 | 0.9 | 0.41 |
| Hex | AD | C6 | A | D | 0 | 5F | 16 | 44 | 5A | 29 |
| Octal | 255 | 306 | 12 | 15 | 0 | 137 | 26 | 104 | 132 | 51 |
| Binary | 10101101 | 11000110 | 1010 | 1101 | 0 | 1011111 | 10110 | 1000100 | 1011010 | 101001 |
Color Harmonies of #ADC60A
Complementary color
Monochromatic Colors of #ADC60A
Black with #ADC60A
Text Example
Text Example
White with #ADC60A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADC60A; }
p { color: rgb(173,198,10); }
H1.HeaderClassName
{
color: #ADC60A;
}
.AnyTagClassName
{
color: #ADC60A;
}
</style>
background-color css
<style>
a { background-color: #ADC60A; }
a { background-color: rgb(173,198,10); }
div.DivClassName
{
background-color: #ADC60A;
}
.BgClassName
{
background-color: #ADC60A;
}
</style>
border-color css
<style>
span { border-color: #ADC60A; }
span { border-color: rgb(173,198,10); }
td.TdClassName
{
border-color: #ADC60A;
}
.TagClassName
{
border-color: #ADC60A;
}
</style>