Shades of La Rioja #ADC200
Tints of La Rioja #ADC200
RGB
CMYK
RGB Variations
Color information
#ADC200 (or 0xADC200) is known color: La Rioja. HEX triplet: AD, C2 and 00. RGB value is (173,194,0). Sum of RGB (Red+Green+Blue) = 173+194+0=367 (48% of max value = 765). Red value is 173 (67.97% from 255 or 47.14% from 367); Green value is 194 (76.17% from 255 or 52.86% from 367); Blue value is 0 (0.39% from 255 or 0% from 367); Max value from RGB is 194 - color contains mainly: green. Hex color #ADC200 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #ADC200 is #523DFF. Grayscale: #A6A6A6. Windows color (decimal): -5389824 or 49837. OLE color: 49837.
HSL color Cylindrical-coordinate representation of color #ADC200: hue angle of 66.49º 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 #ADC200 is Cyan = 0.11, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 173 | 194 | 0 | - |
| CMYK | 0.11 | 0 | 1 | 0.24 |
| HSL | 66.49º | 1% | 0.38% | - |
| HSV(B) | 66.49º | 1% | 0.76% | - |
| XYZ | 36.53 | 47.47 | 7.24 | - |
| YUV | 165.61 | 34.54 | 133.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 194 | 0 | 0.11 | 0 | 1 | 0.24 | 66.49 | 1 | 0.38 |
| Hex | AD | C2 | 0 | B | 0 | 64 | 18 | 42 | 64 | 26 |
| Octal | 255 | 302 | 0 | 13 | 0 | 144 | 30 | 102 | 144 | 46 |
| Binary | 10101101 | 11000010 | 0 | 1011 | 0 | 1100100 | 11000 | 1000010 | 1100100 | 100110 |
Color Harmonies of #ADC200
Complementary color
Monochromatic Colors of #ADC200
Black with #ADC200
Text Example
Text Example
White with #ADC200
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADC200; }
p { color: rgb(173,194,0); }
H1.HeaderClassName
{
color: #ADC200;
}
.AnyTagClassName
{
color: #ADC200;
}
</style>
background-color css
<style>
a { background-color: #ADC200; }
a { background-color: rgb(173,194,0); }
div.DivClassName
{
background-color: #ADC200;
}
.BgClassName
{
background-color: #ADC200;
}
</style>
border-color css
<style>
span { border-color: #ADC200; }
span { border-color: rgb(173,194,0); }
td.TdClassName
{
border-color: #ADC200;
}
.TagClassName
{
border-color: #ADC200;
}
</style>