Shades of La Rioja #ADC507
Tints of La Rioja #ADC507
RGB
CMYK
RGB Variations
Color information
#ADC507 (or 0xADC507) is known color: La Rioja. HEX triplet: AD, C5 and 07. RGB value is (173,197,7). Sum of RGB (Red+Green+Blue) = 173+197+7=377 (49% of max value = 765). Red value is 173 (67.97% from 255 or 45.89% from 377); Green value is 197 (77.34% from 255 or 52.25% from 377); Blue value is 7 (3.12% from 255 or 1.86% from 377); Max value from RGB is 197 - color contains mainly: green. Hex color #ADC507 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #ADC507 is #523AF8. Grayscale: #A8A8A8. Windows color (decimal): -5389049 or 509357. OLE color: 509357.
HSL color Cylindrical-coordinate representation of color #ADC507: hue angle of 67.58º degrees, saturation: 0.93, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #ADC507 is Cyan = 0.12, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 173 | 197 | 7 | - |
| CMYK | 0.12 | 0 | 0.96 | 0.23 |
| HSL | 67.58º | 0.93% | 0.4% | - |
| HSV(B) | 67.58º | 0.96% | 0.77% | - |
| XYZ | 37.24 | 48.83 | 7.66 | - |
| YUV | 168.16 | 37.05 | 131.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 197 | 7 | 0.12 | 0 | 0.96 | 0.23 | 67.58 | 0.93 | 0.4 |
| Hex | AD | C5 | 7 | C | 0 | 60 | 17 | 44 | 5D | 28 |
| Octal | 255 | 305 | 7 | 14 | 0 | 140 | 27 | 104 | 135 | 50 |
| Binary | 10101101 | 11000101 | 111 | 1100 | 0 | 1100000 | 10111 | 1000100 | 1011101 | 101000 |
Color Harmonies of #ADC507
Complementary color
Monochromatic Colors of #ADC507
Black with #ADC507
Text Example
Text Example
White with #ADC507
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADC507; }
p { color: rgb(173,197,7); }
H1.HeaderClassName
{
color: #ADC507;
}
.AnyTagClassName
{
color: #ADC507;
}
</style>
background-color css
<style>
a { background-color: #ADC507; }
a { background-color: rgb(173,197,7); }
div.DivClassName
{
background-color: #ADC507;
}
.BgClassName
{
background-color: #ADC507;
}
</style>
border-color css
<style>
span { border-color: #ADC507; }
span { border-color: rgb(173,197,7); }
td.TdClassName
{
border-color: #ADC507;
}
.TagClassName
{
border-color: #ADC507;
}
</style>