Shades of Rio Grande #ADCE14
Tints of Rio Grande #ADCE14
RGB
CMYK
RGB Variations
Color information
#ADCE14 (or 0xADCE14) is known color: Rio Grande. HEX triplet: AD, CE and 14. RGB value is (173,206,20). Sum of RGB (Red+Green+Blue) = 173+206+20=399 (52% of max value = 765). Red value is 173 (67.97% from 255 or 43.36% from 399); Green value is 206 (80.86% from 255 or 51.63% from 399); Blue value is 20 (8.20% from 255 or 5.01% from 399); Max value from RGB is 206 - color contains mainly: green. Hex color #ADCE14 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #ADCE14 is #5231EB. Grayscale: #AFAFAF. Windows color (decimal): -5386732 or 1363629. OLE color: 1363629.
HSL color Cylindrical-coordinate representation of color #ADCE14: hue angle of 70.65º 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 #ADCE14 is Cyan = 0.16, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 173 | 206 | 20 | - |
| CMYK | 0.16 | 0 | 0.90 | 0.19 |
| HSL | 70.65º | 0.82% | 0.44% | - |
| HSV(B) | 70.65º | 0.9% | 0.81% | - |
| XYZ | 39.43 | 53.08 | 8.83 | - |
| YUV | 174.93 | 40.57 | 126.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 206 | 20 | 0.16 | 0 | 0.90 | 0.19 | 70.65 | 0.82 | 0.44 |
| Hex | AD | CE | 14 | 10 | 0 | 5A | 13 | 47 | 52 | 2C |
| Octal | 255 | 316 | 24 | 20 | 0 | 132 | 23 | 107 | 122 | 54 |
| Binary | 10101101 | 11001110 | 10100 | 10000 | 0 | 1011010 | 10011 | 1000111 | 1010010 | 101100 |
Color Harmonies of #ADCE14
Complementary color
Monochromatic Colors of #ADCE14
Black with #ADCE14
Text Example
Text Example
White with #ADCE14
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADCE14; }
p { color: rgb(173,206,20); }
H1.HeaderClassName
{
color: #ADCE14;
}
.AnyTagClassName
{
color: #ADCE14;
}
</style>
background-color css
<style>
a { background-color: #ADCE14; }
a { background-color: rgb(173,206,20); }
div.DivClassName
{
background-color: #ADCE14;
}
.BgClassName
{
background-color: #ADCE14;
}
</style>
border-color css
<style>
span { border-color: #ADCE14; }
span { border-color: rgb(173,206,20); }
td.TdClassName
{
border-color: #ADCE14;
}
.TagClassName
{
border-color: #ADCE14;
}
</style>