Shades of Rio Grande #AED224
Tints of Rio Grande #AED224
RGB
CMYK
RGB Variations
Color information
#AED224 (or 0xAED224) is known color: Rio Grande. HEX triplet: AE, D2 and 24. RGB value is (174,210,36). Sum of RGB (Red+Green+Blue) = 174+210+36=420 (55% of max value = 765). Red value is 174 (68.36% from 255 or 41.43% from 420); Green value is 210 (82.42% from 255 or 50% from 420); Blue value is 36 (14.45% from 255 or 8.57% from 420); Max value from RGB is 210 - color contains mainly: green. Hex color #AED224 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #AED224 is #512DDB. Grayscale: #B4B4B4. Windows color (decimal): -5320156 or 2413230. OLE color: 2413230.
HSL color Cylindrical-coordinate representation of color #AED224: hue angle of 72.41º degrees, saturation: 0.71, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #AED224 is Cyan = 0.17, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 174 | 210 | 36 | - |
| CMYK | 0.17 | 0 | 0.83 | 0.18 |
| HSL | 72.41º | 0.71% | 0.48% | - |
| HSV(B) | 72.41º | 0.83% | 0.82% | - |
| XYZ | 40.82 | 55.22 | 10.18 | - |
| YUV | 179.4 | 47.07 | 124.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 210 | 36 | 0.17 | 0 | 0.83 | 0.18 | 72.41 | 0.71 | 0.48 |
| Hex | AE | D2 | 24 | 11 | 0 | 53 | 12 | 48 | 47 | 30 |
| Octal | 256 | 322 | 44 | 21 | 0 | 123 | 22 | 110 | 107 | 60 |
| Binary | 10101110 | 11010010 | 100100 | 10001 | 0 | 1010011 | 10010 | 1001000 | 1000111 | 110000 |
Color Harmonies of #AED224
Complementary color
Monochromatic Colors of #AED224
Black with #AED224
Text Example
Text Example
White with #AED224
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AED224; }
p { color: rgb(174,210,36); }
H1.HeaderClassName
{
color: #AED224;
}
.AnyTagClassName
{
color: #AED224;
}
</style>
background-color css
<style>
a { background-color: #AED224; }
a { background-color: rgb(174,210,36); }
div.DivClassName
{
background-color: #AED224;
}
.BgClassName
{
background-color: #AED224;
}
</style>
border-color css
<style>
span { border-color: #AED224; }
span { border-color: rgb(174,210,36); }
td.TdClassName
{
border-color: #AED224;
}
.TagClassName
{
border-color: #AED224;
}
</style>