Shades of Rio Grande #AECE0E
Tints of Rio Grande #AECE0E
RGB
CMYK
RGB Variations
Color information
#AECE0E (or 0xAECE0E) is known color: Rio Grande. HEX triplet: AE, CE and 0E. RGB value is (174,206,14). Sum of RGB (Red+Green+Blue) = 174+206+14=394 (52% of max value = 765). Red value is 174 (68.36% from 255 or 44.16% from 394); Green value is 206 (80.86% from 255 or 52.28% from 394); Blue value is 14 (5.86% from 255 or 3.55% from 394); Max value from RGB is 206 - color contains mainly: green. Hex color #AECE0E is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #AECE0E is #5131F1. Grayscale: #AFAFAF. Windows color (decimal): -5321202 or 970414. OLE color: 970414.
HSL color Cylindrical-coordinate representation of color #AECE0E: hue angle of 70º degrees, saturation: 0.87, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #AECE0E is Cyan = 0.16, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 174 | 206 | 14 | - |
| CMYK | 0.16 | 0 | 0.93 | 0.19 |
| HSL | 70º | 0.87% | 0.43% | - |
| HSV(B) | 70º | 0.93% | 0.81% | - |
| XYZ | 39.61 | 53.17 | 8.59 | - |
| YUV | 174.54 | 37.4 | 127.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 206 | 14 | 0.16 | 0 | 0.93 | 0.19 | 70 | 0.87 | 0.43 |
| Hex | AE | CE | E | 10 | 0 | 5D | 13 | 46 | 57 | 2B |
| Octal | 256 | 316 | 16 | 20 | 0 | 135 | 23 | 106 | 127 | 53 |
| Binary | 10101110 | 11001110 | 1110 | 10000 | 0 | 1011101 | 10011 | 1000110 | 1010111 | 101011 |
Color Harmonies of #AECE0E
Complementary color
Monochromatic Colors of #AECE0E
Black with #AECE0E
Text Example
Text Example
White with #AECE0E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AECE0E; }
p { color: rgb(174,206,14); }
H1.HeaderClassName
{
color: #AECE0E;
}
.AnyTagClassName
{
color: #AECE0E;
}
</style>
background-color css
<style>
a { background-color: #AECE0E; }
a { background-color: rgb(174,206,14); }
div.DivClassName
{
background-color: #AECE0E;
}
.BgClassName
{
background-color: #AECE0E;
}
</style>
border-color css
<style>
span { border-color: #AECE0E; }
span { border-color: rgb(174,206,14); }
td.TdClassName
{
border-color: #AECE0E;
}
.TagClassName
{
border-color: #AECE0E;
}
</style>