Shades of La Rioja #ADCE04
Tints of La Rioja #ADCE04
RGB
CMYK
RGB Variations
Color information
#ADCE04 (or 0xADCE04) is known color: La Rioja. HEX triplet: AD, CE and 04. RGB value is (173,206,4). Sum of RGB (Red+Green+Blue) = 173+206+4=383 (50% of max value = 765). Red value is 173 (67.97% from 255 or 45.17% from 383); Green value is 206 (80.86% from 255 or 53.79% from 383); Blue value is 4 (1.95% from 255 or 1.04% from 383); Max value from RGB is 206 - color contains mainly: green. Hex color #ADCE04 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #ADCE04 is #5231FB. Grayscale: #ADADAD. Windows color (decimal): -5386748 or 315053. OLE color: 315053.
HSL color Cylindrical-coordinate representation of color #ADCE04: hue angle of 69.8º degrees, saturation: 0.96, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #ADCE04 is Cyan = 0.16, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 173 | 206 | 4 | - |
| CMYK | 0.16 | 0 | 0.98 | 0.19 |
| HSL | 69.8º | 0.96% | 0.41% | - |
| HSV(B) | 69.8º | 0.98% | 0.81% | - |
| XYZ | 39.33 | 53.04 | 8.28 | - |
| YUV | 173.11 | 32.57 | 127.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 206 | 4 | 0.16 | 0 | 0.98 | 0.19 | 69.8 | 0.96 | 0.41 |
| Hex | AD | CE | 4 | 10 | 0 | 62 | 13 | 46 | 60 | 29 |
| Octal | 255 | 316 | 4 | 20 | 0 | 142 | 23 | 106 | 140 | 51 |
| Binary | 10101101 | 11001110 | 100 | 10000 | 0 | 1100010 | 10011 | 1000110 | 1100000 | 101001 |
Color Harmonies of #ADCE04
Complementary color
Monochromatic Colors of #ADCE04
Black with #ADCE04
Text Example
Text Example
White with #ADCE04
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADCE04; }
p { color: rgb(173,206,4); }
H1.HeaderClassName
{
color: #ADCE04;
}
.AnyTagClassName
{
color: #ADCE04;
}
</style>
background-color css
<style>
a { background-color: #ADCE04; }
a { background-color: rgb(173,206,4); }
div.DivClassName
{
background-color: #ADCE04;
}
.BgClassName
{
background-color: #ADCE04;
}
</style>
border-color css
<style>
span { border-color: #ADCE04; }
span { border-color: rgb(173,206,4); }
td.TdClassName
{
border-color: #ADCE04;
}
.TagClassName
{
border-color: #ADCE04;
}
</style>