Shades of Rio Grande #AEC90F
Tints of Rio Grande #AEC90F
RGB
CMYK
RGB Variations
Color information
#AEC90F (or 0xAEC90F) is known color: Rio Grande. HEX triplet: AE, C9 and 0F. RGB value is (174,201,15). Sum of RGB (Red+Green+Blue) = 174+201+15=390 (51% of max value = 765). Red value is 174 (68.36% from 255 or 44.62% from 390); Green value is 201 (78.91% from 255 or 51.54% from 390); Blue value is 15 (6.25% from 255 or 3.85% from 390); Max value from RGB is 201 - color contains mainly: green. Hex color #AEC90F is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #AEC90F is #5136F0. Grayscale: #ACACAC. Windows color (decimal): -5322481 or 1034670. OLE color: 1034670.
HSL color Cylindrical-coordinate representation of color #AEC90F: hue angle of 68.71º degrees, saturation: 0.86, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #AEC90F is Cyan = 0.13, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 174 | 201 | 15 | - |
| CMYK | 0.13 | 0 | 0.93 | 0.21 |
| HSL | 68.71º | 0.86% | 0.42% | - |
| HSV(B) | 68.71º | 0.93% | 0.79% | - |
| XYZ | 38.43 | 50.81 | 8.23 | - |
| YUV | 171.72 | 39.55 | 129.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 201 | 15 | 0.13 | 0 | 0.93 | 0.21 | 68.71 | 0.86 | 0.42 |
| Hex | AE | C9 | F | D | 0 | 5D | 15 | 45 | 56 | 2A |
| Octal | 256 | 311 | 17 | 15 | 0 | 135 | 25 | 105 | 126 | 52 |
| Binary | 10101110 | 11001001 | 1111 | 1101 | 0 | 1011101 | 10101 | 1000101 | 1010110 | 101010 |
Color Harmonies of #AEC90F
Complementary color
Monochromatic Colors of #AEC90F
Black with #AEC90F
Text Example
Text Example
White with #AEC90F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AEC90F; }
p { color: rgb(174,201,15); }
H1.HeaderClassName
{
color: #AEC90F;
}
.AnyTagClassName
{
color: #AEC90F;
}
</style>
background-color css
<style>
a { background-color: #AEC90F; }
a { background-color: rgb(174,201,15); }
div.DivClassName
{
background-color: #AEC90F;
}
.BgClassName
{
background-color: #AEC90F;
}
</style>
border-color css
<style>
span { border-color: #AEC90F; }
span { border-color: rgb(174,201,15); }
td.TdClassName
{
border-color: #AEC90F;
}
.TagClassName
{
border-color: #AEC90F;
}
</style>