Shades of La Rioja #ACC00A
Tints of La Rioja #ACC00A
RGB
CMYK
RGB Variations
Color information
#ACC00A (or 0xACC00A) is known color: La Rioja. HEX triplet: AC, C0 and 0A. RGB value is (172,192,10). Sum of RGB (Red+Green+Blue) = 172+192+10=374 (49% of max value = 765). Red value is 172 (67.58% from 255 or 45.99% from 374); Green value is 192 (75.39% from 255 or 51.34% from 374); Blue value is 10 (4.30% from 255 or 2.67% from 374); Max value from RGB is 192 - color contains mainly: green. Hex color #ACC00A is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #ACC00A is #533FF5. Grayscale: #A5A5A5. Windows color (decimal): -5455862 or 704684. OLE color: 704684.
HSL color Cylindrical-coordinate representation of color #ACC00A: hue angle of 66.59º degrees, saturation: 0.9, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #ACC00A is Cyan = 0.10, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 172 | 192 | 10 | - |
| CMYK | 0.10 | 0 | 0.95 | 0.25 |
| HSL | 66.59º | 0.9% | 0.4% | - |
| HSV(B) | 66.59º | 0.95% | 0.75% | - |
| XYZ | 35.92 | 46.49 | 7.37 | - |
| YUV | 165.27 | 40.37 | 132.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 192 | 10 | 0.10 | 0 | 0.95 | 0.25 | 66.59 | 0.9 | 0.4 |
| Hex | AC | C0 | A | A | 0 | 5F | 19 | 43 | 5A | 28 |
| Octal | 254 | 300 | 12 | 12 | 0 | 137 | 31 | 103 | 132 | 50 |
| Binary | 10101100 | 11000000 | 1010 | 1010 | 0 | 1011111 | 11001 | 1000011 | 1011010 | 101000 |
Color Harmonies of #ACC00A
Complementary color
Monochromatic Colors of #ACC00A
Black with #ACC00A
Text Example
Text Example
White with #ACC00A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACC00A; }
p { color: rgb(172,192,10); }
H1.HeaderClassName
{
color: #ACC00A;
}
.AnyTagClassName
{
color: #ACC00A;
}
</style>
background-color css
<style>
a { background-color: #ACC00A; }
a { background-color: rgb(172,192,10); }
div.DivClassName
{
background-color: #ACC00A;
}
.BgClassName
{
background-color: #ACC00A;
}
</style>
border-color css
<style>
span { border-color: #ACC00A; }
span { border-color: rgb(172,192,10); }
td.TdClassName
{
border-color: #ACC00A;
}
.TagClassName
{
border-color: #ACC00A;
}
</style>