Shades of Rio Grande #AED00C
Tints of Rio Grande #AED00C
RGB
CMYK
RGB Variations
Color information
#AED00C (or 0xAED00C) is known color: Rio Grande. HEX triplet: AE, D0 and 0C. RGB value is (174,208,12). Sum of RGB (Red+Green+Blue) = 174+208+12=394 (52% of max value = 765). Red value is 174 (68.36% from 255 or 44.16% from 394); Green value is 208 (81.64% from 255 or 52.79% from 394); Blue value is 12 (5.08% from 255 or 3.05% from 394); Max value from RGB is 208 - color contains mainly: green. Hex color #AED00C is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #AED00C is #512FF3. Grayscale: #B0B0B0. Windows color (decimal): -5320692 or 839854. OLE color: 839854.
HSL color Cylindrical-coordinate representation of color #AED00C: hue angle of 70.41º degrees, saturation: 0.89, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #AED00C is Cyan = 0.16, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 174 | 208 | 12 | - |
| CMYK | 0.16 | 0 | 0.94 | 0.18 |
| HSL | 70.41º | 0.89% | 0.43% | - |
| HSV(B) | 70.41º | 0.94% | 0.82% | - |
| XYZ | 40.08 | 54.14 | 8.68 | - |
| YUV | 175.49 | 35.74 | 126.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 208 | 12 | 0.16 | 0 | 0.94 | 0.18 | 70.41 | 0.89 | 0.43 |
| Hex | AE | D0 | C | 10 | 0 | 5E | 12 | 46 | 59 | 2B |
| Octal | 256 | 320 | 14 | 20 | 0 | 136 | 22 | 106 | 131 | 53 |
| Binary | 10101110 | 11010000 | 1100 | 10000 | 0 | 1011110 | 10010 | 1000110 | 1011001 | 101011 |
Color Harmonies of #AED00C
Complementary color
Monochromatic Colors of #AED00C
Black with #AED00C
Text Example
Text Example
White with #AED00C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AED00C; }
p { color: rgb(174,208,12); }
H1.HeaderClassName
{
color: #AED00C;
}
.AnyTagClassName
{
color: #AED00C;
}
</style>
background-color css
<style>
a { background-color: #AED00C; }
a { background-color: rgb(174,208,12); }
div.DivClassName
{
background-color: #AED00C;
}
.BgClassName
{
background-color: #AED00C;
}
</style>
border-color css
<style>
span { border-color: #AED00C; }
span { border-color: rgb(174,208,12); }
td.TdClassName
{
border-color: #AED00C;
}
.TagClassName
{
border-color: #AED00C;
}
</style>