Shades of La Rioja #AEC00D
Tints of La Rioja #AEC00D
RGB
CMYK
RGB Variations
Color information
#AEC00D (or 0xAEC00D) is known color: La Rioja. HEX triplet: AE, C0 and 0D. RGB value is (174,192,13). Sum of RGB (Red+Green+Blue) = 174+192+13=379 (50% of max value = 765). Red value is 174 (68.36% from 255 or 45.91% from 379); Green value is 192 (75.39% from 255 or 50.66% from 379); Blue value is 13 (5.47% from 255 or 3.43% from 379); Max value from RGB is 192 - color contains mainly: green. Hex color #AEC00D is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #AEC00D is #513FF2. Grayscale: #A6A6A6. Windows color (decimal): -5324787 or 901294. OLE color: 901294.
HSL color Cylindrical-coordinate representation of color #AEC00D: hue angle of 66.03º degrees, saturation: 0.87, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #AEC00D is Cyan = 0.09, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 174 | 192 | 13 | - |
| CMYK | 0.09 | 0 | 0.93 | 0.25 |
| HSL | 66.03º | 0.87% | 0.4% | - |
| HSV(B) | 66.03º | 0.93% | 0.75% | - |
| XYZ | 36.38 | 46.73 | 7.48 | - |
| YUV | 166.21 | 41.54 | 133.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 192 | 13 | 0.09 | 0 | 0.93 | 0.25 | 66.03 | 0.87 | 0.4 |
| Hex | AE | C0 | D | 9 | 0 | 5D | 19 | 42 | 57 | 28 |
| Octal | 256 | 300 | 15 | 11 | 0 | 135 | 31 | 102 | 127 | 50 |
| Binary | 10101110 | 11000000 | 1101 | 1001 | 0 | 1011101 | 11001 | 1000010 | 1010111 | 101000 |
Color Harmonies of #AEC00D
Complementary color
Monochromatic Colors of #AEC00D
Black with #AEC00D
Text Example
Text Example
White with #AEC00D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AEC00D; }
p { color: rgb(174,192,13); }
H1.HeaderClassName
{
color: #AEC00D;
}
.AnyTagClassName
{
color: #AEC00D;
}
</style>
background-color css
<style>
a { background-color: #AEC00D; }
a { background-color: rgb(174,192,13); }
div.DivClassName
{
background-color: #AEC00D;
}
.BgClassName
{
background-color: #AEC00D;
}
</style>
border-color css
<style>
span { border-color: #AEC00D; }
span { border-color: rgb(174,192,13); }
td.TdClassName
{
border-color: #AEC00D;
}
.TagClassName
{
border-color: #AEC00D;
}
</style>