Shades of La Rioja #ACCC00
Tints of La Rioja #ACCC00
RGB
CMYK
RGB Variations
Color information
#ACCC00 (or 0xACCC00) is known color: La Rioja. HEX triplet: AC, CC and 00. RGB value is (172,204,0). Sum of RGB (Red+Green+Blue) = 172+204+0=376 (49% of max value = 765). Red value is 172 (67.58% from 255 or 45.74% from 376); Green value is 204 (80.08% from 255 or 54.26% from 376); Blue value is 0 (0.39% from 255 or 0% from 376); Max value from RGB is 204 - color contains mainly: green. Hex color #ACCC00 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #ACCC00 is #5333FF. Grayscale: #ABABAB. Windows color (decimal): -5452800 or 52396. OLE color: 52396.
HSL color Cylindrical-coordinate representation of color #ACCC00: hue angle of 69.41º 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 #ACCC00 is Cyan = 0.16, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 172 | 204 | 0 | - |
| CMYK | 0.16 | 0 | 1 | 0.2 |
| HSL | 69.41º | 1% | 0.4% | - |
| HSV(B) | 69.41º | 1% | 0.8% | - |
| XYZ | 38.61 | 51.96 | 7.99 | - |
| YUV | 171.18 | 31.4 | 128.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 204 | 0 | 0.16 | 0 | 1 | 0.2 | 69.41 | 1 | 0.4 |
| Hex | AC | CC | 0 | 10 | 0 | 64 | 14 | 45 | 64 | 28 |
| Octal | 254 | 314 | 0 | 20 | 0 | 144 | 24 | 105 | 144 | 50 |
| Binary | 10101100 | 11001100 | 0 | 10000 | 0 | 1100100 | 10100 | 1000101 | 1100100 | 101000 |
Color Harmonies of #ACCC00
Complementary color
Monochromatic Colors of #ACCC00
Black with #ACCC00
Text Example
Text Example
White with #ACCC00
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACCC00; }
p { color: rgb(172,204,0); }
H1.HeaderClassName
{
color: #ACCC00;
}
.AnyTagClassName
{
color: #ACCC00;
}
</style>
background-color css
<style>
a { background-color: #ACCC00; }
a { background-color: rgb(172,204,0); }
div.DivClassName
{
background-color: #ACCC00;
}
.BgClassName
{
background-color: #ACCC00;
}
</style>
border-color css
<style>
span { border-color: #ACCC00; }
span { border-color: rgb(172,204,0); }
td.TdClassName
{
border-color: #ACCC00;
}
.TagClassName
{
border-color: #ACCC00;
}
</style>