Shades of Rio Grande #AECE1C
Tints of Rio Grande #AECE1C
RGB
CMYK
RGB Variations
Color information
#AECE1C (or 0xAECE1C) is known color: Rio Grande. HEX triplet: AE, CE and 1C. RGB value is (174,206,28). Sum of RGB (Red+Green+Blue) = 174+206+28=408 (54% of max value = 765). Red value is 174 (68.36% from 255 or 42.65% from 408); Green value is 206 (80.86% from 255 or 50.49% from 408); Blue value is 28 (11.33% from 255 or 6.86% from 408); Max value from RGB is 206 - color contains mainly: green. Hex color #AECE1C is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #AECE1C is #5131E3. Grayscale: #B0B0B0. Windows color (decimal): -5321188 or 1887918. OLE color: 1887918.
HSL color Cylindrical-coordinate representation of color #AECE1C: hue angle of 70.79º degrees, saturation: 0.76, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #AECE1C is Cyan = 0.16, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 174 | 206 | 28 | - |
| CMYK | 0.16 | 0 | 0.86 | 0.19 |
| HSL | 70.79º | 0.76% | 0.46% | - |
| HSV(B) | 70.79º | 0.86% | 0.81% | - |
| XYZ | 39.74 | 53.23 | 9.28 | - |
| YUV | 176.14 | 44.4 | 126.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 206 | 28 | 0.16 | 0 | 0.86 | 0.19 | 70.79 | 0.76 | 0.46 |
| Hex | AE | CE | 1C | 10 | 0 | 56 | 13 | 47 | 4C | 2E |
| Octal | 256 | 316 | 34 | 20 | 0 | 126 | 23 | 107 | 114 | 56 |
| Binary | 10101110 | 11001110 | 11100 | 10000 | 0 | 1010110 | 10011 | 1000111 | 1001100 | 101110 |
Color Harmonies of #AECE1C
Complementary color
Monochromatic Colors of #AECE1C
Black with #AECE1C
Text Example
Text Example
White with #AECE1C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AECE1C; }
p { color: rgb(174,206,28); }
H1.HeaderClassName
{
color: #AECE1C;
}
.AnyTagClassName
{
color: #AECE1C;
}
</style>
background-color css
<style>
a { background-color: #AECE1C; }
a { background-color: rgb(174,206,28); }
div.DivClassName
{
background-color: #AECE1C;
}
.BgClassName
{
background-color: #AECE1C;
}
</style>
border-color css
<style>
span { border-color: #AECE1C; }
span { border-color: rgb(174,206,28); }
td.TdClassName
{
border-color: #AECE1C;
}
.TagClassName
{
border-color: #AECE1C;
}
</style>