Shades of Rio Grande #AECB14
Tints of Rio Grande #AECB14
RGB
CMYK
RGB Variations
Color information
#AECB14 (or 0xAECB14) is known color: Rio Grande. HEX triplet: AE, CB and 14. RGB value is (174,203,20). Sum of RGB (Red+Green+Blue) = 174+203+20=397 (52% of max value = 765). Red value is 174 (68.36% from 255 or 43.83% from 397); Green value is 203 (79.69% from 255 or 51.13% from 397); Blue value is 20 (8.20% from 255 or 5.04% from 397); Max value from RGB is 203 - color contains mainly: green. Hex color #AECB14 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #AECB14 is #5134EB. Grayscale: #AEAEAE. Windows color (decimal): -5321964 or 1362862. OLE color: 1362862.
HSL color Cylindrical-coordinate representation of color #AECB14: hue angle of 69.51º degrees, saturation: 0.82, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #AECB14 is Cyan = 0.14, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 174 | 203 | 20 | - |
| CMYK | 0.14 | 0 | 0.90 | 0.20 |
| HSL | 69.51º | 0.82% | 0.44% | - |
| HSV(B) | 69.51º | 0.9% | 0.8% | - |
| XYZ | 38.94 | 51.76 | 8.6 | - |
| YUV | 173.47 | 41.39 | 128.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 203 | 20 | 0.14 | 0 | 0.90 | 0.20 | 69.51 | 0.82 | 0.44 |
| Hex | AE | CB | 14 | E | 0 | 5A | 14 | 46 | 52 | 2C |
| Octal | 256 | 313 | 24 | 16 | 0 | 132 | 24 | 106 | 122 | 54 |
| Binary | 10101110 | 11001011 | 10100 | 1110 | 0 | 1011010 | 10100 | 1000110 | 1010010 | 101100 |
Color Harmonies of #AECB14
Complementary color
Monochromatic Colors of #AECB14
Black with #AECB14
Text Example
Text Example
White with #AECB14
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AECB14; }
p { color: rgb(174,203,20); }
H1.HeaderClassName
{
color: #AECB14;
}
.AnyTagClassName
{
color: #AECB14;
}
</style>
background-color css
<style>
a { background-color: #AECB14; }
a { background-color: rgb(174,203,20); }
div.DivClassName
{
background-color: #AECB14;
}
.BgClassName
{
background-color: #AECB14;
}
</style>
border-color css
<style>
span { border-color: #AECB14; }
span { border-color: rgb(174,203,20); }
td.TdClassName
{
border-color: #AECB14;
}
.TagClassName
{
border-color: #AECB14;
}
</style>