Shades of La Rioja #ADCD00
Tints of La Rioja #ADCD00
RGB
CMYK
RGB Variations
Color information
#ADCD00 (or 0xADCD00) is known color: La Rioja. HEX triplet: AD, CD and 00. RGB value is (173,205,0). Sum of RGB (Red+Green+Blue) = 173+205+0=378 (50% of max value = 765). Red value is 173 (67.97% from 255 or 45.77% from 378); Green value is 205 (80.47% from 255 or 54.23% from 378); Blue value is 0 (0.39% from 255 or 0% from 378); Max value from RGB is 205 - color contains mainly: green. Hex color #ADCD00 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #ADCD00 is #5232FF. Grayscale: #ACACAC. Windows color (decimal): -5387008 or 52653. OLE color: 52653.
HSL color Cylindrical-coordinate representation of color #ADCD00: hue angle of 69.37º degrees, saturation: 1, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 1%. Process color model (Four color, CMYK) of #ADCD00 is Cyan = 0.16, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 173 | 205 | 0 | - |
| CMYK | 0.16 | 0 | 1 | 0.20 |
| HSL | 69.37º | 1% | 0.4% | - |
| HSV(B) | 69.37º | 1% | 0.8% | - |
| XYZ | 39.06 | 52.55 | 8.08 | - |
| YUV | 172.06 | 30.9 | 128.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 205 | 0 | 0.16 | 0 | 1 | 0.20 | 69.37 | 1 | 0.4 |
| Hex | AD | CD | 0 | 10 | 0 | 64 | 14 | 45 | 64 | 28 |
| Octal | 255 | 315 | 0 | 20 | 0 | 144 | 24 | 105 | 144 | 50 |
| Binary | 10101101 | 11001101 | 0 | 10000 | 0 | 1100100 | 10100 | 1000101 | 1100100 | 101000 |
Color Harmonies of #ADCD00
Complementary color
Monochromatic Colors of #ADCD00
Black with #ADCD00
Text Example
Text Example
White with #ADCD00
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADCD00; }
p { color: rgb(173,205,0); }
H1.HeaderClassName
{
color: #ADCD00;
}
.AnyTagClassName
{
color: #ADCD00;
}
</style>
background-color css
<style>
a { background-color: #ADCD00; }
a { background-color: rgb(173,205,0); }
div.DivClassName
{
background-color: #ADCD00;
}
.BgClassName
{
background-color: #ADCD00;
}
</style>
border-color css
<style>
span { border-color: #ADCD00; }
span { border-color: rgb(173,205,0); }
td.TdClassName
{
border-color: #ADCD00;
}
.TagClassName
{
border-color: #ADCD00;
}
</style>