Shades of La Rioja #ADC400
Tints of La Rioja #ADC400
RGB
CMYK
RGB Variations
Color information
#ADC400 (or 0xADC400) is known color: La Rioja. HEX triplet: AD, C4 and 00. RGB value is (173,196,0). Sum of RGB (Red+Green+Blue) = 173+196+0=369 (48% of max value = 765). Red value is 173 (67.97% from 255 or 46.88% from 369); Green value is 196 (76.95% from 255 or 53.12% from 369); Blue value is 0 (0.39% from 255 or 0% from 369); Max value from RGB is 196 - color contains mainly: green. Hex color #ADC400 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #ADC400 is #523BFF. Grayscale: #A7A7A7. Windows color (decimal): -5389312 or 50349. OLE color: 50349.
HSL color Cylindrical-coordinate representation of color #ADC400: hue angle of 67.04º degrees, saturation: 1, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 1%. Process color model (Four color, CMYK) of #ADC400 is Cyan = 0.12, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 173 | 196 | 0 | - |
| CMYK | 0.12 | 0 | 1 | 0.23 |
| HSL | 67.04º | 1% | 0.38% | - |
| HSV(B) | 67.04º | 1% | 0.77% | - |
| XYZ | 36.97 | 48.36 | 7.39 | - |
| YUV | 166.78 | 33.88 | 132.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 196 | 0 | 0.12 | 0 | 1 | 0.23 | 67.04 | 1 | 0.38 |
| Hex | AD | C4 | 0 | C | 0 | 64 | 17 | 43 | 64 | 26 |
| Octal | 255 | 304 | 0 | 14 | 0 | 144 | 27 | 103 | 144 | 46 |
| Binary | 10101101 | 11000100 | 0 | 1100 | 0 | 1100100 | 10111 | 1000011 | 1100100 | 100110 |
Color Harmonies of #ADC400
Complementary color
Monochromatic Colors of #ADC400
Black with #ADC400
Text Example
Text Example
White with #ADC400
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADC400; }
p { color: rgb(173,196,0); }
H1.HeaderClassName
{
color: #ADC400;
}
.AnyTagClassName
{
color: #ADC400;
}
</style>
background-color css
<style>
a { background-color: #ADC400; }
a { background-color: rgb(173,196,0); }
div.DivClassName
{
background-color: #ADC400;
}
.BgClassName
{
background-color: #ADC400;
}
</style>
border-color css
<style>
span { border-color: #ADC400; }
span { border-color: rgb(173,196,0); }
td.TdClassName
{
border-color: #ADC400;
}
.TagClassName
{
border-color: #ADC400;
}
</style>