Shades of Rio Grande #AED012
Tints of Rio Grande #AED012
RGB
CMYK
RGB Variations
Color information
#AED012 (or 0xAED012) is known color: Rio Grande. HEX triplet: AE, D0 and 12. RGB value is (174,208,18). Sum of RGB (Red+Green+Blue) = 174+208+18=400 (52% of max value = 765). Red value is 174 (68.36% from 255 or 43.5% from 400); Green value is 208 (81.64% from 255 or 52% from 400); Blue value is 18 (7.42% from 255 or 4.5% from 400); Max value from RGB is 208 - color contains mainly: green. Hex color #AED012 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #AED012 is #512FED. Grayscale: #B0B0B0. Windows color (decimal): -5320686 or 1233070. OLE color: 1233070.
HSL color Cylindrical-coordinate representation of color #AED012: hue angle of 70.74º degrees, saturation: 0.84, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #AED012 is Cyan = 0.16, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 174 | 208 | 18 | - |
| CMYK | 0.16 | 0 | 0.91 | 0.18 |
| HSL | 70.74º | 0.84% | 0.44% | - |
| HSV(B) | 70.74º | 0.91% | 0.82% | - |
| XYZ | 40.12 | 54.15 | 8.91 | - |
| YUV | 176.17 | 38.74 | 126.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 208 | 18 | 0.16 | 0 | 0.91 | 0.18 | 70.74 | 0.84 | 0.44 |
| Hex | AE | D0 | 12 | 10 | 0 | 5B | 12 | 47 | 54 | 2C |
| Octal | 256 | 320 | 22 | 20 | 0 | 133 | 22 | 107 | 124 | 54 |
| Binary | 10101110 | 11010000 | 10010 | 10000 | 0 | 1011011 | 10010 | 1000111 | 1010100 | 101100 |
Color Harmonies of #AED012
Complementary color
Monochromatic Colors of #AED012
Black with #AED012
Text Example
Text Example
White with #AED012
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AED012; }
p { color: rgb(174,208,18); }
H1.HeaderClassName
{
color: #AED012;
}
.AnyTagClassName
{
color: #AED012;
}
</style>
background-color css
<style>
a { background-color: #AED012; }
a { background-color: rgb(174,208,18); }
div.DivClassName
{
background-color: #AED012;
}
.BgClassName
{
background-color: #AED012;
}
</style>
border-color css
<style>
span { border-color: #AED012; }
span { border-color: rgb(174,208,18); }
td.TdClassName
{
border-color: #AED012;
}
.TagClassName
{
border-color: #AED012;
}
</style>