Shades of Rio Grande #AECA11
Tints of Rio Grande #AECA11
RGB
CMYK
RGB Variations
Color information
#AECA11 (or 0xAECA11) is known color: Rio Grande. HEX triplet: AE, CA and 11. RGB value is (174,202,17). Sum of RGB (Red+Green+Blue) = 174+202+17=393 (52% of max value = 765). Red value is 174 (68.36% from 255 or 44.27% from 393); Green value is 202 (79.30% from 255 or 51.40% from 393); Blue value is 17 (7.03% from 255 or 4.33% from 393); Max value from RGB is 202 - color contains mainly: green. Hex color #AECA11 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #AECA11 is #5135EE. Grayscale: #ADADAD. Windows color (decimal): -5322223 or 1165998. OLE color: 1165998.
HSL color Cylindrical-coordinate representation of color #AECA11: hue angle of 69.08º degrees, saturation: 0.84, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #AECA11 is Cyan = 0.14, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 174 | 202 | 17 | - |
| CMYK | 0.14 | 0 | 0.92 | 0.21 |
| HSL | 69.08º | 0.84% | 0.43% | - |
| HSV(B) | 69.08º | 0.92% | 0.79% | - |
| XYZ | 38.68 | 51.28 | 8.39 | - |
| YUV | 172.54 | 40.22 | 129.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 202 | 17 | 0.14 | 0 | 0.92 | 0.21 | 69.08 | 0.84 | 0.43 |
| Hex | AE | CA | 11 | E | 0 | 5C | 15 | 45 | 54 | 2B |
| Octal | 256 | 312 | 21 | 16 | 0 | 134 | 25 | 105 | 124 | 53 |
| Binary | 10101110 | 11001010 | 10001 | 1110 | 0 | 1011100 | 10101 | 1000101 | 1010100 | 101011 |
Color Harmonies of #AECA11
Complementary color
Monochromatic Colors of #AECA11
Black with #AECA11
Text Example
Text Example
White with #AECA11
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AECA11; }
p { color: rgb(174,202,17); }
H1.HeaderClassName
{
color: #AECA11;
}
.AnyTagClassName
{
color: #AECA11;
}
</style>
background-color css
<style>
a { background-color: #AECA11; }
a { background-color: rgb(174,202,17); }
div.DivClassName
{
background-color: #AECA11;
}
.BgClassName
{
background-color: #AECA11;
}
</style>
border-color css
<style>
span { border-color: #AECA11; }
span { border-color: rgb(174,202,17); }
td.TdClassName
{
border-color: #AECA11;
}
.TagClassName
{
border-color: #AECA11;
}
</style>