Shades of La Rioja #ADCC02
Tints of La Rioja #ADCC02
RGB
CMYK
RGB Variations
Color information
#ADCC02 (or 0xADCC02) is known color: La Rioja. HEX triplet: AD, CC and 02. RGB value is (173,204,2). Sum of RGB (Red+Green+Blue) = 173+204+2=379 (50% of max value = 765). Red value is 173 (67.97% from 255 or 45.65% from 379); Green value is 204 (80.08% from 255 or 53.83% from 379); Blue value is 2 (1.17% from 255 or 0.53% from 379); Max value from RGB is 204 - color contains mainly: green. Hex color #ADCC02 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #ADCC02 is #5233FD. Grayscale: #ACACAC. Windows color (decimal): -5387262 or 183469. OLE color: 183469.
HSL color Cylindrical-coordinate representation of color #ADCC02: hue angle of 69.21º degrees, saturation: 0.98, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #ADCC02 is Cyan = 0.15, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 173 | 204 | 2 | - |
| CMYK | 0.15 | 0 | 0.99 | 0.2 |
| HSL | 69.21º | 0.98% | 0.4% | - |
| HSV(B) | 69.21º | 0.99% | 0.8% | - |
| XYZ | 38.84 | 52.07 | 8.06 | - |
| YUV | 171.7 | 32.23 | 128.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 204 | 2 | 0.15 | 0 | 0.99 | 0.2 | 69.21 | 0.98 | 0.4 |
| Hex | AD | CC | 2 | F | 0 | 63 | 14 | 45 | 62 | 28 |
| Octal | 255 | 314 | 2 | 17 | 0 | 143 | 24 | 105 | 142 | 50 |
| Binary | 10101101 | 11001100 | 10 | 1111 | 0 | 1100011 | 10100 | 1000101 | 1100010 | 101000 |
Color Harmonies of #ADCC02
Complementary color
Monochromatic Colors of #ADCC02
Black with #ADCC02
Text Example
Text Example
White with #ADCC02
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADCC02; }
p { color: rgb(173,204,2); }
H1.HeaderClassName
{
color: #ADCC02;
}
.AnyTagClassName
{
color: #ADCC02;
}
</style>
background-color css
<style>
a { background-color: #ADCC02; }
a { background-color: rgb(173,204,2); }
div.DivClassName
{
background-color: #ADCC02;
}
.BgClassName
{
background-color: #ADCC02;
}
</style>
border-color css
<style>
span { border-color: #ADCC02; }
span { border-color: rgb(173,204,2); }
td.TdClassName
{
border-color: #ADCC02;
}
.TagClassName
{
border-color: #ADCC02;
}
</style>