Shades of Rio Grande #AECB18
Tints of Rio Grande #AECB18
RGB
CMYK
RGB Variations
Color information
#AECB18 (or 0xAECB18) is known color: Rio Grande. HEX triplet: AE, CB and 18. RGB value is (174,203,24). Sum of RGB (Red+Green+Blue) = 174+203+24=401 (53% of max value = 765). Red value is 174 (68.36% from 255 or 43.39% from 401); Green value is 203 (79.69% from 255 or 50.62% from 401); Blue value is 24 (9.77% from 255 or 5.99% from 401); Max value from RGB is 203 - color contains mainly: green. Hex color #AECB18 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #AECB18 is #5134E7. Grayscale: #AEAEAE. Windows color (decimal): -5321960 or 1625006. OLE color: 1625006.
HSL color Cylindrical-coordinate representation of color #AECB18: hue angle of 69.72º 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 #AECB18 is Cyan = 0.14, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 174 | 203 | 24 | - |
| CMYK | 0.14 | 0 | 0.88 | 0.20 |
| HSL | 69.72º | 0.79% | 0.45% | - |
| HSV(B) | 69.72º | 0.88% | 0.8% | - |
| XYZ | 38.98 | 51.78 | 8.8 | - |
| YUV | 173.92 | 43.39 | 128.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 203 | 24 | 0.14 | 0 | 0.88 | 0.20 | 69.72 | 0.79 | 0.45 |
| Hex | AE | CB | 18 | E | 0 | 58 | 14 | 46 | 4F | 2D |
| Octal | 256 | 313 | 30 | 16 | 0 | 130 | 24 | 106 | 117 | 55 |
| Binary | 10101110 | 11001011 | 11000 | 1110 | 0 | 1011000 | 10100 | 1000110 | 1001111 | 101101 |
Color Harmonies of #AECB18
Complementary color
Monochromatic Colors of #AECB18
Black with #AECB18
Text Example
Text Example
White with #AECB18
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AECB18; }
p { color: rgb(174,203,24); }
H1.HeaderClassName
{
color: #AECB18;
}
.AnyTagClassName
{
color: #AECB18;
}
</style>
background-color css
<style>
a { background-color: #AECB18; }
a { background-color: rgb(174,203,24); }
div.DivClassName
{
background-color: #AECB18;
}
.BgClassName
{
background-color: #AECB18;
}
</style>
border-color css
<style>
span { border-color: #AECB18; }
span { border-color: rgb(174,203,24); }
td.TdClassName
{
border-color: #AECB18;
}
.TagClassName
{
border-color: #AECB18;
}
</style>