Shades of Rio Grande #AEC510
Tints of Rio Grande #AEC510
RGB
CMYK
RGB Variations
Color information
#AEC510 (or 0xAEC510) is known color: Rio Grande. HEX triplet: AE, C5 and 10. RGB value is (174,197,16). Sum of RGB (Red+Green+Blue) = 174+197+16=387 (51% of max value = 765). Red value is 174 (68.36% from 255 or 44.96% from 387); Green value is 197 (77.34% from 255 or 50.90% from 387); Blue value is 16 (6.64% from 255 or 4.13% from 387); Max value from RGB is 197 - color contains mainly: green. Hex color #AEC510 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #AEC510 is #513AEF. Grayscale: #AAAAAA. Windows color (decimal): -5323504 or 1099182. OLE color: 1099182.
HSL color Cylindrical-coordinate representation of color #AEC510: hue angle of 67.62º degrees, saturation: 0.85, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #AEC510 is Cyan = 0.12, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 174 | 197 | 16 | - |
| CMYK | 0.12 | 0 | 0.92 | 0.23 |
| HSL | 67.62º | 0.85% | 0.42% | - |
| HSV(B) | 67.62º | 0.92% | 0.77% | - |
| XYZ | 37.52 | 48.97 | 7.96 | - |
| YUV | 169.49 | 41.38 | 131.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 197 | 16 | 0.12 | 0 | 0.92 | 0.23 | 67.62 | 0.85 | 0.42 |
| Hex | AE | C5 | 10 | C | 0 | 5C | 17 | 44 | 55 | 2A |
| Octal | 256 | 305 | 20 | 14 | 0 | 134 | 27 | 104 | 125 | 52 |
| Binary | 10101110 | 11000101 | 10000 | 1100 | 0 | 1011100 | 10111 | 1000100 | 1010101 | 101010 |
Color Harmonies of #AEC510
Complementary color
Monochromatic Colors of #AEC510
Black with #AEC510
Text Example
Text Example
White with #AEC510
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AEC510; }
p { color: rgb(174,197,16); }
H1.HeaderClassName
{
color: #AEC510;
}
.AnyTagClassName
{
color: #AEC510;
}
</style>
background-color css
<style>
a { background-color: #AEC510; }
a { background-color: rgb(174,197,16); }
div.DivClassName
{
background-color: #AEC510;
}
.BgClassName
{
background-color: #AEC510;
}
</style>
border-color css
<style>
span { border-color: #AEC510; }
span { border-color: rgb(174,197,16); }
td.TdClassName
{
border-color: #AEC510;
}
.TagClassName
{
border-color: #AEC510;
}
</style>