Shades of La Rioja #AEC00F
Tints of La Rioja #AEC00F
RGB
CMYK
RGB Variations
Color information
#AEC00F (or 0xAEC00F) is known color: La Rioja. HEX triplet: AE, C0 and 0F. RGB value is (174,192,15). Sum of RGB (Red+Green+Blue) = 174+192+15=381 (50% of max value = 765). Red value is 174 (68.36% from 255 or 45.67% from 381); Green value is 192 (75.39% from 255 or 50.39% from 381); Blue value is 15 (6.25% from 255 or 3.94% from 381); Max value from RGB is 192 - color contains mainly: green. Hex color #AEC00F is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #AEC00F is #513FF0. Grayscale: #A7A7A7. Windows color (decimal): -5324785 or 1032366. OLE color: 1032366.
HSL color Cylindrical-coordinate representation of color #AEC00F: hue angle of 66.1º degrees, saturation: 0.86, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #AEC00F is Cyan = 0.09, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 174 | 192 | 15 | - |
| CMYK | 0.09 | 0 | 0.92 | 0.25 |
| HSL | 66.1º | 0.86% | 0.41% | - |
| HSV(B) | 66.1º | 0.92% | 0.75% | - |
| XYZ | 36.39 | 46.73 | 7.55 | - |
| YUV | 166.44 | 42.54 | 133.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 192 | 15 | 0.09 | 0 | 0.92 | 0.25 | 66.1 | 0.86 | 0.41 |
| Hex | AE | C0 | F | 9 | 0 | 5C | 19 | 42 | 56 | 29 |
| Octal | 256 | 300 | 17 | 11 | 0 | 134 | 31 | 102 | 126 | 51 |
| Binary | 10101110 | 11000000 | 1111 | 1001 | 0 | 1011100 | 11001 | 1000010 | 1010110 | 101001 |
Color Harmonies of #AEC00F
Complementary color
Monochromatic Colors of #AEC00F
Black with #AEC00F
Text Example
Text Example
White with #AEC00F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AEC00F; }
p { color: rgb(174,192,15); }
H1.HeaderClassName
{
color: #AEC00F;
}
.AnyTagClassName
{
color: #AEC00F;
}
</style>
background-color css
<style>
a { background-color: #AEC00F; }
a { background-color: rgb(174,192,15); }
div.DivClassName
{
background-color: #AEC00F;
}
.BgClassName
{
background-color: #AEC00F;
}
</style>
border-color css
<style>
span { border-color: #AEC00F; }
span { border-color: rgb(174,192,15); }
td.TdClassName
{
border-color: #AEC00F;
}
.TagClassName
{
border-color: #AEC00F;
}
</style>