Shades of Rio Grande #AECC11
Tints of Rio Grande #AECC11
RGB
CMYK
RGB Variations
Color information
#AECC11 (or 0xAECC11) is known color: Rio Grande. HEX triplet: AE, CC and 11. RGB value is (174,204,17). Sum of RGB (Red+Green+Blue) = 174+204+17=395 (52% of max value = 765). Red value is 174 (68.36% from 255 or 44.05% from 395); Green value is 204 (80.08% from 255 or 51.65% from 395); Blue value is 17 (7.03% from 255 or 4.30% from 395); Max value from RGB is 204 - color contains mainly: green. Hex color #AECC11 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #AECC11 is #5133EE. Grayscale: #AEAEAE. Windows color (decimal): -5321711 or 1166510. OLE color: 1166510.
HSL color Cylindrical-coordinate representation of color #AECC11: hue angle of 69.63º degrees, saturation: 0.85, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #AECC11 is Cyan = 0.15, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 174 | 204 | 17 | - |
| CMYK | 0.15 | 0 | 0.92 | 0.2 |
| HSL | 69.63º | 0.85% | 0.43% | - |
| HSV(B) | 69.63º | 0.92% | 0.8% | - |
| XYZ | 39.15 | 52.22 | 8.55 | - |
| YUV | 173.71 | 39.56 | 128.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 204 | 17 | 0.15 | 0 | 0.92 | 0.2 | 69.63 | 0.85 | 0.43 |
| Hex | AE | CC | 11 | F | 0 | 5C | 14 | 46 | 55 | 2B |
| Octal | 256 | 314 | 21 | 17 | 0 | 134 | 24 | 106 | 125 | 53 |
| Binary | 10101110 | 11001100 | 10001 | 1111 | 0 | 1011100 | 10100 | 1000110 | 1010101 | 101011 |
Color Harmonies of #AECC11
Complementary color
Monochromatic Colors of #AECC11
Black with #AECC11
Text Example
Text Example
White with #AECC11
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AECC11; }
p { color: rgb(174,204,17); }
H1.HeaderClassName
{
color: #AECC11;
}
.AnyTagClassName
{
color: #AECC11;
}
</style>
background-color css
<style>
a { background-color: #AECC11; }
a { background-color: rgb(174,204,17); }
div.DivClassName
{
background-color: #AECC11;
}
.BgClassName
{
background-color: #AECC11;
}
</style>
border-color css
<style>
span { border-color: #AECC11; }
span { border-color: rgb(174,204,17); }
td.TdClassName
{
border-color: #AECC11;
}
.TagClassName
{
border-color: #AECC11;
}
</style>