Shades of Rio Grande #AECF13
Tints of Rio Grande #AECF13
RGB
CMYK
RGB Variations
Color information
#AECF13 (or 0xAECF13) is known color: Rio Grande. HEX triplet: AE, CF and 13. RGB value is (174,207,19). Sum of RGB (Red+Green+Blue) = 174+207+19=400 (52% of max value = 765). Red value is 174 (68.36% from 255 or 43.5% from 400); Green value is 207 (81.25% from 255 or 51.75% from 400); Blue value is 19 (7.81% from 255 or 4.75% from 400); Max value from RGB is 207 - color contains mainly: green. Hex color #AECF13 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #AECF13 is #5130EC. Grayscale: #B0B0B0. Windows color (decimal): -5320941 or 1298350. OLE color: 1298350.
HSL color Cylindrical-coordinate representation of color #AECF13: hue angle of 70.53º degrees, saturation: 0.83, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #AECF13 is Cyan = 0.16, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 174 | 207 | 19 | - |
| CMYK | 0.16 | 0 | 0.91 | 0.19 |
| HSL | 70.53º | 0.83% | 0.44% | - |
| HSV(B) | 70.53º | 0.91% | 0.81% | - |
| XYZ | 39.89 | 53.67 | 8.87 | - |
| YUV | 175.7 | 39.57 | 126.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 207 | 19 | 0.16 | 0 | 0.91 | 0.19 | 70.53 | 0.83 | 0.44 |
| Hex | AE | CF | 13 | 10 | 0 | 5B | 13 | 47 | 53 | 2C |
| Octal | 256 | 317 | 23 | 20 | 0 | 133 | 23 | 107 | 123 | 54 |
| Binary | 10101110 | 11001111 | 10011 | 10000 | 0 | 1011011 | 10011 | 1000111 | 1010011 | 101100 |
Color Harmonies of #AECF13
Complementary color
Monochromatic Colors of #AECF13
Black with #AECF13
Text Example
Text Example
White with #AECF13
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AECF13; }
p { color: rgb(174,207,19); }
H1.HeaderClassName
{
color: #AECF13;
}
.AnyTagClassName
{
color: #AECF13;
}
</style>
background-color css
<style>
a { background-color: #AECF13; }
a { background-color: rgb(174,207,19); }
div.DivClassName
{
background-color: #AECF13;
}
.BgClassName
{
background-color: #AECF13;
}
</style>
border-color css
<style>
span { border-color: #AECF13; }
span { border-color: rgb(174,207,19); }
td.TdClassName
{
border-color: #AECF13;
}
.TagClassName
{
border-color: #AECF13;
}
</style>