Shades of Rio Grande #ADCE10
Tints of Rio Grande #ADCE10
RGB
CMYK
RGB Variations
Color information
#ADCE10 (or 0xADCE10) is known color: Rio Grande. HEX triplet: AD, CE and 10. RGB value is (173,206,16). Sum of RGB (Red+Green+Blue) = 173+206+16=395 (52% of max value = 765). Red value is 173 (67.97% from 255 or 43.80% from 395); Green value is 206 (80.86% from 255 or 52.15% from 395); Blue value is 16 (6.64% from 255 or 4.05% from 395); Max value from RGB is 206 - color contains mainly: green. Hex color #ADCE10 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #ADCE10 is #5231EF. Grayscale: #AFAFAF. Windows color (decimal): -5386736 or 1101485. OLE color: 1101485.
HSL color Cylindrical-coordinate representation of color #ADCE10: hue angle of 70.42º degrees, saturation: 0.86, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #ADCE10 is Cyan = 0.16, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 173 | 206 | 16 | - |
| CMYK | 0.16 | 0 | 0.92 | 0.19 |
| HSL | 70.42º | 0.86% | 0.44% | - |
| HSV(B) | 70.42º | 0.92% | 0.81% | - |
| XYZ | 39.4 | 53.06 | 8.66 | - |
| YUV | 174.47 | 38.57 | 126.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 206 | 16 | 0.16 | 0 | 0.92 | 0.19 | 70.42 | 0.86 | 0.44 |
| Hex | AD | CE | 10 | 10 | 0 | 5C | 13 | 46 | 56 | 2C |
| Octal | 255 | 316 | 20 | 20 | 0 | 134 | 23 | 106 | 126 | 54 |
| Binary | 10101101 | 11001110 | 10000 | 10000 | 0 | 1011100 | 10011 | 1000110 | 1010110 | 101100 |
Color Harmonies of #ADCE10
Complementary color
Monochromatic Colors of #ADCE10
Black with #ADCE10
Text Example
Text Example
White with #ADCE10
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADCE10; }
p { color: rgb(173,206,16); }
H1.HeaderClassName
{
color: #ADCE10;
}
.AnyTagClassName
{
color: #ADCE10;
}
</style>
background-color css
<style>
a { background-color: #ADCE10; }
a { background-color: rgb(173,206,16); }
div.DivClassName
{
background-color: #ADCE10;
}
.BgClassName
{
background-color: #ADCE10;
}
</style>
border-color css
<style>
span { border-color: #ADCE10; }
span { border-color: rgb(173,206,16); }
td.TdClassName
{
border-color: #ADCE10;
}
.TagClassName
{
border-color: #ADCE10;
}
</style>