Shades of La Rioja #ADC300
Tints of La Rioja #ADC300
RGB
CMYK
RGB Variations
Color information
#ADC300 (or 0xADC300) is known color: La Rioja. HEX triplet: AD, C3 and 00. RGB value is (173,195,0). Sum of RGB (Red+Green+Blue) = 173+195+0=368 (48% of max value = 765). Red value is 173 (67.97% from 255 or 47.01% from 368); Green value is 195 (76.56% from 255 or 52.99% from 368); Blue value is 0 (0.39% from 255 or 0% from 368); Max value from RGB is 195 - color contains mainly: green. Hex color #ADC300 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #ADC300 is #523CFF. Grayscale: #A6A6A6. Windows color (decimal): -5389568 or 50093. OLE color: 50093.
HSL color Cylindrical-coordinate representation of color #ADC300: hue angle of 66.77º degrees, saturation: 1, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 1%. Process color model (Four color, CMYK) of #ADC300 is Cyan = 0.11, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 173 | 195 | 0 | - |
| CMYK | 0.11 | 0 | 1 | 0.24 |
| HSL | 66.77º | 1% | 0.38% | - |
| HSV(B) | 66.77º | 1% | 0.76% | - |
| XYZ | 36.75 | 47.91 | 7.31 | - |
| YUV | 166.19 | 34.21 | 132.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 195 | 0 | 0.11 | 0 | 1 | 0.24 | 66.77 | 1 | 0.38 |
| Hex | AD | C3 | 0 | B | 0 | 64 | 18 | 43 | 64 | 26 |
| Octal | 255 | 303 | 0 | 13 | 0 | 144 | 30 | 103 | 144 | 46 |
| Binary | 10101101 | 11000011 | 0 | 1011 | 0 | 1100100 | 11000 | 1000011 | 1100100 | 100110 |
Color Harmonies of #ADC300
Complementary color
Monochromatic Colors of #ADC300
Black with #ADC300
Text Example
Text Example
White with #ADC300
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADC300; }
p { color: rgb(173,195,0); }
H1.HeaderClassName
{
color: #ADC300;
}
.AnyTagClassName
{
color: #ADC300;
}
</style>
background-color css
<style>
a { background-color: #ADC300; }
a { background-color: rgb(173,195,0); }
div.DivClassName
{
background-color: #ADC300;
}
.BgClassName
{
background-color: #ADC300;
}
</style>
border-color css
<style>
span { border-color: #ADC300; }
span { border-color: rgb(173,195,0); }
td.TdClassName
{
border-color: #ADC300;
}
.TagClassName
{
border-color: #ADC300;
}
</style>