Shades of La Rioja #ACC30C
Tints of La Rioja #ACC30C
RGB
CMYK
RGB Variations
Color information
#ACC30C (or 0xACC30C) is known color: La Rioja. HEX triplet: AC, C3 and 0C. RGB value is (172,195,12). Sum of RGB (Red+Green+Blue) = 172+195+12=379 (50% of max value = 765). Red value is 172 (67.58% from 255 or 45.38% from 379); Green value is 195 (76.56% from 255 or 51.45% from 379); Blue value is 12 (5.08% from 255 or 3.17% from 379); Max value from RGB is 195 - color contains mainly: green. Hex color #ACC30C is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #ACC30C is #533CF3. Grayscale: #A7A7A7. Windows color (decimal): -5455092 or 836524. OLE color: 836524.
HSL color Cylindrical-coordinate representation of color #ACC30C: hue angle of 67.54º degrees, saturation: 0.88, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #ACC30C is Cyan = 0.12, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 172 | 195 | 12 | - |
| CMYK | 0.12 | 0 | 0.94 | 0.24 |
| HSL | 67.54º | 0.88% | 0.41% | - |
| HSV(B) | 67.54º | 0.94% | 0.76% | - |
| XYZ | 36.59 | 47.83 | 7.65 | - |
| YUV | 167.26 | 40.38 | 131.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 195 | 12 | 0.12 | 0 | 0.94 | 0.24 | 67.54 | 0.88 | 0.41 |
| Hex | AC | C3 | C | C | 0 | 5E | 18 | 44 | 58 | 29 |
| Octal | 254 | 303 | 14 | 14 | 0 | 136 | 30 | 104 | 130 | 51 |
| Binary | 10101100 | 11000011 | 1100 | 1100 | 0 | 1011110 | 11000 | 1000100 | 1011000 | 101001 |
Color Harmonies of #ACC30C
Complementary color
Monochromatic Colors of #ACC30C
Black with #ACC30C
Text Example
Text Example
White with #ACC30C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACC30C; }
p { color: rgb(172,195,12); }
H1.HeaderClassName
{
color: #ACC30C;
}
.AnyTagClassName
{
color: #ACC30C;
}
</style>
background-color css
<style>
a { background-color: #ACC30C; }
a { background-color: rgb(172,195,12); }
div.DivClassName
{
background-color: #ACC30C;
}
.BgClassName
{
background-color: #ACC30C;
}
</style>
border-color css
<style>
span { border-color: #ACC30C; }
span { border-color: rgb(172,195,12); }
td.TdClassName
{
border-color: #ACC30C;
}
.TagClassName
{
border-color: #ACC30C;
}
</style>