Shades of La Rioja #ACC00C
Tints of La Rioja #ACC00C
RGB
CMYK
RGB Variations
Color information
#ACC00C (or 0xACC00C) is known color: La Rioja. HEX triplet: AC, C0 and 0C. RGB value is (172,192,12). Sum of RGB (Red+Green+Blue) = 172+192+12=376 (49% of max value = 765). Red value is 172 (67.58% from 255 or 45.74% from 376); Green value is 192 (75.39% from 255 or 51.06% from 376); Blue value is 12 (5.08% from 255 or 3.19% from 376); Max value from RGB is 192 - color contains mainly: green. Hex color #ACC00C is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #ACC00C is #533FF3. Grayscale: #A6A6A6. Windows color (decimal): -5455860 or 835756. OLE color: 835756.
HSL color Cylindrical-coordinate representation of color #ACC00C: hue angle of 66.67º degrees, saturation: 0.88, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #ACC00C is Cyan = 0.10, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 172 | 192 | 12 | - |
| CMYK | 0.10 | 0 | 0.94 | 0.25 |
| HSL | 66.67º | 0.88% | 0.4% | - |
| HSV(B) | 66.67º | 0.94% | 0.75% | - |
| XYZ | 35.93 | 46.5 | 7.43 | - |
| YUV | 165.5 | 41.37 | 132.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 192 | 12 | 0.10 | 0 | 0.94 | 0.25 | 66.67 | 0.88 | 0.4 |
| Hex | AC | C0 | C | A | 0 | 5E | 19 | 43 | 58 | 28 |
| Octal | 254 | 300 | 14 | 12 | 0 | 136 | 31 | 103 | 130 | 50 |
| Binary | 10101100 | 11000000 | 1100 | 1010 | 0 | 1011110 | 11001 | 1000011 | 1011000 | 101000 |
Color Harmonies of #ACC00C
Complementary color
Monochromatic Colors of #ACC00C
Black with #ACC00C
Text Example
Text Example
White with #ACC00C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACC00C; }
p { color: rgb(172,192,12); }
H1.HeaderClassName
{
color: #ACC00C;
}
.AnyTagClassName
{
color: #ACC00C;
}
</style>
background-color css
<style>
a { background-color: #ACC00C; }
a { background-color: rgb(172,192,12); }
div.DivClassName
{
background-color: #ACC00C;
}
.BgClassName
{
background-color: #ACC00C;
}
</style>
border-color css
<style>
span { border-color: #ACC00C; }
span { border-color: rgb(172,192,12); }
td.TdClassName
{
border-color: #ACC00C;
}
.TagClassName
{
border-color: #ACC00C;
}
</style>