Shades of La Rioja #ACC90A
Tints of La Rioja #ACC90A
RGB
CMYK
RGB Variations
Color information
#ACC90A (or 0xACC90A) is known color: La Rioja. HEX triplet: AC, C9 and 0A. RGB value is (172,201,10). Sum of RGB (Red+Green+Blue) = 172+201+10=383 (50% of max value = 765). Red value is 172 (67.58% from 255 or 44.91% from 383); Green value is 201 (78.91% from 255 or 52.48% from 383); Blue value is 10 (4.30% from 255 or 2.61% from 383); Max value from RGB is 201 - color contains mainly: green. Hex color #ACC90A is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #ACC90A is #5336F5. Grayscale: #ABABAB. Windows color (decimal): -5453558 or 706988. OLE color: 706988.
HSL color Cylindrical-coordinate representation of color #ACC90A: hue angle of 69.11º degrees, saturation: 0.91, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #ACC90A is Cyan = 0.14, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 172 | 201 | 10 | - |
| CMYK | 0.14 | 0 | 0.95 | 0.21 |
| HSL | 69.11º | 0.91% | 0.41% | - |
| HSV(B) | 69.11º | 0.95% | 0.79% | - |
| XYZ | 37.95 | 50.57 | 8.05 | - |
| YUV | 170.56 | 37.39 | 129.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 201 | 10 | 0.14 | 0 | 0.95 | 0.21 | 69.11 | 0.91 | 0.41 |
| Hex | AC | C9 | A | E | 0 | 5F | 15 | 45 | 5B | 29 |
| Octal | 254 | 311 | 12 | 16 | 0 | 137 | 25 | 105 | 133 | 51 |
| Binary | 10101100 | 11001001 | 1010 | 1110 | 0 | 1011111 | 10101 | 1000101 | 1011011 | 101001 |
Color Harmonies of #ACC90A
Complementary color
Monochromatic Colors of #ACC90A
Black with #ACC90A
Text Example
Text Example
White with #ACC90A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACC90A; }
p { color: rgb(172,201,10); }
H1.HeaderClassName
{
color: #ACC90A;
}
.AnyTagClassName
{
color: #ACC90A;
}
</style>
background-color css
<style>
a { background-color: #ACC90A; }
a { background-color: rgb(172,201,10); }
div.DivClassName
{
background-color: #ACC90A;
}
.BgClassName
{
background-color: #ACC90A;
}
</style>
border-color css
<style>
span { border-color: #ACC90A; }
span { border-color: rgb(172,201,10); }
td.TdClassName
{
border-color: #ACC90A;
}
.TagClassName
{
border-color: #ACC90A;
}
</style>