Shades of La Rioja #AEC500
Tints of La Rioja #AEC500
RGB
CMYK
RGB Variations
Color information
#AEC500 (or 0xAEC500) is known color: La Rioja. HEX triplet: AE, C5 and 00. RGB value is (174,197,0). Sum of RGB (Red+Green+Blue) = 174+197+0=371 (49% of max value = 765). Red value is 174 (68.36% from 255 or 46.90% from 371); Green value is 197 (77.34% from 255 or 53.10% from 371); Blue value is 0 (0.39% from 255 or 0% from 371); Max value from RGB is 197 - color contains mainly: green. Hex color #AEC500 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #AEC500 is #513AFF. Grayscale: #A8A8A8. Windows color (decimal): -5323520 or 50606. OLE color: 50606.
HSL color Cylindrical-coordinate representation of color #AEC500: hue angle of 67.01º degrees, saturation: 1, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 1%. Process color model (Four color, CMYK) of #AEC500 is Cyan = 0.12, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 174 | 197 | 0 | - |
| CMYK | 0.12 | 0 | 1 | 0.23 |
| HSL | 67.01º | 1% | 0.39% | - |
| HSV(B) | 67.01º | 1% | 0.77% | - |
| XYZ | 37.42 | 48.93 | 7.47 | - |
| YUV | 167.67 | 33.38 | 132.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 197 | 0 | 0.12 | 0 | 1 | 0.23 | 67.01 | 1 | 0.39 |
| Hex | AE | C5 | 0 | C | 0 | 64 | 17 | 43 | 64 | 27 |
| Octal | 256 | 305 | 0 | 14 | 0 | 144 | 27 | 103 | 144 | 47 |
| Binary | 10101110 | 11000101 | 0 | 1100 | 0 | 1100100 | 10111 | 1000011 | 1100100 | 100111 |
Color Harmonies of #AEC500
Complementary color
Monochromatic Colors of #AEC500
Black with #AEC500
Text Example
Text Example
White with #AEC500
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AEC500; }
p { color: rgb(174,197,0); }
H1.HeaderClassName
{
color: #AEC500;
}
.AnyTagClassName
{
color: #AEC500;
}
</style>
background-color css
<style>
a { background-color: #AEC500; }
a { background-color: rgb(174,197,0); }
div.DivClassName
{
background-color: #AEC500;
}
.BgClassName
{
background-color: #AEC500;
}
</style>
border-color css
<style>
span { border-color: #AEC500; }
span { border-color: rgb(174,197,0); }
td.TdClassName
{
border-color: #AEC500;
}
.TagClassName
{
border-color: #AEC500;
}
</style>