Shades of Rio Grande #AED01D
Tints of Rio Grande #AED01D
RGB
CMYK
RGB Variations
Color information
#AED01D (or 0xAED01D) is known color: Rio Grande. HEX triplet: AE, D0 and 1D. RGB value is (174,208,29). Sum of RGB (Red+Green+Blue) = 174+208+29=411 (54% of max value = 765). Red value is 174 (68.36% from 255 or 42.34% from 411); Green value is 208 (81.64% from 255 or 50.61% from 411); Blue value is 29 (11.72% from 255 or 7.06% from 411); Max value from RGB is 208 - color contains mainly: green. Hex color #AED01D is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #AED01D is #512FE2. Grayscale: #B2B2B2. Windows color (decimal): -5320675 or 1953966. OLE color: 1953966.
HSL color Cylindrical-coordinate representation of color #AED01D: hue angle of 71.4º degrees, saturation: 0.76, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #AED01D is Cyan = 0.16, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 174 | 208 | 29 | - |
| CMYK | 0.16 | 0 | 0.86 | 0.18 |
| HSL | 71.4º | 0.76% | 0.46% | - |
| HSV(B) | 71.4º | 0.86% | 0.82% | - |
| XYZ | 40.23 | 54.2 | 9.5 | - |
| YUV | 177.43 | 44.24 | 125.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 208 | 29 | 0.16 | 0 | 0.86 | 0.18 | 71.4 | 0.76 | 0.46 |
| Hex | AE | D0 | 1D | 10 | 0 | 56 | 12 | 47 | 4C | 2E |
| Octal | 256 | 320 | 35 | 20 | 0 | 126 | 22 | 107 | 114 | 56 |
| Binary | 10101110 | 11010000 | 11101 | 10000 | 0 | 1010110 | 10010 | 1000111 | 1001100 | 101110 |
Color Harmonies of #AED01D
Complementary color
Monochromatic Colors of #AED01D
Black with #AED01D
Text Example
Text Example
White with #AED01D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AED01D; }
p { color: rgb(174,208,29); }
H1.HeaderClassName
{
color: #AED01D;
}
.AnyTagClassName
{
color: #AED01D;
}
</style>
background-color css
<style>
a { background-color: #AED01D; }
a { background-color: rgb(174,208,29); }
div.DivClassName
{
background-color: #AED01D;
}
.BgClassName
{
background-color: #AED01D;
}
</style>
border-color css
<style>
span { border-color: #AED01D; }
span { border-color: rgb(174,208,29); }
td.TdClassName
{
border-color: #AED01D;
}
.TagClassName
{
border-color: #AED01D;
}
</style>