Shades of Rio Grande #AECC14
Tints of Rio Grande #AECC14
RGB
CMYK
RGB Variations
Color information
#AECC14 (or 0xAECC14) is known color: Rio Grande. HEX triplet: AE, CC and 14. RGB value is (174,204,20). Sum of RGB (Red+Green+Blue) = 174+204+20=398 (52% of max value = 765). Red value is 174 (68.36% from 255 or 43.72% from 398); Green value is 204 (80.08% from 255 or 51.26% from 398); Blue value is 20 (8.20% from 255 or 5.03% from 398); Max value from RGB is 204 - color contains mainly: green. Hex color #AECC14 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #AECC14 is #5133EB. Grayscale: #AEAEAE. Windows color (decimal): -5321708 or 1363118. OLE color: 1363118.
HSL color Cylindrical-coordinate representation of color #AECC14: hue angle of 69.78º 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 #AECC14 is Cyan = 0.15, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 174 | 204 | 20 | - |
| CMYK | 0.15 | 0 | 0.90 | 0.2 |
| HSL | 69.78º | 0.82% | 0.44% | - |
| HSV(B) | 69.78º | 0.9% | 0.8% | - |
| XYZ | 39.17 | 52.23 | 8.68 | - |
| YUV | 174.05 | 41.06 | 127.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 204 | 20 | 0.15 | 0 | 0.90 | 0.2 | 69.78 | 0.82 | 0.44 |
| Hex | AE | CC | 14 | F | 0 | 5A | 14 | 46 | 52 | 2C |
| Octal | 256 | 314 | 24 | 17 | 0 | 132 | 24 | 106 | 122 | 54 |
| Binary | 10101110 | 11001100 | 10100 | 1111 | 0 | 1011010 | 10100 | 1000110 | 1010010 | 101100 |
Color Harmonies of #AECC14
Complementary color
Monochromatic Colors of #AECC14
Black with #AECC14
Text Example
Text Example
White with #AECC14
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AECC14; }
p { color: rgb(174,204,20); }
H1.HeaderClassName
{
color: #AECC14;
}
.AnyTagClassName
{
color: #AECC14;
}
</style>
background-color css
<style>
a { background-color: #AECC14; }
a { background-color: rgb(174,204,20); }
div.DivClassName
{
background-color: #AECC14;
}
.BgClassName
{
background-color: #AECC14;
}
</style>
border-color css
<style>
span { border-color: #AECC14; }
span { border-color: rgb(174,204,20); }
td.TdClassName
{
border-color: #AECC14;
}
.TagClassName
{
border-color: #AECC14;
}
</style>