Shades of La Rioja #ADC70B
Tints of La Rioja #ADC70B
RGB
CMYK
RGB Variations
Color information
#ADC70B (or 0xADC70B) is known color: La Rioja. HEX triplet: AD, C7 and 0B. RGB value is (173,199,11). Sum of RGB (Red+Green+Blue) = 173+199+11=383 (50% of max value = 765). Red value is 173 (67.97% from 255 or 45.17% from 383); Green value is 199 (78.12% from 255 or 51.96% from 383); Blue value is 11 (4.69% from 255 or 2.87% from 383); Max value from RGB is 199 - color contains mainly: green. Hex color #ADC70B is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #ADC70B is #5238F4. Grayscale: #AAAAAA. Windows color (decimal): -5388533 or 772013. OLE color: 772013.
HSL color Cylindrical-coordinate representation of color #ADC70B: hue angle of 68.3º degrees, saturation: 0.9, 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 #ADC70B is Cyan = 0.13, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 173 | 199 | 11 | - |
| CMYK | 0.13 | 0 | 0.94 | 0.22 |
| HSL | 68.3º | 0.9% | 0.41% | - |
| HSV(B) | 68.3º | 0.94% | 0.78% | - |
| XYZ | 37.72 | 49.76 | 7.93 | - |
| YUV | 169.79 | 38.39 | 130.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 199 | 11 | 0.13 | 0 | 0.94 | 0.22 | 68.3 | 0.9 | 0.41 |
| Hex | AD | C7 | B | D | 0 | 5E | 16 | 44 | 5A | 29 |
| Octal | 255 | 307 | 13 | 15 | 0 | 136 | 26 | 104 | 132 | 51 |
| Binary | 10101101 | 11000111 | 1011 | 1101 | 0 | 1011110 | 10110 | 1000100 | 1011010 | 101001 |
Color Harmonies of #ADC70B
Complementary color
Monochromatic Colors of #ADC70B
Black with #ADC70B
Text Example
Text Example
White with #ADC70B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADC70B; }
p { color: rgb(173,199,11); }
H1.HeaderClassName
{
color: #ADC70B;
}
.AnyTagClassName
{
color: #ADC70B;
}
</style>
background-color css
<style>
a { background-color: #ADC70B; }
a { background-color: rgb(173,199,11); }
div.DivClassName
{
background-color: #ADC70B;
}
.BgClassName
{
background-color: #ADC70B;
}
</style>
border-color css
<style>
span { border-color: #ADC70B; }
span { border-color: rgb(173,199,11); }
td.TdClassName
{
border-color: #ADC70B;
}
.TagClassName
{
border-color: #ADC70B;
}
</style>