Shades of Rio Grande #AED113
Tints of Rio Grande #AED113
RGB
CMYK
RGB Variations
Color information
#AED113 (or 0xAED113) is known color: Rio Grande. HEX triplet: AE, D1 and 13. RGB value is (174,209,19). Sum of RGB (Red+Green+Blue) = 174+209+19=402 (53% of max value = 765). Red value is 174 (68.36% from 255 or 43.28% from 402); Green value is 209 (82.03% from 255 or 51.99% from 402); Blue value is 19 (7.81% from 255 or 4.73% from 402); Max value from RGB is 209 - color contains mainly: green. Hex color #AED113 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #AED113 is #512EEC. Grayscale: #B1B1B1. Windows color (decimal): -5320429 or 1298862. OLE color: 1298862.
HSL color Cylindrical-coordinate representation of color #AED113: hue angle of 71.05º degrees, saturation: 0.83, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #AED113 is Cyan = 0.17, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 174 | 209 | 19 | - |
| CMYK | 0.17 | 0 | 0.91 | 0.18 |
| HSL | 71.05º | 0.83% | 0.45% | - |
| HSV(B) | 71.05º | 0.91% | 0.82% | - |
| XYZ | 40.37 | 54.65 | 9.04 | - |
| YUV | 176.88 | 38.9 | 125.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 209 | 19 | 0.17 | 0 | 0.91 | 0.18 | 71.05 | 0.83 | 0.45 |
| Hex | AE | D1 | 13 | 11 | 0 | 5B | 12 | 47 | 53 | 2D |
| Octal | 256 | 321 | 23 | 21 | 0 | 133 | 22 | 107 | 123 | 55 |
| Binary | 10101110 | 11010001 | 10011 | 10001 | 0 | 1011011 | 10010 | 1000111 | 1010011 | 101101 |
Color Harmonies of #AED113
Complementary color
Monochromatic Colors of #AED113
Black with #AED113
Text Example
Text Example
White with #AED113
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AED113; }
p { color: rgb(174,209,19); }
H1.HeaderClassName
{
color: #AED113;
}
.AnyTagClassName
{
color: #AED113;
}
</style>
background-color css
<style>
a { background-color: #AED113; }
a { background-color: rgb(174,209,19); }
div.DivClassName
{
background-color: #AED113;
}
.BgClassName
{
background-color: #AED113;
}
</style>
border-color css
<style>
span { border-color: #AED113; }
span { border-color: rgb(174,209,19); }
td.TdClassName
{
border-color: #AED113;
}
.TagClassName
{
border-color: #AED113;
}
</style>