Shades of Rio Grande #AECF10
Tints of Rio Grande #AECF10
RGB
CMYK
RGB Variations
Color information
#AECF10 (or 0xAECF10) is known color: Rio Grande. HEX triplet: AE, CF and 10. RGB value is (174,207,16). Sum of RGB (Red+Green+Blue) = 174+207+16=397 (52% of max value = 765). Red value is 174 (68.36% from 255 or 43.83% from 397); Green value is 207 (81.25% from 255 or 52.14% from 397); Blue value is 16 (6.64% from 255 or 4.03% from 397); Max value from RGB is 207 - color contains mainly: green. Hex color #AECF10 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #AECF10 is #5130EF. Grayscale: #B0B0B0. Windows color (decimal): -5320944 or 1101742. OLE color: 1101742.
HSL color Cylindrical-coordinate representation of color #AECF10: hue angle of 70.37º degrees, saturation: 0.86, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #AECF10 is Cyan = 0.16, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 174 | 207 | 16 | - |
| CMYK | 0.16 | 0 | 0.92 | 0.19 |
| HSL | 70.37º | 0.86% | 0.44% | - |
| HSV(B) | 70.37º | 0.92% | 0.81% | - |
| XYZ | 39.86 | 53.66 | 8.75 | - |
| YUV | 175.36 | 38.07 | 127.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 207 | 16 | 0.16 | 0 | 0.92 | 0.19 | 70.37 | 0.86 | 0.44 |
| Hex | AE | CF | 10 | 10 | 0 | 5C | 13 | 46 | 56 | 2C |
| Octal | 256 | 317 | 20 | 20 | 0 | 134 | 23 | 106 | 126 | 54 |
| Binary | 10101110 | 11001111 | 10000 | 10000 | 0 | 1011100 | 10011 | 1000110 | 1010110 | 101100 |
Color Harmonies of #AECF10
Complementary color
Monochromatic Colors of #AECF10
Black with #AECF10
Text Example
Text Example
White with #AECF10
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AECF10; }
p { color: rgb(174,207,16); }
H1.HeaderClassName
{
color: #AECF10;
}
.AnyTagClassName
{
color: #AECF10;
}
</style>
background-color css
<style>
a { background-color: #AECF10; }
a { background-color: rgb(174,207,16); }
div.DivClassName
{
background-color: #AECF10;
}
.BgClassName
{
background-color: #AECF10;
}
</style>
border-color css
<style>
span { border-color: #AECF10; }
span { border-color: rgb(174,207,16); }
td.TdClassName
{
border-color: #AECF10;
}
.TagClassName
{
border-color: #AECF10;
}
</style>