Shades of La Rioja #AEC40C
Tints of La Rioja #AEC40C
RGB
CMYK
RGB Variations
Color information
#AEC40C (or 0xAEC40C) is known color: La Rioja. HEX triplet: AE, C4 and 0C. RGB value is (174,196,12). Sum of RGB (Red+Green+Blue) = 174+196+12=382 (50% of max value = 765). Red value is 174 (68.36% from 255 or 45.55% from 382); Green value is 196 (76.95% from 255 or 51.31% from 382); Blue value is 12 (5.08% from 255 or 3.14% from 382); Max value from RGB is 196 - color contains mainly: green. Hex color #AEC40C is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #AEC40C is #513BF3. Grayscale: #A9A9A9. Windows color (decimal): -5323764 or 836782. OLE color: 836782.
HSL color Cylindrical-coordinate representation of color #AEC40C: hue angle of 67.17º degrees, saturation: 0.88, 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 #AEC40C is Cyan = 0.11, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 174 | 196 | 12 | - |
| CMYK | 0.11 | 0 | 0.94 | 0.23 |
| HSL | 67.17º | 0.88% | 0.41% | - |
| HSV(B) | 67.17º | 0.94% | 0.77% | - |
| XYZ | 37.26 | 48.51 | 7.75 | - |
| YUV | 168.45 | 39.71 | 131.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 196 | 12 | 0.11 | 0 | 0.94 | 0.23 | 67.17 | 0.88 | 0.41 |
| Hex | AE | C4 | C | B | 0 | 5E | 17 | 43 | 58 | 29 |
| Octal | 256 | 304 | 14 | 13 | 0 | 136 | 27 | 103 | 130 | 51 |
| Binary | 10101110 | 11000100 | 1100 | 1011 | 0 | 1011110 | 10111 | 1000011 | 1011000 | 101001 |
Color Harmonies of #AEC40C
Complementary color
Monochromatic Colors of #AEC40C
Black with #AEC40C
Text Example
Text Example
White with #AEC40C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AEC40C; }
p { color: rgb(174,196,12); }
H1.HeaderClassName
{
color: #AEC40C;
}
.AnyTagClassName
{
color: #AEC40C;
}
</style>
background-color css
<style>
a { background-color: #AEC40C; }
a { background-color: rgb(174,196,12); }
div.DivClassName
{
background-color: #AEC40C;
}
.BgClassName
{
background-color: #AEC40C;
}
</style>
border-color css
<style>
span { border-color: #AEC40C; }
span { border-color: rgb(174,196,12); }
td.TdClassName
{
border-color: #AEC40C;
}
.TagClassName
{
border-color: #AEC40C;
}
</style>