Shades of Rio Grande #AECF16
Tints of Rio Grande #AECF16
RGB
CMYK
RGB Variations
Color information
#AECF16 (or 0xAECF16) is known color: Rio Grande. HEX triplet: AE, CF and 16. RGB value is (174,207,22). Sum of RGB (Red+Green+Blue) = 174+207+22=403 (53% of max value = 765). Red value is 174 (68.36% from 255 or 43.18% from 403); Green value is 207 (81.25% from 255 or 51.36% from 403); Blue value is 22 (8.98% from 255 or 5.46% from 403); Max value from RGB is 207 - color contains mainly: green. Hex color #AECF16 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #AECF16 is #5130E9. Grayscale: #B0B0B0. Windows color (decimal): -5320938 or 1494958. OLE color: 1494958.
HSL color Cylindrical-coordinate representation of color #AECF16: hue angle of 70.7º degrees, saturation: 0.81, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #AECF16 is Cyan = 0.16, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 174 | 207 | 22 | - |
| CMYK | 0.16 | 0 | 0.89 | 0.19 |
| HSL | 70.7º | 0.81% | 0.45% | - |
| HSV(B) | 70.7º | 0.89% | 0.81% | - |
| XYZ | 39.91 | 53.68 | 9.02 | - |
| YUV | 176.04 | 41.07 | 126.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 207 | 22 | 0.16 | 0 | 0.89 | 0.19 | 70.7 | 0.81 | 0.45 |
| Hex | AE | CF | 16 | 10 | 0 | 59 | 13 | 47 | 51 | 2D |
| Octal | 256 | 317 | 26 | 20 | 0 | 131 | 23 | 107 | 121 | 55 |
| Binary | 10101110 | 11001111 | 10110 | 10000 | 0 | 1011001 | 10011 | 1000111 | 1010001 | 101101 |
Color Harmonies of #AECF16
Complementary color
Monochromatic Colors of #AECF16
Black with #AECF16
Text Example
Text Example
White with #AECF16
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AECF16; }
p { color: rgb(174,207,22); }
H1.HeaderClassName
{
color: #AECF16;
}
.AnyTagClassName
{
color: #AECF16;
}
</style>
background-color css
<style>
a { background-color: #AECF16; }
a { background-color: rgb(174,207,22); }
div.DivClassName
{
background-color: #AECF16;
}
.BgClassName
{
background-color: #AECF16;
}
</style>
border-color css
<style>
span { border-color: #AECF16; }
span { border-color: rgb(174,207,22); }
td.TdClassName
{
border-color: #AECF16;
}
.TagClassName
{
border-color: #AECF16;
}
</style>