Shades of La Rioja #AEC900
Tints of La Rioja #AEC900
RGB
CMYK
RGB Variations
Color information
#AEC900 (or 0xAEC900) is known color: La Rioja. HEX triplet: AE, C9 and 00. RGB value is (174,201,0). Sum of RGB (Red+Green+Blue) = 174+201+0=375 (49% of max value = 765). Red value is 174 (68.36% from 255 or 46.4% from 375); Green value is 201 (78.91% from 255 or 53.6% from 375); Blue value is 0 (0.39% from 255 or 0% from 375); Max value from RGB is 201 - color contains mainly: green. Hex color #AEC900 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #AEC900 is #5136FF. Grayscale: #AAAAAA. Windows color (decimal): -5322496 or 51630. OLE color: 51630.
HSL color Cylindrical-coordinate representation of color #AEC900: hue angle of 68.06º degrees, saturation: 1, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 1%. Process color model (Four color, CMYK) of #AEC900 is Cyan = 0.13, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 174 | 201 | 0 | - |
| CMYK | 0.13 | 0 | 1 | 0.21 |
| HSL | 68.06º | 1% | 0.39% | - |
| HSV(B) | 68.06º | 1% | 0.79% | - |
| XYZ | 38.34 | 50.77 | 7.78 | - |
| YUV | 170.01 | 32.05 | 130.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 201 | 0 | 0.13 | 0 | 1 | 0.21 | 68.06 | 1 | 0.39 |
| Hex | AE | C9 | 0 | D | 0 | 64 | 15 | 44 | 64 | 27 |
| Octal | 256 | 311 | 0 | 15 | 0 | 144 | 25 | 104 | 144 | 47 |
| Binary | 10101110 | 11001001 | 0 | 1101 | 0 | 1100100 | 10101 | 1000100 | 1100100 | 100111 |
Color Harmonies of #AEC900
Complementary color
Monochromatic Colors of #AEC900
Black with #AEC900
Text Example
Text Example
White with #AEC900
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AEC900; }
p { color: rgb(174,201,0); }
H1.HeaderClassName
{
color: #AEC900;
}
.AnyTagClassName
{
color: #AEC900;
}
</style>
background-color css
<style>
a { background-color: #AEC900; }
a { background-color: rgb(174,201,0); }
div.DivClassName
{
background-color: #AEC900;
}
.BgClassName
{
background-color: #AEC900;
}
</style>
border-color css
<style>
span { border-color: #AEC900; }
span { border-color: rgb(174,201,0); }
td.TdClassName
{
border-color: #AEC900;
}
.TagClassName
{
border-color: #AEC900;
}
</style>