Shades of La Rioja #ADC102
Tints of La Rioja #ADC102
RGB
CMYK
RGB Variations
Color information
#ADC102 (or 0xADC102) is known color: La Rioja. HEX triplet: AD, C1 and 02. RGB value is (173,193,2). Sum of RGB (Red+Green+Blue) = 173+193+2=368 (48% of max value = 765). Red value is 173 (67.97% from 255 or 47.01% from 368); Green value is 193 (75.78% from 255 or 52.45% from 368); Blue value is 2 (1.17% from 255 or 0.54% from 368); Max value from RGB is 193 - color contains mainly: green. Hex color #ADC102 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #ADC102 is #523EFD. Grayscale: #A5A5A5. Windows color (decimal): -5390078 or 180653. OLE color: 180653.
HSL color Cylindrical-coordinate representation of color #ADC102: hue angle of 66.28º degrees, saturation: 0.98, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #ADC102 is Cyan = 0.10, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 173 | 193 | 2 | - |
| CMYK | 0.10 | 0 | 0.99 | 0.24 |
| HSL | 66.28º | 0.98% | 0.38% | - |
| HSV(B) | 66.28º | 0.99% | 0.76% | - |
| XYZ | 36.31 | 47.03 | 7.22 | - |
| YUV | 165.25 | 35.87 | 133.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 193 | 2 | 0.10 | 0 | 0.99 | 0.24 | 66.28 | 0.98 | 0.38 |
| Hex | AD | C1 | 2 | A | 0 | 63 | 18 | 42 | 62 | 26 |
| Octal | 255 | 301 | 2 | 12 | 0 | 143 | 30 | 102 | 142 | 46 |
| Binary | 10101101 | 11000001 | 10 | 1010 | 0 | 1100011 | 11000 | 1000010 | 1100010 | 100110 |
Color Harmonies of #ADC102
Complementary color
Monochromatic Colors of #ADC102
Black with #ADC102
Text Example
Text Example
White with #ADC102
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADC102; }
p { color: rgb(173,193,2); }
H1.HeaderClassName
{
color: #ADC102;
}
.AnyTagClassName
{
color: #ADC102;
}
</style>
background-color css
<style>
a { background-color: #ADC102; }
a { background-color: rgb(173,193,2); }
div.DivClassName
{
background-color: #ADC102;
}
.BgClassName
{
background-color: #ADC102;
}
</style>
border-color css
<style>
span { border-color: #ADC102; }
span { border-color: rgb(173,193,2); }
td.TdClassName
{
border-color: #ADC102;
}
.TagClassName
{
border-color: #ADC102;
}
</style>