Shades of Rio Grande #AECF1F
Tints of Rio Grande #AECF1F
RGB
CMYK
RGB Variations
Color information
#AECF1F (or 0xAECF1F) is known color: Rio Grande. HEX triplet: AE, CF and 1F. RGB value is (174,207,31). Sum of RGB (Red+Green+Blue) = 174+207+31=412 (54% of max value = 765). Red value is 174 (68.36% from 255 or 42.23% from 412); Green value is 207 (81.25% from 255 or 50.24% from 412); Blue value is 31 (12.5% from 255 or 7.52% from 412); Max value from RGB is 207 - color contains mainly: green. Hex color #AECF1F is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #AECF1F is #5130E0. Grayscale: #B1B1B1. Windows color (decimal): -5320929 or 2084782. OLE color: 2084782.
HSL color Cylindrical-coordinate representation of color #AECF1F: hue angle of 71.25º degrees, saturation: 0.74, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #AECF1F is Cyan = 0.16, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 174 | 207 | 31 | - |
| CMYK | 0.16 | 0 | 0.85 | 0.19 |
| HSL | 71.25º | 0.74% | 0.47% | - |
| HSV(B) | 71.25º | 0.85% | 0.81% | - |
| XYZ | 40.02 | 53.72 | 9.56 | - |
| YUV | 177.07 | 45.57 | 125.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 207 | 31 | 0.16 | 0 | 0.85 | 0.19 | 71.25 | 0.74 | 0.47 |
| Hex | AE | CF | 1F | 10 | 0 | 55 | 13 | 47 | 4A | 2F |
| Octal | 256 | 317 | 37 | 20 | 0 | 125 | 23 | 107 | 112 | 57 |
| Binary | 10101110 | 11001111 | 11111 | 10000 | 0 | 1010101 | 10011 | 1000111 | 1001010 | 101111 |
Color Harmonies of #AECF1F
Complementary color
Monochromatic Colors of #AECF1F
Black with #AECF1F
Text Example
Text Example
White with #AECF1F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AECF1F; }
p { color: rgb(174,207,31); }
H1.HeaderClassName
{
color: #AECF1F;
}
.AnyTagClassName
{
color: #AECF1F;
}
</style>
background-color css
<style>
a { background-color: #AECF1F; }
a { background-color: rgb(174,207,31); }
div.DivClassName
{
background-color: #AECF1F;
}
.BgClassName
{
background-color: #AECF1F;
}
</style>
border-color css
<style>
span { border-color: #AECF1F; }
span { border-color: rgb(174,207,31); }
td.TdClassName
{
border-color: #AECF1F;
}
.TagClassName
{
border-color: #AECF1F;
}
</style>