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