Shades of Rio Grande #AEC912
Tints of Rio Grande #AEC912
RGB
CMYK
RGB Variations
Color information
#AEC912 (or 0xAEC912) is known color: Rio Grande. HEX triplet: AE, C9 and 12. RGB value is (174,201,18). Sum of RGB (Red+Green+Blue) = 174+201+18=393 (52% of max value = 765). Red value is 174 (68.36% from 255 or 44.27% from 393); Green value is 201 (78.91% from 255 or 51.15% from 393); Blue value is 18 (7.42% from 255 or 4.58% from 393); Max value from RGB is 201 - color contains mainly: green. Hex color #AEC912 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #AEC912 is #5136ED. Grayscale: #ACACAC. Windows color (decimal): -5322478 or 1231278. OLE color: 1231278.
HSL color Cylindrical-coordinate representation of color #AEC912: hue angle of 68.85º degrees, saturation: 0.84, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #AEC912 is Cyan = 0.13, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 174 | 201 | 18 | - |
| CMYK | 0.13 | 0 | 0.91 | 0.21 |
| HSL | 68.85º | 0.84% | 0.43% | - |
| HSV(B) | 68.85º | 0.91% | 0.79% | - |
| XYZ | 38.45 | 50.82 | 8.35 | - |
| YUV | 172.07 | 41.05 | 129.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 201 | 18 | 0.13 | 0 | 0.91 | 0.21 | 68.85 | 0.84 | 0.43 |
| Hex | AE | C9 | 12 | D | 0 | 5B | 15 | 45 | 54 | 2B |
| Octal | 256 | 311 | 22 | 15 | 0 | 133 | 25 | 105 | 124 | 53 |
| Binary | 10101110 | 11001001 | 10010 | 1101 | 0 | 1011011 | 10101 | 1000101 | 1010100 | 101011 |
Color Harmonies of #AEC912
Complementary color
Monochromatic Colors of #AEC912
Black with #AEC912
Text Example
Text Example
White with #AEC912
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AEC912; }
p { color: rgb(174,201,18); }
H1.HeaderClassName
{
color: #AEC912;
}
.AnyTagClassName
{
color: #AEC912;
}
</style>
background-color css
<style>
a { background-color: #AEC912; }
a { background-color: rgb(174,201,18); }
div.DivClassName
{
background-color: #AEC912;
}
.BgClassName
{
background-color: #AEC912;
}
</style>
border-color css
<style>
span { border-color: #AEC912; }
span { border-color: rgb(174,201,18); }
td.TdClassName
{
border-color: #AEC912;
}
.TagClassName
{
border-color: #AEC912;
}
</style>