Shades of La Rioja #ABCD00
Tints of La Rioja #ABCD00
RGB
CMYK
RGB Variations
Color information
#ABCD00 (or 0xABCD00) is known color: La Rioja. HEX triplet: AB, CD and 00. RGB value is (171,205,0). Sum of RGB (Red+Green+Blue) = 171+205+0=376 (49% of max value = 765). Red value is 171 (67.19% from 255 or 45.48% from 376); Green value is 205 (80.47% from 255 or 54.52% from 376); Blue value is 0 (0.39% from 255 or 0% from 376); Max value from RGB is 205 - color contains mainly: green. Hex color #ABCD00 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #ABCD00 is #5432FF. Grayscale: #ACACAC. Windows color (decimal): -5518080 or 52651. OLE color: 52651.
HSL color Cylindrical-coordinate representation of color #ABCD00: hue angle of 69.95º degrees, saturation: 1, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 1%. Process color model (Four color, CMYK) of #ABCD00 is Cyan = 0.17, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 171 | 205 | 0 | - |
| CMYK | 0.17 | 0 | 1 | 0.20 |
| HSL | 69.95º | 1% | 0.4% | - |
| HSV(B) | 69.95º | 1% | 0.8% | - |
| XYZ | 38.63 | 52.32 | 8.06 | - |
| YUV | 171.46 | 31.24 | 127.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 205 | 0 | 0.17 | 0 | 1 | 0.20 | 69.95 | 1 | 0.4 |
| Hex | AB | CD | 0 | 11 | 0 | 64 | 14 | 46 | 64 | 28 |
| Octal | 253 | 315 | 0 | 21 | 0 | 144 | 24 | 106 | 144 | 50 |
| Binary | 10101011 | 11001101 | 0 | 10001 | 0 | 1100100 | 10100 | 1000110 | 1100100 | 101000 |
Color Harmonies of #ABCD00
Complementary color
Monochromatic Colors of #ABCD00
Black with #ABCD00
Text Example
Text Example
White with #ABCD00
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ABCD00; }
p { color: rgb(171,205,0); }
H1.HeaderClassName
{
color: #ABCD00;
}
.AnyTagClassName
{
color: #ABCD00;
}
</style>
background-color css
<style>
a { background-color: #ABCD00; }
a { background-color: rgb(171,205,0); }
div.DivClassName
{
background-color: #ABCD00;
}
.BgClassName
{
background-color: #ABCD00;
}
</style>
border-color css
<style>
span { border-color: #ABCD00; }
span { border-color: rgb(171,205,0); }
td.TdClassName
{
border-color: #ABCD00;
}
.TagClassName
{
border-color: #ABCD00;
}
</style>