Shades of Rio Grande #AED116
Tints of Rio Grande #AED116
RGB
CMYK
RGB Variations
Color information
#AED116 (or 0xAED116) is known color: Rio Grande. HEX triplet: AE, D1 and 16. RGB value is (174,209,22). Sum of RGB (Red+Green+Blue) = 174+209+22=405 (53% of max value = 765). Red value is 174 (68.36% from 255 or 42.96% from 405); Green value is 209 (82.03% from 255 or 51.60% from 405); Blue value is 22 (8.98% from 255 or 5.43% from 405); Max value from RGB is 209 - color contains mainly: green. Hex color #AED116 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #AED116 is #512EE9. Grayscale: #B1B1B1. Windows color (decimal): -5320426 or 1495470. OLE color: 1495470.
HSL color Cylindrical-coordinate representation of color #AED116: hue angle of 71.23º degrees, saturation: 0.81, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #AED116 is Cyan = 0.17, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 174 | 209 | 22 | - |
| CMYK | 0.17 | 0 | 0.89 | 0.18 |
| HSL | 71.23º | 0.81% | 0.45% | - |
| HSV(B) | 71.23º | 0.89% | 0.82% | - |
| XYZ | 40.4 | 54.66 | 9.18 | - |
| YUV | 177.22 | 40.4 | 125.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 209 | 22 | 0.17 | 0 | 0.89 | 0.18 | 71.23 | 0.81 | 0.45 |
| Hex | AE | D1 | 16 | 11 | 0 | 59 | 12 | 47 | 51 | 2D |
| Octal | 256 | 321 | 26 | 21 | 0 | 131 | 22 | 107 | 121 | 55 |
| Binary | 10101110 | 11010001 | 10110 | 10001 | 0 | 1011001 | 10010 | 1000111 | 1010001 | 101101 |
Color Harmonies of #AED116
Complementary color
Monochromatic Colors of #AED116
Black with #AED116
Text Example
Text Example
White with #AED116
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AED116; }
p { color: rgb(174,209,22); }
H1.HeaderClassName
{
color: #AED116;
}
.AnyTagClassName
{
color: #AED116;
}
</style>
background-color css
<style>
a { background-color: #AED116; }
a { background-color: rgb(174,209,22); }
div.DivClassName
{
background-color: #AED116;
}
.BgClassName
{
background-color: #AED116;
}
</style>
border-color css
<style>
span { border-color: #AED116; }
span { border-color: rgb(174,209,22); }
td.TdClassName
{
border-color: #AED116;
}
.TagClassName
{
border-color: #AED116;
}
</style>