Shades of Rio Grande #AECD18
Tints of Rio Grande #AECD18
RGB
CMYK
RGB Variations
Color information
#AECD18 (or 0xAECD18) is known color: Rio Grande. HEX triplet: AE, CD and 18. RGB value is (174,205,24). Sum of RGB (Red+Green+Blue) = 174+205+24=403 (53% of max value = 765). Red value is 174 (68.36% from 255 or 43.18% from 403); Green value is 205 (80.47% from 255 or 50.87% from 403); Blue value is 24 (9.77% from 255 or 5.96% from 403); Max value from RGB is 205 - color contains mainly: green. Hex color #AECD18 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #AECD18 is #5132E7. Grayscale: #AFAFAF. Windows color (decimal): -5321448 or 1625518. OLE color: 1625518.
HSL color Cylindrical-coordinate representation of color #AECD18: hue angle of 70.28º degrees, saturation: 0.79, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #AECD18 is Cyan = 0.15, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 174 | 205 | 24 | - |
| CMYK | 0.15 | 0 | 0.88 | 0.20 |
| HSL | 70.28º | 0.79% | 0.45% | - |
| HSV(B) | 70.28º | 0.88% | 0.8% | - |
| XYZ | 39.45 | 52.73 | 8.96 | - |
| YUV | 175.1 | 42.73 | 127.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 205 | 24 | 0.15 | 0 | 0.88 | 0.20 | 70.28 | 0.79 | 0.45 |
| Hex | AE | CD | 18 | F | 0 | 58 | 14 | 46 | 4F | 2D |
| Octal | 256 | 315 | 30 | 17 | 0 | 130 | 24 | 106 | 117 | 55 |
| Binary | 10101110 | 11001101 | 11000 | 1111 | 0 | 1011000 | 10100 | 1000110 | 1001111 | 101101 |
Color Harmonies of #AECD18
Complementary color
Monochromatic Colors of #AECD18
Black with #AECD18
Text Example
Text Example
White with #AECD18
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AECD18; }
p { color: rgb(174,205,24); }
H1.HeaderClassName
{
color: #AECD18;
}
.AnyTagClassName
{
color: #AECD18;
}
</style>
background-color css
<style>
a { background-color: #AECD18; }
a { background-color: rgb(174,205,24); }
div.DivClassName
{
background-color: #AECD18;
}
.BgClassName
{
background-color: #AECD18;
}
</style>
border-color css
<style>
span { border-color: #AECD18; }
span { border-color: rgb(174,205,24); }
td.TdClassName
{
border-color: #AECD18;
}
.TagClassName
{
border-color: #AECD18;
}
</style>