Shades of Rio Grande #AEC90C
Tints of Rio Grande #AEC90C
RGB
CMYK
RGB Variations
Color information
#AEC90C (or 0xAEC90C) is known color: Rio Grande. HEX triplet: AE, C9 and 0C. RGB value is (174,201,12). Sum of RGB (Red+Green+Blue) = 174+201+12=387 (51% of max value = 765). Red value is 174 (68.36% from 255 or 44.96% from 387); Green value is 201 (78.91% from 255 or 51.94% from 387); Blue value is 12 (5.08% from 255 or 3.10% from 387); Max value from RGB is 201 - color contains mainly: green. Hex color #AEC90C is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #AEC90C is #5136F3. Grayscale: #ACACAC. Windows color (decimal): -5322484 or 838062. OLE color: 838062.
HSL color Cylindrical-coordinate representation of color #AEC90C: hue angle of 68.57º degrees, saturation: 0.89, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #AEC90C is Cyan = 0.13, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 174 | 201 | 12 | - |
| CMYK | 0.13 | 0 | 0.94 | 0.21 |
| HSL | 68.57º | 0.89% | 0.42% | - |
| HSV(B) | 68.57º | 0.94% | 0.79% | - |
| XYZ | 38.41 | 50.8 | 8.13 | - |
| YUV | 171.38 | 38.05 | 129.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 201 | 12 | 0.13 | 0 | 0.94 | 0.21 | 68.57 | 0.89 | 0.42 |
| Hex | AE | C9 | C | D | 0 | 5E | 15 | 45 | 59 | 2A |
| Octal | 256 | 311 | 14 | 15 | 0 | 136 | 25 | 105 | 131 | 52 |
| Binary | 10101110 | 11001001 | 1100 | 1101 | 0 | 1011110 | 10101 | 1000101 | 1011001 | 101010 |
Color Harmonies of #AEC90C
Complementary color
Monochromatic Colors of #AEC90C
Black with #AEC90C
Text Example
Text Example
White with #AEC90C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AEC90C; }
p { color: rgb(174,201,12); }
H1.HeaderClassName
{
color: #AEC90C;
}
.AnyTagClassName
{
color: #AEC90C;
}
</style>
background-color css
<style>
a { background-color: #AEC90C; }
a { background-color: rgb(174,201,12); }
div.DivClassName
{
background-color: #AEC90C;
}
.BgClassName
{
background-color: #AEC90C;
}
</style>
border-color css
<style>
span { border-color: #AEC90C; }
span { border-color: rgb(174,201,12); }
td.TdClassName
{
border-color: #AEC90C;
}
.TagClassName
{
border-color: #AEC90C;
}
</style>