Shades of La Rioja #ADCD02
Tints of La Rioja #ADCD02
RGB
CMYK
RGB Variations
Color information
#ADCD02 (or 0xADCD02) is known color: La Rioja. HEX triplet: AD, CD and 02. RGB value is (173,205,2). Sum of RGB (Red+Green+Blue) = 173+205+2=380 (50% of max value = 765). Red value is 173 (67.97% from 255 or 45.53% from 380); Green value is 205 (80.47% from 255 or 53.95% from 380); Blue value is 2 (1.17% from 255 or 0.53% from 380); Max value from RGB is 205 - color contains mainly: green. Hex color #ADCD02 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #ADCD02 is #5232FD. Grayscale: #ADADAD. Windows color (decimal): -5387006 or 183725. OLE color: 183725.
HSL color Cylindrical-coordinate representation of color #ADCD02: hue angle of 69.46º degrees, saturation: 0.98, 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 #ADCD02 is Cyan = 0.16, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 173 | 205 | 2 | - |
| CMYK | 0.16 | 0 | 0.99 | 0.20 |
| HSL | 69.46º | 0.98% | 0.41% | - |
| HSV(B) | 69.46º | 0.99% | 0.8% | - |
| XYZ | 39.08 | 52.55 | 8.14 | - |
| YUV | 172.29 | 31.9 | 128.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 205 | 2 | 0.16 | 0 | 0.99 | 0.20 | 69.46 | 0.98 | 0.41 |
| Hex | AD | CD | 2 | 10 | 0 | 63 | 14 | 45 | 62 | 29 |
| Octal | 255 | 315 | 2 | 20 | 0 | 143 | 24 | 105 | 142 | 51 |
| Binary | 10101101 | 11001101 | 10 | 10000 | 0 | 1100011 | 10100 | 1000101 | 1100010 | 101001 |
Color Harmonies of #ADCD02
Complementary color
Monochromatic Colors of #ADCD02
Black with #ADCD02
Text Example
Text Example
White with #ADCD02
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADCD02; }
p { color: rgb(173,205,2); }
H1.HeaderClassName
{
color: #ADCD02;
}
.AnyTagClassName
{
color: #ADCD02;
}
</style>
background-color css
<style>
a { background-color: #ADCD02; }
a { background-color: rgb(173,205,2); }
div.DivClassName
{
background-color: #ADCD02;
}
.BgClassName
{
background-color: #ADCD02;
}
</style>
border-color css
<style>
span { border-color: #ADCD02; }
span { border-color: rgb(173,205,2); }
td.TdClassName
{
border-color: #ADCD02;
}
.TagClassName
{
border-color: #ADCD02;
}
</style>