Shades of La Rioja #ADC508
Tints of La Rioja #ADC508
RGB
CMYK
RGB Variations
Color information
#ADC508 (or 0xADC508) is known color: La Rioja. HEX triplet: AD, C5 and 08. RGB value is (173,197,8). Sum of RGB (Red+Green+Blue) = 173+197+8=378 (50% of max value = 765). Red value is 173 (67.97% from 255 or 45.77% from 378); Green value is 197 (77.34% from 255 or 52.12% from 378); Blue value is 8 (3.52% from 255 or 2.12% from 378); Max value from RGB is 197 - color contains mainly: green. Hex color #ADC508 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #ADC508 is #523AF7. Grayscale: #A9A9A9. Windows color (decimal): -5389048 or 574893. OLE color: 574893.
HSL color Cylindrical-coordinate representation of color #ADC508: hue angle of 67.62º degrees, saturation: 0.92, 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 #ADC508 is Cyan = 0.12, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 173 | 197 | 8 | - |
| CMYK | 0.12 | 0 | 0.96 | 0.23 |
| HSL | 67.62º | 0.92% | 0.4% | - |
| HSV(B) | 67.62º | 0.96% | 0.77% | - |
| XYZ | 37.24 | 48.83 | 7.69 | - |
| YUV | 168.28 | 37.55 | 131.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 197 | 8 | 0.12 | 0 | 0.96 | 0.23 | 67.62 | 0.92 | 0.4 |
| Hex | AD | C5 | 8 | C | 0 | 60 | 17 | 44 | 5C | 28 |
| Octal | 255 | 305 | 10 | 14 | 0 | 140 | 27 | 104 | 134 | 50 |
| Binary | 10101101 | 11000101 | 1000 | 1100 | 0 | 1100000 | 10111 | 1000100 | 1011100 | 101000 |
Color Harmonies of #ADC508
Complementary color
Monochromatic Colors of #ADC508
Black with #ADC508
Text Example
Text Example
White with #ADC508
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADC508; }
p { color: rgb(173,197,8); }
H1.HeaderClassName
{
color: #ADC508;
}
.AnyTagClassName
{
color: #ADC508;
}
</style>
background-color css
<style>
a { background-color: #ADC508; }
a { background-color: rgb(173,197,8); }
div.DivClassName
{
background-color: #ADC508;
}
.BgClassName
{
background-color: #ADC508;
}
</style>
border-color css
<style>
span { border-color: #ADC508; }
span { border-color: rgb(173,197,8); }
td.TdClassName
{
border-color: #ADC508;
}
.TagClassName
{
border-color: #ADC508;
}
</style>