Shades of Rio Grande #AEC90D
Tints of Rio Grande #AEC90D
RGB
CMYK
RGB Variations
Color information
#AEC90D (or 0xAEC90D) is known color: Rio Grande. HEX triplet: AE, C9 and 0D. RGB value is (174,201,13). Sum of RGB (Red+Green+Blue) = 174+201+13=388 (51% of max value = 765). Red value is 174 (68.36% from 255 or 44.85% from 388); Green value is 201 (78.91% from 255 or 51.80% from 388); Blue value is 13 (5.47% from 255 or 3.35% from 388); Max value from RGB is 201 - color contains mainly: green. Hex color #AEC90D is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #AEC90D is #5136F2. Grayscale: #ACACAC. Windows color (decimal): -5322483 or 903598. OLE color: 903598.
HSL color Cylindrical-coordinate representation of color #AEC90D: hue angle of 68.62º degrees, saturation: 0.88, 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 #AEC90D is Cyan = 0.13, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 174 | 201 | 13 | - |
| CMYK | 0.13 | 0 | 0.94 | 0.21 |
| HSL | 68.62º | 0.88% | 0.42% | - |
| HSV(B) | 68.62º | 0.94% | 0.79% | - |
| XYZ | 38.41 | 50.8 | 8.16 | - |
| YUV | 171.5 | 38.55 | 129.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 201 | 13 | 0.13 | 0 | 0.94 | 0.21 | 68.62 | 0.88 | 0.42 |
| Hex | AE | C9 | D | D | 0 | 5E | 15 | 45 | 58 | 2A |
| Octal | 256 | 311 | 15 | 15 | 0 | 136 | 25 | 105 | 130 | 52 |
| Binary | 10101110 | 11001001 | 1101 | 1101 | 0 | 1011110 | 10101 | 1000101 | 1011000 | 101010 |
Color Harmonies of #AEC90D
Complementary color
Monochromatic Colors of #AEC90D
Black with #AEC90D
Text Example
Text Example
White with #AEC90D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AEC90D; }
p { color: rgb(174,201,13); }
H1.HeaderClassName
{
color: #AEC90D;
}
.AnyTagClassName
{
color: #AEC90D;
}
</style>
background-color css
<style>
a { background-color: #AEC90D; }
a { background-color: rgb(174,201,13); }
div.DivClassName
{
background-color: #AEC90D;
}
.BgClassName
{
background-color: #AEC90D;
}
</style>
border-color css
<style>
span { border-color: #AEC90D; }
span { border-color: rgb(174,201,13); }
td.TdClassName
{
border-color: #AEC90D;
}
.TagClassName
{
border-color: #AEC90D;
}
</style>