Shades of La Rioja #ADCF01
Tints of La Rioja #ADCF01
RGB
CMYK
RGB Variations
Color information
#ADCF01 (or 0xADCF01) is known color: La Rioja. HEX triplet: AD, CF and 01. RGB value is (173,207,1). Sum of RGB (Red+Green+Blue) = 173+207+1=381 (50% of max value = 765). Red value is 173 (67.97% from 255 or 45.41% from 381); Green value is 207 (81.25% from 255 or 54.33% from 381); Blue value is 1 (0.78% from 255 or 0.26% from 381); Max value from RGB is 207 - color contains mainly: green. Hex color #ADCF01 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #ADCF01 is #5230FE. Grayscale: #AEAEAE. Windows color (decimal): -5386495 or 118701. OLE color: 118701.
HSL color Cylindrical-coordinate representation of color #ADCF01: hue angle of 69.9º degrees, saturation: 0.99, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 1%. Process color model (Four color, CMYK) of #ADCF01 is Cyan = 0.16, Magento = 0, Yellow = 1.00 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 173 | 207 | 1 | - |
| CMYK | 0.16 | 0 | 1.00 | 0.19 |
| HSL | 69.9º | 0.99% | 0.41% | - |
| HSV(B) | 69.9º | 1% | 0.81% | - |
| XYZ | 39.55 | 53.51 | 8.27 | - |
| YUV | 173.35 | 30.74 | 127.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 207 | 1 | 0.16 | 0 | 1.00 | 0.19 | 69.9 | 0.99 | 0.41 |
| Hex | AD | CF | 1 | 10 | 0 | 64 | 13 | 46 | 63 | 29 |
| Octal | 255 | 317 | 1 | 20 | 0 | 144 | 23 | 106 | 143 | 51 |
| Binary | 10101101 | 11001111 | 1 | 10000 | 0 | 1100100 | 10011 | 1000110 | 1100011 | 101001 |
Color Harmonies of #ADCF01
Complementary color
Monochromatic Colors of #ADCF01
Black with #ADCF01
Text Example
Text Example
White with #ADCF01
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADCF01; }
p { color: rgb(173,207,1); }
H1.HeaderClassName
{
color: #ADCF01;
}
.AnyTagClassName
{
color: #ADCF01;
}
</style>
background-color css
<style>
a { background-color: #ADCF01; }
a { background-color: rgb(173,207,1); }
div.DivClassName
{
background-color: #ADCF01;
}
.BgClassName
{
background-color: #ADCF01;
}
</style>
border-color css
<style>
span { border-color: #ADCF01; }
span { border-color: rgb(173,207,1); }
td.TdClassName
{
border-color: #ADCF01;
}
.TagClassName
{
border-color: #ADCF01;
}
</style>