Shades of La Rioja #ADC002
Tints of La Rioja #ADC002
RGB
CMYK
RGB Variations
Color information
#ADC002 (or 0xADC002) is known color: La Rioja. HEX triplet: AD, C0 and 02. RGB value is (173,192,2). Sum of RGB (Red+Green+Blue) = 173+192+2=367 (48% of max value = 765). Red value is 173 (67.97% from 255 or 47.14% from 367); Green value is 192 (75.39% from 255 or 52.32% from 367); Blue value is 2 (1.17% from 255 or 0.54% from 367); Max value from RGB is 192 - color contains mainly: green. Hex color #ADC002 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #ADC002 is #523FFD. Grayscale: #A5A5A5. Windows color (decimal): -5390334 or 180397. OLE color: 180397.
HSL color Cylindrical-coordinate representation of color #ADC002: hue angle of 66º degrees, saturation: 0.98, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #ADC002 is Cyan = 0.10, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 173 | 192 | 2 | - |
| CMYK | 0.10 | 0 | 0.99 | 0.25 |
| HSL | 66º | 0.98% | 0.38% | - |
| HSV(B) | 66º | 0.99% | 0.75% | - |
| XYZ | 36.09 | 46.59 | 7.15 | - |
| YUV | 164.66 | 36.21 | 133.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 192 | 2 | 0.10 | 0 | 0.99 | 0.25 | 66 | 0.98 | 0.38 |
| Hex | AD | C0 | 2 | A | 0 | 63 | 19 | 42 | 62 | 26 |
| Octal | 255 | 300 | 2 | 12 | 0 | 143 | 31 | 102 | 142 | 46 |
| Binary | 10101101 | 11000000 | 10 | 1010 | 0 | 1100011 | 11001 | 1000010 | 1100010 | 100110 |
Color Harmonies of #ADC002
Complementary color
Monochromatic Colors of #ADC002
Black with #ADC002
Text Example
Text Example
White with #ADC002
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADC002; }
p { color: rgb(173,192,2); }
H1.HeaderClassName
{
color: #ADC002;
}
.AnyTagClassName
{
color: #ADC002;
}
</style>
background-color css
<style>
a { background-color: #ADC002; }
a { background-color: rgb(173,192,2); }
div.DivClassName
{
background-color: #ADC002;
}
.BgClassName
{
background-color: #ADC002;
}
</style>
border-color css
<style>
span { border-color: #ADC002; }
span { border-color: rgb(173,192,2); }
td.TdClassName
{
border-color: #ADC002;
}
.TagClassName
{
border-color: #ADC002;
}
</style>