Shades of La Rioja #ADCC03
Tints of La Rioja #ADCC03
RGB
CMYK
RGB Variations
Color information
#ADCC03 (or 0xADCC03) is known color: La Rioja. HEX triplet: AD, CC and 03. RGB value is (173,204,3). Sum of RGB (Red+Green+Blue) = 173+204+3=380 (50% of max value = 765). Red value is 173 (67.97% from 255 or 45.53% from 380); Green value is 204 (80.08% from 255 or 53.68% from 380); Blue value is 3 (1.56% from 255 or 0.79% from 380); Max value from RGB is 204 - color contains mainly: green. Hex color #ADCC03 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #ADCC03 is #5233FC. Grayscale: #ACACAC. Windows color (decimal): -5387261 or 249005. OLE color: 249005.
HSL color Cylindrical-coordinate representation of color #ADCC03: hue angle of 69.25º degrees, saturation: 0.97, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #ADCC03 is Cyan = 0.15, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 173 | 204 | 3 | - |
| CMYK | 0.15 | 0 | 0.99 | 0.2 |
| HSL | 69.25º | 0.97% | 0.41% | - |
| HSV(B) | 69.25º | 0.99% | 0.8% | - |
| XYZ | 38.84 | 52.08 | 8.09 | - |
| YUV | 171.82 | 32.73 | 128.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 204 | 3 | 0.15 | 0 | 0.99 | 0.2 | 69.25 | 0.97 | 0.41 |
| Hex | AD | CC | 3 | F | 0 | 63 | 14 | 45 | 61 | 29 |
| Octal | 255 | 314 | 3 | 17 | 0 | 143 | 24 | 105 | 141 | 51 |
| Binary | 10101101 | 11001100 | 11 | 1111 | 0 | 1100011 | 10100 | 1000101 | 1100001 | 101001 |
Color Harmonies of #ADCC03
Complementary color
Monochromatic Colors of #ADCC03
Black with #ADCC03
Text Example
Text Example
White with #ADCC03
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADCC03; }
p { color: rgb(173,204,3); }
H1.HeaderClassName
{
color: #ADCC03;
}
.AnyTagClassName
{
color: #ADCC03;
}
</style>
background-color css
<style>
a { background-color: #ADCC03; }
a { background-color: rgb(173,204,3); }
div.DivClassName
{
background-color: #ADCC03;
}
.BgClassName
{
background-color: #ADCC03;
}
</style>
border-color css
<style>
span { border-color: #ADCC03; }
span { border-color: rgb(173,204,3); }
td.TdClassName
{
border-color: #ADCC03;
}
.TagClassName
{
border-color: #ADCC03;
}
</style>