Shades of La Rioja #AEC50D
Tints of La Rioja #AEC50D
RGB
CMYK
RGB Variations
Color information
#AEC50D (or 0xAEC50D) is known color: La Rioja. HEX triplet: AE, C5 and 0D. RGB value is (174,197,13). Sum of RGB (Red+Green+Blue) = 174+197+13=384 (50% of max value = 765). Red value is 174 (68.36% from 255 or 45.31% from 384); Green value is 197 (77.34% from 255 or 51.30% from 384); Blue value is 13 (5.47% from 255 or 3.39% from 384); Max value from RGB is 197 - color contains mainly: green. Hex color #AEC50D is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #AEC50D is #513AF2. Grayscale: #A9A9A9. Windows color (decimal): -5323507 or 902574. OLE color: 902574.
HSL color Cylindrical-coordinate representation of color #AEC50D: hue angle of 67.5º degrees, saturation: 0.88, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #AEC50D is Cyan = 0.12, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 174 | 197 | 13 | - |
| CMYK | 0.12 | 0 | 0.93 | 0.23 |
| HSL | 67.5º | 0.88% | 0.41% | - |
| HSV(B) | 67.5º | 0.93% | 0.77% | - |
| XYZ | 37.49 | 48.96 | 7.85 | - |
| YUV | 169.15 | 39.88 | 131.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 197 | 13 | 0.12 | 0 | 0.93 | 0.23 | 67.5 | 0.88 | 0.41 |
| Hex | AE | C5 | D | C | 0 | 5D | 17 | 44 | 58 | 29 |
| Octal | 256 | 305 | 15 | 14 | 0 | 135 | 27 | 104 | 130 | 51 |
| Binary | 10101110 | 11000101 | 1101 | 1100 | 0 | 1011101 | 10111 | 1000100 | 1011000 | 101001 |
Color Harmonies of #AEC50D
Complementary color
Monochromatic Colors of #AEC50D
Black with #AEC50D
Text Example
Text Example
White with #AEC50D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AEC50D; }
p { color: rgb(174,197,13); }
H1.HeaderClassName
{
color: #AEC50D;
}
.AnyTagClassName
{
color: #AEC50D;
}
</style>
background-color css
<style>
a { background-color: #AEC50D; }
a { background-color: rgb(174,197,13); }
div.DivClassName
{
background-color: #AEC50D;
}
.BgClassName
{
background-color: #AEC50D;
}
</style>
border-color css
<style>
span { border-color: #AEC50D; }
span { border-color: rgb(174,197,13); }
td.TdClassName
{
border-color: #AEC50D;
}
.TagClassName
{
border-color: #AEC50D;
}
</style>