Shades of Rio Grande #ADCD0D
Tints of Rio Grande #ADCD0D
RGB
CMYK
RGB Variations
Color information
#ADCD0D (or 0xADCD0D) is known color: Rio Grande. HEX triplet: AD, CD and 0D. RGB value is (173,205,13). Sum of RGB (Red+Green+Blue) = 173+205+13=391 (51% of max value = 765). Red value is 173 (67.97% from 255 or 44.25% from 391); Green value is 205 (80.47% from 255 or 52.43% from 391); Blue value is 13 (5.47% from 255 or 3.32% from 391); Max value from RGB is 205 - color contains mainly: green. Hex color #ADCD0D is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #ADCD0D is #5232F2. Grayscale: #AEAEAE. Windows color (decimal): -5386995 or 904621. OLE color: 904621.
HSL color Cylindrical-coordinate representation of color #ADCD0D: hue angle of 70º degrees, saturation: 0.88, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #ADCD0D is Cyan = 0.16, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 173 | 205 | 13 | - |
| CMYK | 0.16 | 0 | 0.94 | 0.20 |
| HSL | 70º | 0.88% | 0.43% | - |
| HSV(B) | 70º | 0.94% | 0.8% | - |
| XYZ | 39.14 | 52.58 | 8.47 | - |
| YUV | 173.54 | 37.4 | 127.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 205 | 13 | 0.16 | 0 | 0.94 | 0.20 | 70 | 0.88 | 0.43 |
| Hex | AD | CD | D | 10 | 0 | 5E | 14 | 46 | 58 | 2B |
| Octal | 255 | 315 | 15 | 20 | 0 | 136 | 24 | 106 | 130 | 53 |
| Binary | 10101101 | 11001101 | 1101 | 10000 | 0 | 1011110 | 10100 | 1000110 | 1011000 | 101011 |
Color Harmonies of #ADCD0D
Complementary color
Monochromatic Colors of #ADCD0D
Black with #ADCD0D
Text Example
Text Example
White with #ADCD0D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADCD0D; }
p { color: rgb(173,205,13); }
H1.HeaderClassName
{
color: #ADCD0D;
}
.AnyTagClassName
{
color: #ADCD0D;
}
</style>
background-color css
<style>
a { background-color: #ADCD0D; }
a { background-color: rgb(173,205,13); }
div.DivClassName
{
background-color: #ADCD0D;
}
.BgClassName
{
background-color: #ADCD0D;
}
</style>
border-color css
<style>
span { border-color: #ADCD0D; }
span { border-color: rgb(173,205,13); }
td.TdClassName
{
border-color: #ADCD0D;
}
.TagClassName
{
border-color: #ADCD0D;
}
</style>