Shades of La Rioja #ADC607
Tints of La Rioja #ADC607
RGB
CMYK
RGB Variations
Color information
#ADC607 (or 0xADC607) is known color: La Rioja. HEX triplet: AD, C6 and 07. RGB value is (173,198,7). Sum of RGB (Red+Green+Blue) = 173+198+7=378 (50% of max value = 765). Red value is 173 (67.97% from 255 or 45.77% from 378); Green value is 198 (77.73% from 255 or 52.38% from 378); Blue value is 7 (3.12% from 255 or 1.85% from 378); Max value from RGB is 198 - color contains mainly: green. Hex color #ADC607 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #ADC607 is #5239F8. Grayscale: #A9A9A9. Windows color (decimal): -5388793 or 509613. OLE color: 509613.
HSL color Cylindrical-coordinate representation of color #ADC607: hue angle of 67.85º degrees, saturation: 0.93, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #ADC607 is Cyan = 0.13, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 173 | 198 | 7 | - |
| CMYK | 0.13 | 0 | 0.96 | 0.22 |
| HSL | 67.85º | 0.93% | 0.4% | - |
| HSV(B) | 67.85º | 0.96% | 0.78% | - |
| XYZ | 37.47 | 49.29 | 7.74 | - |
| YUV | 168.75 | 36.72 | 131.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 198 | 7 | 0.13 | 0 | 0.96 | 0.22 | 67.85 | 0.93 | 0.4 |
| Hex | AD | C6 | 7 | D | 0 | 60 | 16 | 44 | 5D | 28 |
| Octal | 255 | 306 | 7 | 15 | 0 | 140 | 26 | 104 | 135 | 50 |
| Binary | 10101101 | 11000110 | 111 | 1101 | 0 | 1100000 | 10110 | 1000100 | 1011101 | 101000 |
Color Harmonies of #ADC607
Complementary color
Monochromatic Colors of #ADC607
Black with #ADC607
Text Example
Text Example
White with #ADC607
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADC607; }
p { color: rgb(173,198,7); }
H1.HeaderClassName
{
color: #ADC607;
}
.AnyTagClassName
{
color: #ADC607;
}
</style>
background-color css
<style>
a { background-color: #ADC607; }
a { background-color: rgb(173,198,7); }
div.DivClassName
{
background-color: #ADC607;
}
.BgClassName
{
background-color: #ADC607;
}
</style>
border-color css
<style>
span { border-color: #ADC607; }
span { border-color: rgb(173,198,7); }
td.TdClassName
{
border-color: #ADC607;
}
.TagClassName
{
border-color: #ADC607;
}
</style>