Shades of La Rioja #ADC009
Tints of La Rioja #ADC009
RGB
CMYK
RGB Variations
Color information
#ADC009 (or 0xADC009) is known color: La Rioja. HEX triplet: AD, C0 and 09. RGB value is (173,192,9). Sum of RGB (Red+Green+Blue) = 173+192+9=374 (49% of max value = 765). Red value is 173 (67.97% from 255 or 46.26% from 374); Green value is 192 (75.39% from 255 or 51.34% from 374); Blue value is 9 (3.91% from 255 or 2.41% from 374); Max value from RGB is 192 - color contains mainly: green. Hex color #ADC009 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #ADC009 is #523FF6. Grayscale: #A6A6A6. Windows color (decimal): -5390327 or 639149. OLE color: 639149.
HSL color Cylindrical-coordinate representation of color #ADC009: hue angle of 66.23º degrees, saturation: 0.91, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #ADC009 is Cyan = 0.10, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 173 | 192 | 9 | - |
| CMYK | 0.10 | 0 | 0.95 | 0.25 |
| HSL | 66.23º | 0.91% | 0.39% | - |
| HSV(B) | 66.23º | 0.95% | 0.75% | - |
| XYZ | 36.13 | 46.6 | 7.35 | - |
| YUV | 165.46 | 39.71 | 133.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 192 | 9 | 0.10 | 0 | 0.95 | 0.25 | 66.23 | 0.91 | 0.39 |
| Hex | AD | C0 | 9 | A | 0 | 5F | 19 | 42 | 5B | 27 |
| Octal | 255 | 300 | 11 | 12 | 0 | 137 | 31 | 102 | 133 | 47 |
| Binary | 10101101 | 11000000 | 1001 | 1010 | 0 | 1011111 | 11001 | 1000010 | 1011011 | 100111 |
Color Harmonies of #ADC009
Complementary color
Monochromatic Colors of #ADC009
Black with #ADC009
Text Example
Text Example
White with #ADC009
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADC009; }
p { color: rgb(173,192,9); }
H1.HeaderClassName
{
color: #ADC009;
}
.AnyTagClassName
{
color: #ADC009;
}
</style>
background-color css
<style>
a { background-color: #ADC009; }
a { background-color: rgb(173,192,9); }
div.DivClassName
{
background-color: #ADC009;
}
.BgClassName
{
background-color: #ADC009;
}
</style>
border-color css
<style>
span { border-color: #ADC009; }
span { border-color: rgb(173,192,9); }
td.TdClassName
{
border-color: #ADC009;
}
.TagClassName
{
border-color: #ADC009;
}
</style>