Shades of La Rioja #ACCE00
Tints of La Rioja #ACCE00
RGB
CMYK
RGB Variations
Color information
#ACCE00 (or 0xACCE00) is known color: La Rioja. HEX triplet: AC, CE and 00. RGB value is (172,206,0). Sum of RGB (Red+Green+Blue) = 172+206+0=378 (50% of max value = 765). Red value is 172 (67.58% from 255 or 45.50% from 378); Green value is 206 (80.86% from 255 or 54.50% from 378); Blue value is 0 (0.39% from 255 or 0% from 378); Max value from RGB is 206 - color contains mainly: green. Hex color #ACCE00 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #ACCE00 is #5331FF. Grayscale: #ADADAD. Windows color (decimal): -5452288 or 52908. OLE color: 52908.
HSL color Cylindrical-coordinate representation of color #ACCE00: hue angle of 69.9º 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 #ACCE00 is Cyan = 0.17, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 172 | 206 | 0 | - |
| CMYK | 0.17 | 0 | 1 | 0.19 |
| HSL | 69.9º | 1% | 0.4% | - |
| HSV(B) | 69.9º | 1% | 0.81% | - |
| XYZ | 39.08 | 52.91 | 8.15 | - |
| YUV | 172.35 | 30.74 | 127.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 206 | 0 | 0.17 | 0 | 1 | 0.19 | 69.9 | 1 | 0.4 |
| Hex | AC | CE | 0 | 11 | 0 | 64 | 13 | 46 | 64 | 28 |
| Octal | 254 | 316 | 0 | 21 | 0 | 144 | 23 | 106 | 144 | 50 |
| Binary | 10101100 | 11001110 | 0 | 10001 | 0 | 1100100 | 10011 | 1000110 | 1100100 | 101000 |
Color Harmonies of #ACCE00
Complementary color
Monochromatic Colors of #ACCE00
Black with #ACCE00
Text Example
Text Example
White with #ACCE00
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACCE00; }
p { color: rgb(172,206,0); }
H1.HeaderClassName
{
color: #ACCE00;
}
.AnyTagClassName
{
color: #ACCE00;
}
</style>
background-color css
<style>
a { background-color: #ACCE00; }
a { background-color: rgb(172,206,0); }
div.DivClassName
{
background-color: #ACCE00;
}
.BgClassName
{
background-color: #ACCE00;
}
</style>
border-color css
<style>
span { border-color: #ACCE00; }
span { border-color: rgb(172,206,0); }
td.TdClassName
{
border-color: #ACCE00;
}
.TagClassName
{
border-color: #ACCE00;
}
</style>