Shades of Rio Grande #AEC712
Tints of Rio Grande #AEC712
RGB
CMYK
RGB Variations
Color information
#AEC712 (or 0xAEC712) is known color: Rio Grande. HEX triplet: AE, C7 and 12. RGB value is (174,199,18). Sum of RGB (Red+Green+Blue) = 174+199+18=391 (51% of max value = 765). Red value is 174 (68.36% from 255 or 44.50% from 391); Green value is 199 (78.12% from 255 or 50.90% from 391); Blue value is 18 (7.42% from 255 or 4.60% from 391); Max value from RGB is 199 - color contains mainly: green. Hex color #AEC712 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #AEC712 is #5138ED. Grayscale: #ABABAB. Windows color (decimal): -5322990 or 1230766. OLE color: 1230766.
HSL color Cylindrical-coordinate representation of color #AEC712: hue angle of 68.29º degrees, saturation: 0.83, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #AEC712 is Cyan = 0.13, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 174 | 199 | 18 | - |
| CMYK | 0.13 | 0 | 0.91 | 0.22 |
| HSL | 68.29º | 0.83% | 0.43% | - |
| HSV(B) | 68.29º | 0.91% | 0.78% | - |
| XYZ | 37.99 | 49.89 | 8.2 | - |
| YUV | 170.89 | 41.72 | 130.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 199 | 18 | 0.13 | 0 | 0.91 | 0.22 | 68.29 | 0.83 | 0.43 |
| Hex | AE | C7 | 12 | D | 0 | 5B | 16 | 44 | 53 | 2B |
| Octal | 256 | 307 | 22 | 15 | 0 | 133 | 26 | 104 | 123 | 53 |
| Binary | 10101110 | 11000111 | 10010 | 1101 | 0 | 1011011 | 10110 | 1000100 | 1010011 | 101011 |
Color Harmonies of #AEC712
Complementary color
Monochromatic Colors of #AEC712
Black with #AEC712
Text Example
Text Example
White with #AEC712
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AEC712; }
p { color: rgb(174,199,18); }
H1.HeaderClassName
{
color: #AEC712;
}
.AnyTagClassName
{
color: #AEC712;
}
</style>
background-color css
<style>
a { background-color: #AEC712; }
a { background-color: rgb(174,199,18); }
div.DivClassName
{
background-color: #AEC712;
}
.BgClassName
{
background-color: #AEC712;
}
</style>
border-color css
<style>
span { border-color: #AEC712; }
span { border-color: rgb(174,199,18); }
td.TdClassName
{
border-color: #AEC712;
}
.TagClassName
{
border-color: #AEC712;
}
</style>