Shades of Rio Grande #AECC0D
Tints of Rio Grande #AECC0D
RGB
CMYK
RGB Variations
Color information
#AECC0D (or 0xAECC0D) is known color: Rio Grande. HEX triplet: AE, CC and 0D. RGB value is (174,204,13). Sum of RGB (Red+Green+Blue) = 174+204+13=391 (51% of max value = 765). Red value is 174 (68.36% from 255 or 44.50% from 391); Green value is 204 (80.08% from 255 or 52.17% from 391); Blue value is 13 (5.47% from 255 or 3.32% from 391); Max value from RGB is 204 - color contains mainly: green. Hex color #AECC0D is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #AECC0D is #5133F2. Grayscale: #ADADAD. Windows color (decimal): -5321715 or 904366. OLE color: 904366.
HSL color Cylindrical-coordinate representation of color #AECC0D: hue angle of 69.42º degrees, saturation: 0.88, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #AECC0D is Cyan = 0.15, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 174 | 204 | 13 | - |
| CMYK | 0.15 | 0 | 0.94 | 0.2 |
| HSL | 69.42º | 0.88% | 0.43% | - |
| HSV(B) | 69.42º | 0.94% | 0.8% | - |
| XYZ | 39.12 | 52.21 | 8.4 | - |
| YUV | 173.26 | 37.56 | 128.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 204 | 13 | 0.15 | 0 | 0.94 | 0.2 | 69.42 | 0.88 | 0.43 |
| Hex | AE | CC | D | F | 0 | 5E | 14 | 45 | 58 | 2B |
| Octal | 256 | 314 | 15 | 17 | 0 | 136 | 24 | 105 | 130 | 53 |
| Binary | 10101110 | 11001100 | 1101 | 1111 | 0 | 1011110 | 10100 | 1000101 | 1011000 | 101011 |
Color Harmonies of #AECC0D
Complementary color
Monochromatic Colors of #AECC0D
Black with #AECC0D
Text Example
Text Example
White with #AECC0D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AECC0D; }
p { color: rgb(174,204,13); }
H1.HeaderClassName
{
color: #AECC0D;
}
.AnyTagClassName
{
color: #AECC0D;
}
</style>
background-color css
<style>
a { background-color: #AECC0D; }
a { background-color: rgb(174,204,13); }
div.DivClassName
{
background-color: #AECC0D;
}
.BgClassName
{
background-color: #AECC0D;
}
</style>
border-color css
<style>
span { border-color: #AECC0D; }
span { border-color: rgb(174,204,13); }
td.TdClassName
{
border-color: #AECC0D;
}
.TagClassName
{
border-color: #AECC0D;
}
</style>