Shades of Rio Grande #AEC812
Tints of Rio Grande #AEC812
RGB
CMYK
RGB Variations
Color information
#AEC812 (or 0xAEC812) is known color: Rio Grande. HEX triplet: AE, C8 and 12. RGB value is (174,200,18). Sum of RGB (Red+Green+Blue) = 174+200+18=392 (51% of max value = 765). Red value is 174 (68.36% from 255 or 44.39% from 392); Green value is 200 (78.52% from 255 or 51.02% from 392); Blue value is 18 (7.42% from 255 or 4.59% from 392); Max value from RGB is 200 - color contains mainly: green. Hex color #AEC812 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #AEC812 is #5137ED. Grayscale: #ACACAC. Windows color (decimal): -5322734 or 1231022. OLE color: 1231022.
HSL color Cylindrical-coordinate representation of color #AEC812: hue angle of 68.57º degrees, saturation: 0.83, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #AEC812 is Cyan = 0.13, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 174 | 200 | 18 | - |
| CMYK | 0.13 | 0 | 0.91 | 0.22 |
| HSL | 68.57º | 0.83% | 0.43% | - |
| HSV(B) | 68.57º | 0.91% | 0.78% | - |
| XYZ | 38.22 | 50.35 | 8.28 | - |
| YUV | 171.48 | 41.39 | 129.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 200 | 18 | 0.13 | 0 | 0.91 | 0.22 | 68.57 | 0.83 | 0.43 |
| Hex | AE | C8 | 12 | D | 0 | 5B | 16 | 45 | 53 | 2B |
| Octal | 256 | 310 | 22 | 15 | 0 | 133 | 26 | 105 | 123 | 53 |
| Binary | 10101110 | 11001000 | 10010 | 1101 | 0 | 1011011 | 10110 | 1000101 | 1010011 | 101011 |
Color Harmonies of #AEC812
Complementary color
Monochromatic Colors of #AEC812
Black with #AEC812
Text Example
Text Example
White with #AEC812
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AEC812; }
p { color: rgb(174,200,18); }
H1.HeaderClassName
{
color: #AEC812;
}
.AnyTagClassName
{
color: #AEC812;
}
</style>
background-color css
<style>
a { background-color: #AEC812; }
a { background-color: rgb(174,200,18); }
div.DivClassName
{
background-color: #AEC812;
}
.BgClassName
{
background-color: #AEC812;
}
</style>
border-color css
<style>
span { border-color: #AEC812; }
span { border-color: rgb(174,200,18); }
td.TdClassName
{
border-color: #AEC812;
}
.TagClassName
{
border-color: #AEC812;
}
</style>