Shades of La Rioja #ADC00A
Tints of La Rioja #ADC00A
RGB
CMYK
RGB Variations
Color information
#ADC00A (or 0xADC00A) is known color: La Rioja. HEX triplet: AD, C0 and 0A. RGB value is (173,192,10). Sum of RGB (Red+Green+Blue) = 173+192+10=375 (49% of max value = 765). Red value is 173 (67.97% from 255 or 46.13% from 375); Green value is 192 (75.39% from 255 or 51.2% from 375); Blue value is 10 (4.30% from 255 or 2.67% from 375); Max value from RGB is 192 - color contains mainly: green. Hex color #ADC00A is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #ADC00A is #523FF5. Grayscale: #A6A6A6. Windows color (decimal): -5390326 or 704685. OLE color: 704685.
HSL color Cylindrical-coordinate representation of color #ADC00A: hue angle of 66.26º degrees, saturation: 0.9, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #ADC00A is Cyan = 0.10, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 173 | 192 | 10 | - |
| CMYK | 0.10 | 0 | 0.95 | 0.25 |
| HSL | 66.26º | 0.9% | 0.4% | - |
| HSV(B) | 66.26º | 0.95% | 0.75% | - |
| XYZ | 36.14 | 46.61 | 7.38 | - |
| YUV | 165.57 | 40.21 | 133.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 192 | 10 | 0.10 | 0 | 0.95 | 0.25 | 66.26 | 0.9 | 0.4 |
| Hex | AD | C0 | A | A | 0 | 5F | 19 | 42 | 5A | 28 |
| Octal | 255 | 300 | 12 | 12 | 0 | 137 | 31 | 102 | 132 | 50 |
| Binary | 10101101 | 11000000 | 1010 | 1010 | 0 | 1011111 | 11001 | 1000010 | 1011010 | 101000 |
Color Harmonies of #ADC00A
Complementary color
Monochromatic Colors of #ADC00A
Black with #ADC00A
Text Example
Text Example
White with #ADC00A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADC00A; }
p { color: rgb(173,192,10); }
H1.HeaderClassName
{
color: #ADC00A;
}
.AnyTagClassName
{
color: #ADC00A;
}
</style>
background-color css
<style>
a { background-color: #ADC00A; }
a { background-color: rgb(173,192,10); }
div.DivClassName
{
background-color: #ADC00A;
}
.BgClassName
{
background-color: #ADC00A;
}
</style>
border-color css
<style>
span { border-color: #ADC00A; }
span { border-color: rgb(173,192,10); }
td.TdClassName
{
border-color: #ADC00A;
}
.TagClassName
{
border-color: #ADC00A;
}
</style>