Shades of Rio Grande #AED21D
Tints of Rio Grande #AED21D
RGB
CMYK
RGB Variations
Color information
#AED21D (or 0xAED21D) is known color: Rio Grande. HEX triplet: AE, D2 and 1D. RGB value is (174,210,29). Sum of RGB (Red+Green+Blue) = 174+210+29=413 (54% of max value = 765). Red value is 174 (68.36% from 255 or 42.13% from 413); Green value is 210 (82.42% from 255 or 50.85% from 413); Blue value is 29 (11.72% from 255 or 7.02% from 413); Max value from RGB is 210 - color contains mainly: green. Hex color #AED21D is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #AED21D is #512DE2. Grayscale: #B3B3B3. Windows color (decimal): -5320163 or 1954478. OLE color: 1954478.
HSL color Cylindrical-coordinate representation of color #AED21D: hue angle of 71.93º degrees, saturation: 0.76, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #AED21D is Cyan = 0.17, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 174 | 210 | 29 | - |
| CMYK | 0.17 | 0 | 0.86 | 0.18 |
| HSL | 71.93º | 0.76% | 0.47% | - |
| HSV(B) | 71.93º | 0.86% | 0.82% | - |
| XYZ | 40.72 | 55.18 | 9.67 | - |
| YUV | 178.6 | 43.57 | 124.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 210 | 29 | 0.17 | 0 | 0.86 | 0.18 | 71.93 | 0.76 | 0.47 |
| Hex | AE | D2 | 1D | 11 | 0 | 56 | 12 | 48 | 4C | 2F |
| Octal | 256 | 322 | 35 | 21 | 0 | 126 | 22 | 110 | 114 | 57 |
| Binary | 10101110 | 11010010 | 11101 | 10001 | 0 | 1010110 | 10010 | 1001000 | 1001100 | 101111 |
Color Harmonies of #AED21D
Complementary color
Monochromatic Colors of #AED21D
Black with #AED21D
Text Example
Text Example
White with #AED21D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AED21D; }
p { color: rgb(174,210,29); }
H1.HeaderClassName
{
color: #AED21D;
}
.AnyTagClassName
{
color: #AED21D;
}
</style>
background-color css
<style>
a { background-color: #AED21D; }
a { background-color: rgb(174,210,29); }
div.DivClassName
{
background-color: #AED21D;
}
.BgClassName
{
background-color: #AED21D;
}
</style>
border-color css
<style>
span { border-color: #AED21D; }
span { border-color: rgb(174,210,29); }
td.TdClassName
{
border-color: #AED21D;
}
.TagClassName
{
border-color: #AED21D;
}
</style>