Shades of La Rioja #ADCC00
Tints of La Rioja #ADCC00
RGB
CMYK
RGB Variations
Color information
#ADCC00 (or 0xADCC00) is known color: La Rioja. HEX triplet: AD, CC and 00. RGB value is (173,204,0). Sum of RGB (Red+Green+Blue) = 173+204+0=377 (49% of max value = 765). Red value is 173 (67.97% from 255 or 45.89% from 377); Green value is 204 (80.08% from 255 or 54.11% from 377); Blue value is 0 (0.39% from 255 or 0% from 377); Max value from RGB is 204 - color contains mainly: green. Hex color #ADCC00 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #ADCC00 is #5233FF. Grayscale: #ACACAC. Windows color (decimal): -5387264 or 52397. OLE color: 52397.
HSL color Cylindrical-coordinate representation of color #ADCC00: hue angle of 69.12º degrees, saturation: 1, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 1%. Process color model (Four color, CMYK) of #ADCC00 is Cyan = 0.15, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 173 | 204 | 0 | - |
| CMYK | 0.15 | 0 | 1 | 0.2 |
| HSL | 69.12º | 1% | 0.4% | - |
| HSV(B) | 69.12º | 1% | 0.8% | - |
| XYZ | 38.83 | 52.07 | 8 | - |
| YUV | 171.48 | 31.23 | 129.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 204 | 0 | 0.15 | 0 | 1 | 0.2 | 69.12 | 1 | 0.4 |
| Hex | AD | CC | 0 | F | 0 | 64 | 14 | 45 | 64 | 28 |
| Octal | 255 | 314 | 0 | 17 | 0 | 144 | 24 | 105 | 144 | 50 |
| Binary | 10101101 | 11001100 | 0 | 1111 | 0 | 1100100 | 10100 | 1000101 | 1100100 | 101000 |
Color Harmonies of #ADCC00
Complementary color
Monochromatic Colors of #ADCC00
Black with #ADCC00
Text Example
Text Example
White with #ADCC00
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADCC00; }
p { color: rgb(173,204,0); }
H1.HeaderClassName
{
color: #ADCC00;
}
.AnyTagClassName
{
color: #ADCC00;
}
</style>
background-color css
<style>
a { background-color: #ADCC00; }
a { background-color: rgb(173,204,0); }
div.DivClassName
{
background-color: #ADCC00;
}
.BgClassName
{
background-color: #ADCC00;
}
</style>
border-color css
<style>
span { border-color: #ADCC00; }
span { border-color: rgb(173,204,0); }
td.TdClassName
{
border-color: #ADCC00;
}
.TagClassName
{
border-color: #ADCC00;
}
</style>