Shades of La Rioja #AECA00
Tints of La Rioja #AECA00
RGB
CMYK
RGB Variations
Color information
#AECA00 (or 0xAECA00) is known color: La Rioja. HEX triplet: AE, CA and 00. RGB value is (174,202,0). Sum of RGB (Red+Green+Blue) = 174+202+0=376 (49% of max value = 765). Red value is 174 (68.36% from 255 or 46.28% from 376); Green value is 202 (79.30% from 255 or 53.72% from 376); Blue value is 0 (0.39% from 255 or 0% from 376); Max value from RGB is 202 - color contains mainly: green. Hex color #AECA00 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #AECA00 is #5135FF. Grayscale: #ABABAB. Windows color (decimal): -5322240 or 51886. OLE color: 51886.
HSL color Cylindrical-coordinate representation of color #AECA00: hue angle of 68.32º degrees, saturation: 1, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 1%. Process color model (Four color, CMYK) of #AECA00 is Cyan = 0.14, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 174 | 202 | 0 | - |
| CMYK | 0.14 | 0 | 1 | 0.21 |
| HSL | 68.32º | 1% | 0.4% | - |
| HSV(B) | 68.32º | 1% | 0.79% | - |
| XYZ | 38.58 | 51.24 | 7.86 | - |
| YUV | 170.6 | 31.72 | 130.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 202 | 0 | 0.14 | 0 | 1 | 0.21 | 68.32 | 1 | 0.4 |
| Hex | AE | CA | 0 | E | 0 | 64 | 15 | 44 | 64 | 28 |
| Octal | 256 | 312 | 0 | 16 | 0 | 144 | 25 | 104 | 144 | 50 |
| Binary | 10101110 | 11001010 | 0 | 1110 | 0 | 1100100 | 10101 | 1000100 | 1100100 | 101000 |
Color Harmonies of #AECA00
Complementary color
Monochromatic Colors of #AECA00
Black with #AECA00
Text Example
Text Example
White with #AECA00
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AECA00; }
p { color: rgb(174,202,0); }
H1.HeaderClassName
{
color: #AECA00;
}
.AnyTagClassName
{
color: #AECA00;
}
</style>
background-color css
<style>
a { background-color: #AECA00; }
a { background-color: rgb(174,202,0); }
div.DivClassName
{
background-color: #AECA00;
}
.BgClassName
{
background-color: #AECA00;
}
</style>
border-color css
<style>
span { border-color: #AECA00; }
span { border-color: rgb(174,202,0); }
td.TdClassName
{
border-color: #AECA00;
}
.TagClassName
{
border-color: #AECA00;
}
</style>