Shades of Rio Grande #AECF1D
Tints of Rio Grande #AECF1D
RGB
CMYK
RGB Variations
Color information
#AECF1D (or 0xAECF1D) is known color: Rio Grande. HEX triplet: AE, CF and 1D. RGB value is (174,207,29). Sum of RGB (Red+Green+Blue) = 174+207+29=410 (54% of max value = 765). Red value is 174 (68.36% from 255 or 42.44% from 410); Green value is 207 (81.25% from 255 or 50.49% from 410); Blue value is 29 (11.72% from 255 or 7.07% from 410); Max value from RGB is 207 - color contains mainly: green. Hex color #AECF1D is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #AECF1D is #5130E2. Grayscale: #B1B1B1. Windows color (decimal): -5320931 or 1953710. OLE color: 1953710.
HSL color Cylindrical-coordinate representation of color #AECF1D: hue angle of 71.12º degrees, saturation: 0.75, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #AECF1D is Cyan = 0.16, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 174 | 207 | 29 | - |
| CMYK | 0.16 | 0 | 0.86 | 0.19 |
| HSL | 71.12º | 0.75% | 0.46% | - |
| HSV(B) | 71.12º | 0.86% | 0.81% | - |
| XYZ | 39.99 | 53.71 | 9.42 | - |
| YUV | 176.84 | 44.57 | 125.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 207 | 29 | 0.16 | 0 | 0.86 | 0.19 | 71.12 | 0.75 | 0.46 |
| Hex | AE | CF | 1D | 10 | 0 | 56 | 13 | 47 | 4B | 2E |
| Octal | 256 | 317 | 35 | 20 | 0 | 126 | 23 | 107 | 113 | 56 |
| Binary | 10101110 | 11001111 | 11101 | 10000 | 0 | 1010110 | 10011 | 1000111 | 1001011 | 101110 |
Color Harmonies of #AECF1D
Complementary color
Monochromatic Colors of #AECF1D
Black with #AECF1D
Text Example
Text Example
White with #AECF1D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AECF1D; }
p { color: rgb(174,207,29); }
H1.HeaderClassName
{
color: #AECF1D;
}
.AnyTagClassName
{
color: #AECF1D;
}
</style>
background-color css
<style>
a { background-color: #AECF1D; }
a { background-color: rgb(174,207,29); }
div.DivClassName
{
background-color: #AECF1D;
}
.BgClassName
{
background-color: #AECF1D;
}
</style>
border-color css
<style>
span { border-color: #AECF1D; }
span { border-color: rgb(174,207,29); }
td.TdClassName
{
border-color: #AECF1D;
}
.TagClassName
{
border-color: #AECF1D;
}
</style>