Shades of La Rioja #AEC40A
Tints of La Rioja #AEC40A
RGB
CMYK
RGB Variations
Color information
#AEC40A (or 0xAEC40A) is known color: La Rioja. HEX triplet: AE, C4 and 0A. RGB value is (174,196,10). Sum of RGB (Red+Green+Blue) = 174+196+10=380 (50% of max value = 765). Red value is 174 (68.36% from 255 or 45.79% from 380); Green value is 196 (76.95% from 255 or 51.58% from 380); Blue value is 10 (4.30% from 255 or 2.63% from 380); Max value from RGB is 196 - color contains mainly: green. Hex color #AEC40A is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #AEC40A is #513BF5. Grayscale: #A8A8A8. Windows color (decimal): -5323766 or 705710. OLE color: 705710.
HSL color Cylindrical-coordinate representation of color #AEC40A: hue angle of 67.1º degrees, saturation: 0.9, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #AEC40A is Cyan = 0.11, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 174 | 196 | 10 | - |
| CMYK | 0.11 | 0 | 0.95 | 0.23 |
| HSL | 67.1º | 0.9% | 0.4% | - |
| HSV(B) | 67.1º | 0.95% | 0.77% | - |
| XYZ | 37.25 | 48.5 | 7.69 | - |
| YUV | 168.22 | 38.71 | 132.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 196 | 10 | 0.11 | 0 | 0.95 | 0.23 | 67.1 | 0.9 | 0.4 |
| Hex | AE | C4 | A | B | 0 | 5F | 17 | 43 | 5A | 28 |
| Octal | 256 | 304 | 12 | 13 | 0 | 137 | 27 | 103 | 132 | 50 |
| Binary | 10101110 | 11000100 | 1010 | 1011 | 0 | 1011111 | 10111 | 1000011 | 1011010 | 101000 |
Color Harmonies of #AEC40A
Complementary color
Monochromatic Colors of #AEC40A
Black with #AEC40A
Text Example
Text Example
White with #AEC40A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AEC40A; }
p { color: rgb(174,196,10); }
H1.HeaderClassName
{
color: #AEC40A;
}
.AnyTagClassName
{
color: #AEC40A;
}
</style>
background-color css
<style>
a { background-color: #AEC40A; }
a { background-color: rgb(174,196,10); }
div.DivClassName
{
background-color: #AEC40A;
}
.BgClassName
{
background-color: #AEC40A;
}
</style>
border-color css
<style>
span { border-color: #AEC40A; }
span { border-color: rgb(174,196,10); }
td.TdClassName
{
border-color: #AEC40A;
}
.TagClassName
{
border-color: #AEC40A;
}
</style>