Shades of Rio Grande #AECA14
Tints of Rio Grande #AECA14
RGB
CMYK
RGB Variations
Color information
#AECA14 (or 0xAECA14) is known color: Rio Grande. HEX triplet: AE, CA and 14. RGB value is (174,202,20). Sum of RGB (Red+Green+Blue) = 174+202+20=396 (52% of max value = 765). Red value is 174 (68.36% from 255 or 43.94% from 396); Green value is 202 (79.30% from 255 or 51.01% from 396); Blue value is 20 (8.20% from 255 or 5.05% from 396); Max value from RGB is 202 - color contains mainly: green. Hex color #AECA14 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #AECA14 is #5135EB. Grayscale: #ADADAD. Windows color (decimal): -5322220 or 1362606. OLE color: 1362606.
HSL color Cylindrical-coordinate representation of color #AECA14: hue angle of 69.23º degrees, saturation: 0.82, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #AECA14 is Cyan = 0.14, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 174 | 202 | 20 | - |
| CMYK | 0.14 | 0 | 0.90 | 0.21 |
| HSL | 69.23º | 0.82% | 0.44% | - |
| HSV(B) | 69.23º | 0.9% | 0.79% | - |
| XYZ | 38.7 | 51.29 | 8.52 | - |
| YUV | 172.88 | 41.72 | 128.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 202 | 20 | 0.14 | 0 | 0.90 | 0.21 | 69.23 | 0.82 | 0.44 |
| Hex | AE | CA | 14 | E | 0 | 5A | 15 | 45 | 52 | 2C |
| Octal | 256 | 312 | 24 | 16 | 0 | 132 | 25 | 105 | 122 | 54 |
| Binary | 10101110 | 11001010 | 10100 | 1110 | 0 | 1011010 | 10101 | 1000101 | 1010010 | 101100 |
Color Harmonies of #AECA14
Complementary color
Monochromatic Colors of #AECA14
Black with #AECA14
Text Example
Text Example
White with #AECA14
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AECA14; }
p { color: rgb(174,202,20); }
H1.HeaderClassName
{
color: #AECA14;
}
.AnyTagClassName
{
color: #AECA14;
}
</style>
background-color css
<style>
a { background-color: #AECA14; }
a { background-color: rgb(174,202,20); }
div.DivClassName
{
background-color: #AECA14;
}
.BgClassName
{
background-color: #AECA14;
}
</style>
border-color css
<style>
span { border-color: #AECA14; }
span { border-color: rgb(174,202,20); }
td.TdClassName
{
border-color: #AECA14;
}
.TagClassName
{
border-color: #AECA14;
}
</style>