Shades of La Rioja #ACC20A
Tints of La Rioja #ACC20A
RGB
CMYK
RGB Variations
Color information
#ACC20A (or 0xACC20A) is known color: La Rioja. HEX triplet: AC, C2 and 0A. RGB value is (172,194,10). Sum of RGB (Red+Green+Blue) = 172+194+10=376 (49% of max value = 765). Red value is 172 (67.58% from 255 or 45.74% from 376); Green value is 194 (76.17% from 255 or 51.60% from 376); Blue value is 10 (4.30% from 255 or 2.66% from 376); Max value from RGB is 194 - color contains mainly: green. Hex color #ACC20A is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #ACC20A is #533DF5. Grayscale: #A7A7A7. Windows color (decimal): -5455350 or 705196. OLE color: 705196.
HSL color Cylindrical-coordinate representation of color #ACC20A: hue angle of 67.17º degrees, saturation: 0.9, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #ACC20A is Cyan = 0.11, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 172 | 194 | 10 | - |
| CMYK | 0.11 | 0 | 0.95 | 0.24 |
| HSL | 67.17º | 0.9% | 0.4% | - |
| HSV(B) | 67.17º | 0.95% | 0.76% | - |
| XYZ | 36.36 | 47.38 | 7.52 | - |
| YUV | 166.45 | 39.71 | 131.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 194 | 10 | 0.11 | 0 | 0.95 | 0.24 | 67.17 | 0.9 | 0.4 |
| Hex | AC | C2 | A | B | 0 | 5F | 18 | 43 | 5A | 28 |
| Octal | 254 | 302 | 12 | 13 | 0 | 137 | 30 | 103 | 132 | 50 |
| Binary | 10101100 | 11000010 | 1010 | 1011 | 0 | 1011111 | 11000 | 1000011 | 1011010 | 101000 |
Color Harmonies of #ACC20A
Complementary color
Monochromatic Colors of #ACC20A
Black with #ACC20A
Text Example
Text Example
White with #ACC20A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACC20A; }
p { color: rgb(172,194,10); }
H1.HeaderClassName
{
color: #ACC20A;
}
.AnyTagClassName
{
color: #ACC20A;
}
</style>
background-color css
<style>
a { background-color: #ACC20A; }
a { background-color: rgb(172,194,10); }
div.DivClassName
{
background-color: #ACC20A;
}
.BgClassName
{
background-color: #ACC20A;
}
</style>
border-color css
<style>
span { border-color: #ACC20A; }
span { border-color: rgb(172,194,10); }
td.TdClassName
{
border-color: #ACC20A;
}
.TagClassName
{
border-color: #ACC20A;
}
</style>