Shades of La Rioja #ACC900
Tints of La Rioja #ACC900
RGB
CMYK
RGB Variations
Color information
#ACC900 (or 0xACC900) is known color: La Rioja. HEX triplet: AC, C9 and 00. RGB value is (172,201,0). Sum of RGB (Red+Green+Blue) = 172+201+0=373 (49% of max value = 765). Red value is 172 (67.58% from 255 or 46.11% from 373); Green value is 201 (78.91% from 255 or 53.89% from 373); Blue value is 0 (0.39% from 255 or 0% from 373); Max value from RGB is 201 - color contains mainly: green. Hex color #ACC900 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #ACC900 is #5336FF. Grayscale: #AAAAAA. Windows color (decimal): -5453568 or 51628. OLE color: 51628.
HSL color Cylindrical-coordinate representation of color #ACC900: hue angle of 68.66º degrees, saturation: 1, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 1%. Process color model (Four color, CMYK) of #ACC900 is Cyan = 0.14, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 172 | 201 | 0 | - |
| CMYK | 0.14 | 0 | 1 | 0.21 |
| HSL | 68.66º | 1% | 0.39% | - |
| HSV(B) | 68.66º | 1% | 0.79% | - |
| XYZ | 37.9 | 50.54 | 7.76 | - |
| YUV | 169.42 | 32.39 | 129.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 201 | 0 | 0.14 | 0 | 1 | 0.21 | 68.66 | 1 | 0.39 |
| Hex | AC | C9 | 0 | E | 0 | 64 | 15 | 45 | 64 | 27 |
| Octal | 254 | 311 | 0 | 16 | 0 | 144 | 25 | 105 | 144 | 47 |
| Binary | 10101100 | 11001001 | 0 | 1110 | 0 | 1100100 | 10101 | 1000101 | 1100100 | 100111 |
Color Harmonies of #ACC900
Complementary color
Monochromatic Colors of #ACC900
Black with #ACC900
Text Example
Text Example
White with #ACC900
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACC900; }
p { color: rgb(172,201,0); }
H1.HeaderClassName
{
color: #ACC900;
}
.AnyTagClassName
{
color: #ACC900;
}
</style>
background-color css
<style>
a { background-color: #ACC900; }
a { background-color: rgb(172,201,0); }
div.DivClassName
{
background-color: #ACC900;
}
.BgClassName
{
background-color: #ACC900;
}
</style>
border-color css
<style>
span { border-color: #ACC900; }
span { border-color: rgb(172,201,0); }
td.TdClassName
{
border-color: #ACC900;
}
.TagClassName
{
border-color: #ACC900;
}
</style>