Shades of La Rioja #ADCD04
Tints of La Rioja #ADCD04
RGB
CMYK
RGB Variations
Color information
#ADCD04 (or 0xADCD04) is known color: La Rioja. HEX triplet: AD, CD and 04. RGB value is (173,205,4). Sum of RGB (Red+Green+Blue) = 173+205+4=382 (50% of max value = 765). Red value is 173 (67.97% from 255 or 45.29% from 382); Green value is 205 (80.47% from 255 or 53.66% from 382); Blue value is 4 (1.95% from 255 or 1.05% from 382); Max value from RGB is 205 - color contains mainly: green. Hex color #ADCD04 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #ADCD04 is #5232FB. Grayscale: #ADADAD. Windows color (decimal): -5387004 or 314797. OLE color: 314797.
HSL color Cylindrical-coordinate representation of color #ADCD04: hue angle of 69.55º degrees, saturation: 0.96, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #ADCD04 is Cyan = 0.16, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 173 | 205 | 4 | - |
| CMYK | 0.16 | 0 | 0.98 | 0.20 |
| HSL | 69.55º | 0.96% | 0.41% | - |
| HSV(B) | 69.55º | 0.98% | 0.8% | - |
| XYZ | 39.09 | 52.56 | 8.2 | - |
| YUV | 172.52 | 32.9 | 128.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 205 | 4 | 0.16 | 0 | 0.98 | 0.20 | 69.55 | 0.96 | 0.41 |
| Hex | AD | CD | 4 | 10 | 0 | 62 | 14 | 46 | 60 | 29 |
| Octal | 255 | 315 | 4 | 20 | 0 | 142 | 24 | 106 | 140 | 51 |
| Binary | 10101101 | 11001101 | 100 | 10000 | 0 | 1100010 | 10100 | 1000110 | 1100000 | 101001 |
Color Harmonies of #ADCD04
Complementary color
Monochromatic Colors of #ADCD04
Black with #ADCD04
Text Example
Text Example
White with #ADCD04
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADCD04; }
p { color: rgb(173,205,4); }
H1.HeaderClassName
{
color: #ADCD04;
}
.AnyTagClassName
{
color: #ADCD04;
}
</style>
background-color css
<style>
a { background-color: #ADCD04; }
a { background-color: rgb(173,205,4); }
div.DivClassName
{
background-color: #ADCD04;
}
.BgClassName
{
background-color: #ADCD04;
}
</style>
border-color css
<style>
span { border-color: #ADCD04; }
span { border-color: rgb(173,205,4); }
td.TdClassName
{
border-color: #ADCD04;
}
.TagClassName
{
border-color: #ADCD04;
}
</style>