Shades of La Rioja #AED001
Tints of La Rioja #AED001
RGB
CMYK
RGB Variations
Color information
#AED001 (or 0xAED001) is known color: La Rioja. HEX triplet: AE, D0 and 01. RGB value is (174,208,1). Sum of RGB (Red+Green+Blue) = 174+208+1=383 (50% of max value = 765). Red value is 174 (68.36% from 255 or 45.43% from 383); Green value is 208 (81.64% from 255 or 54.31% from 383); Blue value is 1 (0.78% from 255 or 0.26% from 383); Max value from RGB is 208 - color contains mainly: green. Hex color #AED001 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #AED001 is #512FFE. Grayscale: #AFAFAF. Windows color (decimal): -5320703 or 118958. OLE color: 118958.
HSL color Cylindrical-coordinate representation of color #AED001: hue angle of 69.86º degrees, saturation: 0.99, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 1%. Process color model (Four color, CMYK) of #AED001 is Cyan = 0.16, Magento = 0, Yellow = 1.00 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 174 | 208 | 1 | - |
| CMYK | 0.16 | 0 | 1.00 | 0.18 |
| HSL | 69.86º | 0.99% | 0.41% | - |
| HSV(B) | 69.86º | 1% | 0.82% | - |
| XYZ | 40.02 | 54.11 | 8.36 | - |
| YUV | 174.24 | 30.24 | 127.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 208 | 1 | 0.16 | 0 | 1.00 | 0.18 | 69.86 | 0.99 | 0.41 |
| Hex | AE | D0 | 1 | 10 | 0 | 64 | 12 | 46 | 63 | 29 |
| Octal | 256 | 320 | 1 | 20 | 0 | 144 | 22 | 106 | 143 | 51 |
| Binary | 10101110 | 11010000 | 1 | 10000 | 0 | 1100100 | 10010 | 1000110 | 1100011 | 101001 |
Color Harmonies of #AED001
Complementary color
Monochromatic Colors of #AED001
Black with #AED001
Text Example
Text Example
White with #AED001
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AED001; }
p { color: rgb(174,208,1); }
H1.HeaderClassName
{
color: #AED001;
}
.AnyTagClassName
{
color: #AED001;
}
</style>
background-color css
<style>
a { background-color: #AED001; }
a { background-color: rgb(174,208,1); }
div.DivClassName
{
background-color: #AED001;
}
.BgClassName
{
background-color: #AED001;
}
</style>
border-color css
<style>
span { border-color: #AED001; }
span { border-color: rgb(174,208,1); }
td.TdClassName
{
border-color: #AED001;
}
.TagClassName
{
border-color: #AED001;
}
</style>