Shades of La Rioja #AEC40E
Tints of La Rioja #AEC40E
RGB
CMYK
RGB Variations
Color information
#AEC40E (or 0xAEC40E) is known color: La Rioja. HEX triplet: AE, C4 and 0E. RGB value is (174,196,14). Sum of RGB (Red+Green+Blue) = 174+196+14=384 (50% of max value = 765). Red value is 174 (68.36% from 255 or 45.31% from 384); Green value is 196 (76.95% from 255 or 51.04% from 384); Blue value is 14 (5.86% from 255 or 3.65% from 384); Max value from RGB is 196 - color contains mainly: green. Hex color #AEC40E is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #AEC40E is #513BF1. Grayscale: #A9A9A9. Windows color (decimal): -5323762 or 967854. OLE color: 967854.
HSL color Cylindrical-coordinate representation of color #AEC40E: hue angle of 67.25º degrees, saturation: 0.87, 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 #AEC40E is Cyan = 0.11, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 174 | 196 | 14 | - |
| CMYK | 0.11 | 0 | 0.93 | 0.23 |
| HSL | 67.25º | 0.87% | 0.41% | - |
| HSV(B) | 67.25º | 0.93% | 0.77% | - |
| XYZ | 37.27 | 48.51 | 7.81 | - |
| YUV | 168.67 | 40.71 | 131.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 196 | 14 | 0.11 | 0 | 0.93 | 0.23 | 67.25 | 0.87 | 0.41 |
| Hex | AE | C4 | E | B | 0 | 5D | 17 | 43 | 57 | 29 |
| Octal | 256 | 304 | 16 | 13 | 0 | 135 | 27 | 103 | 127 | 51 |
| Binary | 10101110 | 11000100 | 1110 | 1011 | 0 | 1011101 | 10111 | 1000011 | 1010111 | 101001 |
Color Harmonies of #AEC40E
Complementary color
Monochromatic Colors of #AEC40E
Black with #AEC40E
Text Example
Text Example
White with #AEC40E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AEC40E; }
p { color: rgb(174,196,14); }
H1.HeaderClassName
{
color: #AEC40E;
}
.AnyTagClassName
{
color: #AEC40E;
}
</style>
background-color css
<style>
a { background-color: #AEC40E; }
a { background-color: rgb(174,196,14); }
div.DivClassName
{
background-color: #AEC40E;
}
.BgClassName
{
background-color: #AEC40E;
}
</style>
border-color css
<style>
span { border-color: #AEC40E; }
span { border-color: rgb(174,196,14); }
td.TdClassName
{
border-color: #AEC40E;
}
.TagClassName
{
border-color: #AEC40E;
}
</style>