Shades of La Rioja #AEC60C
Tints of La Rioja #AEC60C
RGB
CMYK
RGB Variations
Color information
#AEC60C (or 0xAEC60C) is known color: La Rioja. HEX triplet: AE, C6 and 0C. RGB value is (174,198,12). Sum of RGB (Red+Green+Blue) = 174+198+12=384 (50% of max value = 765). Red value is 174 (68.36% from 255 or 45.31% from 384); Green value is 198 (77.73% from 255 or 51.56% from 384); Blue value is 12 (5.08% from 255 or 3.12% from 384); Max value from RGB is 198 - color contains mainly: green. Hex color #AEC60C is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #AEC60C is #5139F3. Grayscale: #AAAAAA. Windows color (decimal): -5323252 or 837294. OLE color: 837294.
HSL color Cylindrical-coordinate representation of color #AEC60C: hue angle of 67.74º degrees, saturation: 0.89, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #AEC60C is Cyan = 0.12, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 174 | 198 | 12 | - |
| CMYK | 0.12 | 0 | 0.94 | 0.22 |
| HSL | 67.74º | 0.89% | 0.41% | - |
| HSV(B) | 67.74º | 0.94% | 0.78% | - |
| XYZ | 37.72 | 49.41 | 7.9 | - |
| YUV | 169.62 | 39.05 | 131.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 198 | 12 | 0.12 | 0 | 0.94 | 0.22 | 67.74 | 0.89 | 0.41 |
| Hex | AE | C6 | C | C | 0 | 5E | 16 | 44 | 59 | 29 |
| Octal | 256 | 306 | 14 | 14 | 0 | 136 | 26 | 104 | 131 | 51 |
| Binary | 10101110 | 11000110 | 1100 | 1100 | 0 | 1011110 | 10110 | 1000100 | 1011001 | 101001 |
Color Harmonies of #AEC60C
Complementary color
Monochromatic Colors of #AEC60C
Black with #AEC60C
Text Example
Text Example
White with #AEC60C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AEC60C; }
p { color: rgb(174,198,12); }
H1.HeaderClassName
{
color: #AEC60C;
}
.AnyTagClassName
{
color: #AEC60C;
}
</style>
background-color css
<style>
a { background-color: #AEC60C; }
a { background-color: rgb(174,198,12); }
div.DivClassName
{
background-color: #AEC60C;
}
.BgClassName
{
background-color: #AEC60C;
}
</style>
border-color css
<style>
span { border-color: #AEC60C; }
span { border-color: rgb(174,198,12); }
td.TdClassName
{
border-color: #AEC60C;
}
.TagClassName
{
border-color: #AEC60C;
}
</style>