Shades of La Rioja #AEC50C
Tints of La Rioja #AEC50C
RGB
CMYK
RGB Variations
Color information
#AEC50C (or 0xAEC50C) is known color: La Rioja. HEX triplet: AE, C5 and 0C. RGB value is (174,197,12). Sum of RGB (Red+Green+Blue) = 174+197+12=383 (50% of max value = 765). Red value is 174 (68.36% from 255 or 45.43% from 383); Green value is 197 (77.34% from 255 or 51.44% from 383); Blue value is 12 (5.08% from 255 or 3.13% from 383); Max value from RGB is 197 - color contains mainly: green. Hex color #AEC50C is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #AEC50C is #513AF3. Grayscale: #A9A9A9. Windows color (decimal): -5323508 or 837038. OLE color: 837038.
HSL color Cylindrical-coordinate representation of color #AEC50C: hue angle of 67.46º degrees, saturation: 0.89, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #AEC50C is Cyan = 0.12, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 174 | 197 | 12 | - |
| CMYK | 0.12 | 0 | 0.94 | 0.23 |
| HSL | 67.46º | 0.89% | 0.41% | - |
| HSV(B) | 67.46º | 0.94% | 0.77% | - |
| XYZ | 37.49 | 48.96 | 7.82 | - |
| YUV | 169.03 | 39.38 | 131.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 197 | 12 | 0.12 | 0 | 0.94 | 0.23 | 67.46 | 0.89 | 0.41 |
| Hex | AE | C5 | C | C | 0 | 5E | 17 | 43 | 59 | 29 |
| Octal | 256 | 305 | 14 | 14 | 0 | 136 | 27 | 103 | 131 | 51 |
| Binary | 10101110 | 11000101 | 1100 | 1100 | 0 | 1011110 | 10111 | 1000011 | 1011001 | 101001 |
Color Harmonies of #AEC50C
Complementary color
Monochromatic Colors of #AEC50C
Black with #AEC50C
Text Example
Text Example
White with #AEC50C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AEC50C; }
p { color: rgb(174,197,12); }
H1.HeaderClassName
{
color: #AEC50C;
}
.AnyTagClassName
{
color: #AEC50C;
}
</style>
background-color css
<style>
a { background-color: #AEC50C; }
a { background-color: rgb(174,197,12); }
div.DivClassName
{
background-color: #AEC50C;
}
.BgClassName
{
background-color: #AEC50C;
}
</style>
border-color css
<style>
span { border-color: #AEC50C; }
span { border-color: rgb(174,197,12); }
td.TdClassName
{
border-color: #AEC50C;
}
.TagClassName
{
border-color: #AEC50C;
}
</style>