Shades of Rio Grande #AECA15
Tints of Rio Grande #AECA15
RGB
CMYK
RGB Variations
Color information
#AECA15 (or 0xAECA15) is known color: Rio Grande. HEX triplet: AE, CA and 15. RGB value is (174,202,21). Sum of RGB (Red+Green+Blue) = 174+202+21=397 (52% of max value = 765). Red value is 174 (68.36% from 255 or 43.83% from 397); Green value is 202 (79.30% from 255 or 50.88% from 397); Blue value is 21 (8.59% from 255 or 5.29% from 397); Max value from RGB is 202 - color contains mainly: green. Hex color #AECA15 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #AECA15 is #5135EA. Grayscale: #ADADAD. Windows color (decimal): -5322219 or 1428142. OLE color: 1428142.
HSL color Cylindrical-coordinate representation of color #AECA15: hue angle of 69.28º degrees, saturation: 0.81, 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 #AECA15 is Cyan = 0.14, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 174 | 202 | 21 | - |
| CMYK | 0.14 | 0 | 0.90 | 0.21 |
| HSL | 69.28º | 0.81% | 0.44% | - |
| HSV(B) | 69.28º | 0.9% | 0.79% | - |
| XYZ | 38.71 | 51.29 | 8.57 | - |
| YUV | 172.99 | 42.22 | 128.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 202 | 21 | 0.14 | 0 | 0.90 | 0.21 | 69.28 | 0.81 | 0.44 |
| Hex | AE | CA | 15 | E | 0 | 5A | 15 | 45 | 51 | 2C |
| Octal | 256 | 312 | 25 | 16 | 0 | 132 | 25 | 105 | 121 | 54 |
| Binary | 10101110 | 11001010 | 10101 | 1110 | 0 | 1011010 | 10101 | 1000101 | 1010001 | 101100 |
Color Harmonies of #AECA15
Complementary color
Monochromatic Colors of #AECA15
Black with #AECA15
Text Example
Text Example
White with #AECA15
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AECA15; }
p { color: rgb(174,202,21); }
H1.HeaderClassName
{
color: #AECA15;
}
.AnyTagClassName
{
color: #AECA15;
}
</style>
background-color css
<style>
a { background-color: #AECA15; }
a { background-color: rgb(174,202,21); }
div.DivClassName
{
background-color: #AECA15;
}
.BgClassName
{
background-color: #AECA15;
}
</style>
border-color css
<style>
span { border-color: #AECA15; }
span { border-color: rgb(174,202,21); }
td.TdClassName
{
border-color: #AECA15;
}
.TagClassName
{
border-color: #AECA15;
}
</style>