Shades of La Rioja #AECC00
Tints of La Rioja #AECC00
RGB
CMYK
RGB Variations
Color information
#AECC00 (or 0xAECC00) is known color: La Rioja. HEX triplet: AE, CC and 00. RGB value is (174,204,0). Sum of RGB (Red+Green+Blue) = 174+204+0=378 (50% of max value = 765). Red value is 174 (68.36% from 255 or 46.03% from 378); Green value is 204 (80.08% from 255 or 53.97% from 378); Blue value is 0 (0.39% from 255 or 0% from 378); Max value from RGB is 204 - color contains mainly: green. Hex color #AECC00 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #AECC00 is #5133FF. Grayscale: #ACACAC. Windows color (decimal): -5321728 or 52398. OLE color: 52398.
HSL color Cylindrical-coordinate representation of color #AECC00: hue angle of 68.82º degrees, saturation: 1, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 1%. Process color model (Four color, CMYK) of #AECC00 is Cyan = 0.15, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 174 | 204 | 0 | - |
| CMYK | 0.15 | 0 | 1 | 0.2 |
| HSL | 68.82º | 1% | 0.4% | - |
| HSV(B) | 68.82º | 1% | 0.8% | - |
| XYZ | 39.05 | 52.18 | 8.01 | - |
| YUV | 171.77 | 31.06 | 129.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 204 | 0 | 0.15 | 0 | 1 | 0.2 | 68.82 | 1 | 0.4 |
| Hex | AE | CC | 0 | F | 0 | 64 | 14 | 45 | 64 | 28 |
| Octal | 256 | 314 | 0 | 17 | 0 | 144 | 24 | 105 | 144 | 50 |
| Binary | 10101110 | 11001100 | 0 | 1111 | 0 | 1100100 | 10100 | 1000101 | 1100100 | 101000 |
Color Harmonies of #AECC00
Complementary color
Monochromatic Colors of #AECC00
Black with #AECC00
Text Example
Text Example
White with #AECC00
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AECC00; }
p { color: rgb(174,204,0); }
H1.HeaderClassName
{
color: #AECC00;
}
.AnyTagClassName
{
color: #AECC00;
}
</style>
background-color css
<style>
a { background-color: #AECC00; }
a { background-color: rgb(174,204,0); }
div.DivClassName
{
background-color: #AECC00;
}
.BgClassName
{
background-color: #AECC00;
}
</style>
border-color css
<style>
span { border-color: #AECC00; }
span { border-color: rgb(174,204,0); }
td.TdClassName
{
border-color: #AECC00;
}
.TagClassName
{
border-color: #AECC00;
}
</style>