Shades of La Rioja #AEC40D
Tints of La Rioja #AEC40D
RGB
CMYK
RGB Variations
Color information
#AEC40D (or 0xAEC40D) is known color: La Rioja. HEX triplet: AE, C4 and 0D. RGB value is (174,196,13). Sum of RGB (Red+Green+Blue) = 174+196+13=383 (50% of max value = 765). Red value is 174 (68.36% from 255 or 45.43% from 383); Green value is 196 (76.95% from 255 or 51.17% from 383); Blue value is 13 (5.47% from 255 or 3.39% from 383); Max value from RGB is 196 - color contains mainly: green. Hex color #AEC40D is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #AEC40D is #513BF2. Grayscale: #A9A9A9. Windows color (decimal): -5323763 or 902318. OLE color: 902318.
HSL color Cylindrical-coordinate representation of color #AEC40D: hue angle of 67.21º 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 #AEC40D is Cyan = 0.11, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 174 | 196 | 13 | - |
| CMYK | 0.11 | 0 | 0.93 | 0.23 |
| HSL | 67.21º | 0.88% | 0.41% | - |
| HSV(B) | 67.21º | 0.93% | 0.77% | - |
| XYZ | 37.27 | 48.51 | 7.78 | - |
| YUV | 168.56 | 40.21 | 131.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 196 | 13 | 0.11 | 0 | 0.93 | 0.23 | 67.21 | 0.88 | 0.41 |
| Hex | AE | C4 | D | B | 0 | 5D | 17 | 43 | 58 | 29 |
| Octal | 256 | 304 | 15 | 13 | 0 | 135 | 27 | 103 | 130 | 51 |
| Binary | 10101110 | 11000100 | 1101 | 1011 | 0 | 1011101 | 10111 | 1000011 | 1011000 | 101001 |
Color Harmonies of #AEC40D
Complementary color
Monochromatic Colors of #AEC40D
Black with #AEC40D
Text Example
Text Example
White with #AEC40D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AEC40D; }
p { color: rgb(174,196,13); }
H1.HeaderClassName
{
color: #AEC40D;
}
.AnyTagClassName
{
color: #AEC40D;
}
</style>
background-color css
<style>
a { background-color: #AEC40D; }
a { background-color: rgb(174,196,13); }
div.DivClassName
{
background-color: #AEC40D;
}
.BgClassName
{
background-color: #AEC40D;
}
</style>
border-color css
<style>
span { border-color: #AEC40D; }
span { border-color: rgb(174,196,13); }
td.TdClassName
{
border-color: #AEC40D;
}
.TagClassName
{
border-color: #AEC40D;
}
</style>