Shades of La Rioja #ABCE00
Tints of La Rioja #ABCE00
RGB
CMYK
RGB Variations
Color information
#ABCE00 (or 0xABCE00) is known color: La Rioja. HEX triplet: AB, CE and 00. RGB value is (171,206,0). Sum of RGB (Red+Green+Blue) = 171+206+0=377 (49% of max value = 765). Red value is 171 (67.19% from 255 or 45.36% from 377); Green value is 206 (80.86% from 255 or 54.64% from 377); Blue value is 0 (0.39% from 255 or 0% from 377); Max value from RGB is 206 - color contains mainly: green. Hex color #ABCE00 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #ABCE00 is #5431FF. Grayscale: #ACACAC. Windows color (decimal): -5517824 or 52907. OLE color: 52907.
HSL color Cylindrical-coordinate representation of color #ABCE00: hue angle of 70.19º degrees, saturation: 1, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 1%. Process color model (Four color, CMYK) of #ABCE00 is Cyan = 0.17, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 171 | 206 | 0 | - |
| CMYK | 0.17 | 0 | 1 | 0.19 |
| HSL | 70.19º | 1% | 0.4% | - |
| HSV(B) | 70.19º | 1% | 0.81% | - |
| XYZ | 38.87 | 52.8 | 8.14 | - |
| YUV | 172.05 | 30.9 | 127.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 206 | 0 | 0.17 | 0 | 1 | 0.19 | 70.19 | 1 | 0.4 |
| Hex | AB | CE | 0 | 11 | 0 | 64 | 13 | 46 | 64 | 28 |
| Octal | 253 | 316 | 0 | 21 | 0 | 144 | 23 | 106 | 144 | 50 |
| Binary | 10101011 | 11001110 | 0 | 10001 | 0 | 1100100 | 10011 | 1000110 | 1100100 | 101000 |
Color Harmonies of #ABCE00
Complementary color
Monochromatic Colors of #ABCE00
Black with #ABCE00
Text Example
Text Example
White with #ABCE00
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ABCE00; }
p { color: rgb(171,206,0); }
H1.HeaderClassName
{
color: #ABCE00;
}
.AnyTagClassName
{
color: #ABCE00;
}
</style>
background-color css
<style>
a { background-color: #ABCE00; }
a { background-color: rgb(171,206,0); }
div.DivClassName
{
background-color: #ABCE00;
}
.BgClassName
{
background-color: #ABCE00;
}
</style>
border-color css
<style>
span { border-color: #ABCE00; }
span { border-color: rgb(171,206,0); }
td.TdClassName
{
border-color: #ABCE00;
}
.TagClassName
{
border-color: #ABCE00;
}
</style>