Shades of Rio Grande #AED110
Tints of Rio Grande #AED110
RGB
CMYK
RGB Variations
Color information
#AED110 (or 0xAED110) is known color: Rio Grande. HEX triplet: AE, D1 and 10. RGB value is (174,209,16). Sum of RGB (Red+Green+Blue) = 174+209+16=399 (52% of max value = 765). Red value is 174 (68.36% from 255 or 43.61% from 399); Green value is 209 (82.03% from 255 or 52.38% from 399); Blue value is 16 (6.64% from 255 or 4.01% from 399); Max value from RGB is 209 - color contains mainly: green. Hex color #AED110 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #AED110 is #512EEF. Grayscale: #B1B1B1. Windows color (decimal): -5320432 or 1102254. OLE color: 1102254.
HSL color Cylindrical-coordinate representation of color #AED110: hue angle of 70.88º degrees, saturation: 0.86, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #AED110 is Cyan = 0.17, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 174 | 209 | 16 | - |
| CMYK | 0.17 | 0 | 0.92 | 0.18 |
| HSL | 70.88º | 0.86% | 0.44% | - |
| HSV(B) | 70.88º | 0.92% | 0.82% | - |
| XYZ | 40.35 | 54.64 | 8.91 | - |
| YUV | 176.53 | 37.4 | 126.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 209 | 16 | 0.17 | 0 | 0.92 | 0.18 | 70.88 | 0.86 | 0.44 |
| Hex | AE | D1 | 10 | 11 | 0 | 5C | 12 | 47 | 56 | 2C |
| Octal | 256 | 321 | 20 | 21 | 0 | 134 | 22 | 107 | 126 | 54 |
| Binary | 10101110 | 11010001 | 10000 | 10001 | 0 | 1011100 | 10010 | 1000111 | 1010110 | 101100 |
Color Harmonies of #AED110
Complementary color
Monochromatic Colors of #AED110
Black with #AED110
Text Example
Text Example
White with #AED110
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AED110; }
p { color: rgb(174,209,16); }
H1.HeaderClassName
{
color: #AED110;
}
.AnyTagClassName
{
color: #AED110;
}
</style>
background-color css
<style>
a { background-color: #AED110; }
a { background-color: rgb(174,209,16); }
div.DivClassName
{
background-color: #AED110;
}
.BgClassName
{
background-color: #AED110;
}
</style>
border-color css
<style>
span { border-color: #AED110; }
span { border-color: rgb(174,209,16); }
td.TdClassName
{
border-color: #AED110;
}
.TagClassName
{
border-color: #AED110;
}
</style>