Shades of La Rioja #AECF05
Tints of La Rioja #AECF05
RGB
CMYK
RGB Variations
Color information
#AECF05 (or 0xAECF05) is known color: La Rioja. HEX triplet: AE, CF and 05. RGB value is (174,207,5). Sum of RGB (Red+Green+Blue) = 174+207+5=386 (51% of max value = 765). Red value is 174 (68.36% from 255 or 45.08% from 386); Green value is 207 (81.25% from 255 or 53.63% from 386); Blue value is 5 (2.34% from 255 or 1.30% from 386); Max value from RGB is 207 - color contains mainly: green. Hex color #AECF05 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #AECF05 is #5130FA. Grayscale: #AEAEAE. Windows color (decimal): -5320955 or 380846. OLE color: 380846.
HSL color Cylindrical-coordinate representation of color #AECF05: hue angle of 69.8º degrees, saturation: 0.95, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #AECF05 is Cyan = 0.16, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 174 | 207 | 5 | - |
| CMYK | 0.16 | 0 | 0.98 | 0.19 |
| HSL | 69.8º | 0.95% | 0.42% | - |
| HSV(B) | 69.8º | 0.98% | 0.81% | - |
| XYZ | 39.8 | 53.64 | 8.4 | - |
| YUV | 174.11 | 32.57 | 127.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 207 | 5 | 0.16 | 0 | 0.98 | 0.19 | 69.8 | 0.95 | 0.42 |
| Hex | AE | CF | 5 | 10 | 0 | 62 | 13 | 46 | 5F | 2A |
| Octal | 256 | 317 | 5 | 20 | 0 | 142 | 23 | 106 | 137 | 52 |
| Binary | 10101110 | 11001111 | 101 | 10000 | 0 | 1100010 | 10011 | 1000110 | 1011111 | 101010 |
Color Harmonies of #AECF05
Complementary color
Monochromatic Colors of #AECF05
Black with #AECF05
Text Example
Text Example
White with #AECF05
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AECF05; }
p { color: rgb(174,207,5); }
H1.HeaderClassName
{
color: #AECF05;
}
.AnyTagClassName
{
color: #AECF05;
}
</style>
background-color css
<style>
a { background-color: #AECF05; }
a { background-color: rgb(174,207,5); }
div.DivClassName
{
background-color: #AECF05;
}
.BgClassName
{
background-color: #AECF05;
}
</style>
border-color css
<style>
span { border-color: #AECF05; }
span { border-color: rgb(174,207,5); }
td.TdClassName
{
border-color: #AECF05;
}
.TagClassName
{
border-color: #AECF05;
}
</style>