Shades of Rio Grande #AECE14
Tints of Rio Grande #AECE14
RGB
CMYK
RGB Variations
Color information
#AECE14 (or 0xAECE14) is known color: Rio Grande. HEX triplet: AE, CE and 14. RGB value is (174,206,20). Sum of RGB (Red+Green+Blue) = 174+206+20=400 (52% of max value = 765). Red value is 174 (68.36% from 255 or 43.5% from 400); Green value is 206 (80.86% from 255 or 51.5% from 400); Blue value is 20 (8.20% from 255 or 5% from 400); Max value from RGB is 206 - color contains mainly: green. Hex color #AECE14 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #AECE14 is #5131EB. Grayscale: #AFAFAF. Windows color (decimal): -5321196 or 1363630. OLE color: 1363630.
HSL color Cylindrical-coordinate representation of color #AECE14: hue angle of 70.32º degrees, saturation: 0.82, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #AECE14 is Cyan = 0.16, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 174 | 206 | 20 | - |
| CMYK | 0.16 | 0 | 0.90 | 0.19 |
| HSL | 70.32º | 0.82% | 0.44% | - |
| HSV(B) | 70.32º | 0.9% | 0.81% | - |
| XYZ | 39.65 | 53.19 | 8.84 | - |
| YUV | 175.23 | 40.4 | 127.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 206 | 20 | 0.16 | 0 | 0.90 | 0.19 | 70.32 | 0.82 | 0.44 |
| Hex | AE | CE | 14 | 10 | 0 | 5A | 13 | 46 | 52 | 2C |
| Octal | 256 | 316 | 24 | 20 | 0 | 132 | 23 | 106 | 122 | 54 |
| Binary | 10101110 | 11001110 | 10100 | 10000 | 0 | 1011010 | 10011 | 1000110 | 1010010 | 101100 |
Color Harmonies of #AECE14
Complementary color
Monochromatic Colors of #AECE14
Black with #AECE14
Text Example
Text Example
White with #AECE14
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AECE14; }
p { color: rgb(174,206,20); }
H1.HeaderClassName
{
color: #AECE14;
}
.AnyTagClassName
{
color: #AECE14;
}
</style>
background-color css
<style>
a { background-color: #AECE14; }
a { background-color: rgb(174,206,20); }
div.DivClassName
{
background-color: #AECE14;
}
.BgClassName
{
background-color: #AECE14;
}
</style>
border-color css
<style>
span { border-color: #AECE14; }
span { border-color: rgb(174,206,20); }
td.TdClassName
{
border-color: #AECE14;
}
.TagClassName
{
border-color: #AECE14;
}
</style>