Shades of Rio Grande #ADCE0A
Tints of Rio Grande #ADCE0A
RGB
CMYK
RGB Variations
Color information
#ADCE0A (or 0xADCE0A) is known color: Rio Grande. HEX triplet: AD, CE and 0A. RGB value is (173,206,10). Sum of RGB (Red+Green+Blue) = 173+206+10=389 (51% of max value = 765). Red value is 173 (67.97% from 255 or 44.47% from 389); Green value is 206 (80.86% from 255 or 52.96% from 389); Blue value is 10 (4.30% from 255 or 2.57% from 389); Max value from RGB is 206 - color contains mainly: green. Hex color #ADCE0A is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #ADCE0A is #5231F5. Grayscale: #AEAEAE. Windows color (decimal): -5386742 or 708269. OLE color: 708269.
HSL color Cylindrical-coordinate representation of color #ADCE0A: hue angle of 70.1º degrees, saturation: 0.91, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #ADCE0A is Cyan = 0.16, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 173 | 206 | 10 | - |
| CMYK | 0.16 | 0 | 0.95 | 0.19 |
| HSL | 70.1º | 0.91% | 0.42% | - |
| HSV(B) | 70.1º | 0.95% | 0.81% | - |
| XYZ | 39.36 | 53.05 | 8.45 | - |
| YUV | 173.79 | 35.57 | 127.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 206 | 10 | 0.16 | 0 | 0.95 | 0.19 | 70.1 | 0.91 | 0.42 |
| Hex | AD | CE | A | 10 | 0 | 5F | 13 | 46 | 5B | 2A |
| Octal | 255 | 316 | 12 | 20 | 0 | 137 | 23 | 106 | 133 | 52 |
| Binary | 10101101 | 11001110 | 1010 | 10000 | 0 | 1011111 | 10011 | 1000110 | 1011011 | 101010 |
Color Harmonies of #ADCE0A
Complementary color
Monochromatic Colors of #ADCE0A
Black with #ADCE0A
Text Example
Text Example
White with #ADCE0A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADCE0A; }
p { color: rgb(173,206,10); }
H1.HeaderClassName
{
color: #ADCE0A;
}
.AnyTagClassName
{
color: #ADCE0A;
}
</style>
background-color css
<style>
a { background-color: #ADCE0A; }
a { background-color: rgb(173,206,10); }
div.DivClassName
{
background-color: #ADCE0A;
}
.BgClassName
{
background-color: #ADCE0A;
}
</style>
border-color css
<style>
span { border-color: #ADCE0A; }
span { border-color: rgb(173,206,10); }
td.TdClassName
{
border-color: #ADCE0A;
}
.TagClassName
{
border-color: #ADCE0A;
}
</style>