Shades of Rio Grande #AED11F
Tints of Rio Grande #AED11F
RGB
CMYK
RGB Variations
Color information
#AED11F (or 0xAED11F) is known color: Rio Grande. HEX triplet: AE, D1 and 1F. RGB value is (174,209,31). Sum of RGB (Red+Green+Blue) = 174+209+31=414 (54% of max value = 765). Red value is 174 (68.36% from 255 or 42.03% from 414); Green value is 209 (82.03% from 255 or 50.48% from 414); Blue value is 31 (12.5% from 255 or 7.49% from 414); Max value from RGB is 209 - color contains mainly: green. Hex color #AED11F is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #AED11F is #512EE0. Grayscale: #B2B2B2. Windows color (decimal): -5320417 or 2085294. OLE color: 2085294.
HSL color Cylindrical-coordinate representation of color #AED11F: hue angle of 71.8º degrees, saturation: 0.74, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #AED11F is Cyan = 0.17, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 174 | 209 | 31 | - |
| CMYK | 0.17 | 0 | 0.85 | 0.18 |
| HSL | 71.8º | 0.74% | 0.47% | - |
| HSV(B) | 71.8º | 0.85% | 0.82% | - |
| XYZ | 40.5 | 54.7 | 9.72 | - |
| YUV | 178.24 | 44.9 | 124.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 209 | 31 | 0.17 | 0 | 0.85 | 0.18 | 71.8 | 0.74 | 0.47 |
| Hex | AE | D1 | 1F | 11 | 0 | 55 | 12 | 48 | 4A | 2F |
| Octal | 256 | 321 | 37 | 21 | 0 | 125 | 22 | 110 | 112 | 57 |
| Binary | 10101110 | 11010001 | 11111 | 10001 | 0 | 1010101 | 10010 | 1001000 | 1001010 | 101111 |
Color Harmonies of #AED11F
Complementary color
Monochromatic Colors of #AED11F
Black with #AED11F
Text Example
Text Example
White with #AED11F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AED11F; }
p { color: rgb(174,209,31); }
H1.HeaderClassName
{
color: #AED11F;
}
.AnyTagClassName
{
color: #AED11F;
}
</style>
background-color css
<style>
a { background-color: #AED11F; }
a { background-color: rgb(174,209,31); }
div.DivClassName
{
background-color: #AED11F;
}
.BgClassName
{
background-color: #AED11F;
}
</style>
border-color css
<style>
span { border-color: #AED11F; }
span { border-color: rgb(174,209,31); }
td.TdClassName
{
border-color: #AED11F;
}
.TagClassName
{
border-color: #AED11F;
}
</style>