Shades of Rio Grande #AECC16
Tints of Rio Grande #AECC16
RGB
CMYK
RGB Variations
Color information
#AECC16 (or 0xAECC16) is known color: Rio Grande. HEX triplet: AE, CC and 16. RGB value is (174,204,22). Sum of RGB (Red+Green+Blue) = 174+204+22=400 (52% of max value = 765). Red value is 174 (68.36% from 255 or 43.5% from 400); Green value is 204 (80.08% from 255 or 51% from 400); Blue value is 22 (8.98% from 255 or 5.5% from 400); Max value from RGB is 204 - color contains mainly: green. Hex color #AECC16 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #AECC16 is #5133E9. Grayscale: #AEAEAE. Windows color (decimal): -5321706 or 1494190. OLE color: 1494190.
HSL color Cylindrical-coordinate representation of color #AECC16: hue angle of 69.89º degrees, saturation: 0.81, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #AECC16 is Cyan = 0.15, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 174 | 204 | 22 | - |
| CMYK | 0.15 | 0 | 0.89 | 0.2 |
| HSL | 69.89º | 0.81% | 0.44% | - |
| HSV(B) | 69.89º | 0.89% | 0.8% | - |
| XYZ | 39.19 | 52.24 | 8.78 | - |
| YUV | 174.28 | 42.06 | 127.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 204 | 22 | 0.15 | 0 | 0.89 | 0.2 | 69.89 | 0.81 | 0.44 |
| Hex | AE | CC | 16 | F | 0 | 59 | 14 | 46 | 51 | 2C |
| Octal | 256 | 314 | 26 | 17 | 0 | 131 | 24 | 106 | 121 | 54 |
| Binary | 10101110 | 11001100 | 10110 | 1111 | 0 | 1011001 | 10100 | 1000110 | 1010001 | 101100 |
Color Harmonies of #AECC16
Complementary color
Monochromatic Colors of #AECC16
Black with #AECC16
Text Example
Text Example
White with #AECC16
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AECC16; }
p { color: rgb(174,204,22); }
H1.HeaderClassName
{
color: #AECC16;
}
.AnyTagClassName
{
color: #AECC16;
}
</style>
background-color css
<style>
a { background-color: #AECC16; }
a { background-color: rgb(174,204,22); }
div.DivClassName
{
background-color: #AECC16;
}
.BgClassName
{
background-color: #AECC16;
}
</style>
border-color css
<style>
span { border-color: #AECC16; }
span { border-color: rgb(174,204,22); }
td.TdClassName
{
border-color: #AECC16;
}
.TagClassName
{
border-color: #AECC16;
}
</style>