Shades of Rio Grande #AECD11
Tints of Rio Grande #AECD11
RGB
CMYK
RGB Variations
Color information
#AECD11 (or 0xAECD11) is known color: Rio Grande. HEX triplet: AE, CD and 11. RGB value is (174,205,17). Sum of RGB (Red+Green+Blue) = 174+205+17=396 (52% of max value = 765). Red value is 174 (68.36% from 255 or 43.94% from 396); Green value is 205 (80.47% from 255 or 51.77% from 396); Blue value is 17 (7.03% from 255 or 4.29% from 396); Max value from RGB is 205 - color contains mainly: green. Hex color #AECD11 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #AECD11 is #5132EE. Grayscale: #AFAFAF. Windows color (decimal): -5321455 or 1166766. OLE color: 1166766.
HSL color Cylindrical-coordinate representation of color #AECD11: hue angle of 69.89º degrees, saturation: 0.85, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #AECD11 is Cyan = 0.15, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 174 | 205 | 17 | - |
| CMYK | 0.15 | 0 | 0.92 | 0.20 |
| HSL | 69.89º | 0.85% | 0.44% | - |
| HSV(B) | 69.89º | 0.92% | 0.8% | - |
| XYZ | 39.39 | 52.7 | 8.63 | - |
| YUV | 174.3 | 39.23 | 127.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 205 | 17 | 0.15 | 0 | 0.92 | 0.20 | 69.89 | 0.85 | 0.44 |
| Hex | AE | CD | 11 | F | 0 | 5C | 14 | 46 | 55 | 2C |
| Octal | 256 | 315 | 21 | 17 | 0 | 134 | 24 | 106 | 125 | 54 |
| Binary | 10101110 | 11001101 | 10001 | 1111 | 0 | 1011100 | 10100 | 1000110 | 1010101 | 101100 |
Color Harmonies of #AECD11
Complementary color
Monochromatic Colors of #AECD11
Black with #AECD11
Text Example
Text Example
White with #AECD11
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AECD11; }
p { color: rgb(174,205,17); }
H1.HeaderClassName
{
color: #AECD11;
}
.AnyTagClassName
{
color: #AECD11;
}
</style>
background-color css
<style>
a { background-color: #AECD11; }
a { background-color: rgb(174,205,17); }
div.DivClassName
{
background-color: #AECD11;
}
.BgClassName
{
background-color: #AECD11;
}
</style>
border-color css
<style>
span { border-color: #AECD11; }
span { border-color: rgb(174,205,17); }
td.TdClassName
{
border-color: #AECD11;
}
.TagClassName
{
border-color: #AECD11;
}
</style>