Shades of Rio Grande #AECC12
Tints of Rio Grande #AECC12
RGB
CMYK
RGB Variations
Color information
#AECC12 (or 0xAECC12) is known color: Rio Grande. HEX triplet: AE, CC and 12. RGB value is (174,204,18). Sum of RGB (Red+Green+Blue) = 174+204+18=396 (52% of max value = 765). Red value is 174 (68.36% from 255 or 43.94% from 396); Green value is 204 (80.08% from 255 or 51.52% from 396); Blue value is 18 (7.42% from 255 or 4.55% from 396); Max value from RGB is 204 - color contains mainly: green. Hex color #AECC12 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #AECC12 is #5133ED. Grayscale: #AEAEAE. Windows color (decimal): -5321710 or 1232046. OLE color: 1232046.
HSL color Cylindrical-coordinate representation of color #AECC12: hue angle of 69.68º degrees, saturation: 0.84, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #AECC12 is Cyan = 0.15, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 174 | 204 | 18 | - |
| CMYK | 0.15 | 0 | 0.91 | 0.2 |
| HSL | 69.68º | 0.84% | 0.44% | - |
| HSV(B) | 69.68º | 0.91% | 0.8% | - |
| XYZ | 39.16 | 52.23 | 8.59 | - |
| YUV | 173.83 | 40.06 | 128.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 204 | 18 | 0.15 | 0 | 0.91 | 0.2 | 69.68 | 0.84 | 0.44 |
| Hex | AE | CC | 12 | F | 0 | 5B | 14 | 46 | 54 | 2C |
| Octal | 256 | 314 | 22 | 17 | 0 | 133 | 24 | 106 | 124 | 54 |
| Binary | 10101110 | 11001100 | 10010 | 1111 | 0 | 1011011 | 10100 | 1000110 | 1010100 | 101100 |
Color Harmonies of #AECC12
Complementary color
Monochromatic Colors of #AECC12
Black with #AECC12
Text Example
Text Example
White with #AECC12
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AECC12; }
p { color: rgb(174,204,18); }
H1.HeaderClassName
{
color: #AECC12;
}
.AnyTagClassName
{
color: #AECC12;
}
</style>
background-color css
<style>
a { background-color: #AECC12; }
a { background-color: rgb(174,204,18); }
div.DivClassName
{
background-color: #AECC12;
}
.BgClassName
{
background-color: #AECC12;
}
</style>
border-color css
<style>
span { border-color: #AECC12; }
span { border-color: rgb(174,204,18); }
td.TdClassName
{
border-color: #AECC12;
}
.TagClassName
{
border-color: #AECC12;
}
</style>