Shades of Rio Grande #ADC80D
Tints of Rio Grande #ADC80D
RGB
CMYK
RGB Variations
Color information
#ADC80D (or 0xADC80D) is known color: Rio Grande. HEX triplet: AD, C8 and 0D. RGB value is (173,200,13). Sum of RGB (Red+Green+Blue) = 173+200+13=386 (51% of max value = 765). Red value is 173 (67.97% from 255 or 44.82% from 386); Green value is 200 (78.52% from 255 or 51.81% from 386); Blue value is 13 (5.47% from 255 or 3.37% from 386); Max value from RGB is 200 - color contains mainly: green. Hex color #ADC80D is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #ADC80D is #5237F2. Grayscale: #ABABAB. Windows color (decimal): -5388275 or 903341. OLE color: 903341.
HSL color Cylindrical-coordinate representation of color #ADC80D: hue angle of 68.66º degrees, saturation: 0.88, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #ADC80D is Cyan = 0.14, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 173 | 200 | 13 | - |
| CMYK | 0.14 | 0 | 0.94 | 0.22 |
| HSL | 68.66º | 0.88% | 0.42% | - |
| HSV(B) | 68.66º | 0.94% | 0.78% | - |
| XYZ | 37.96 | 50.22 | 8.07 | - |
| YUV | 170.61 | 39.05 | 129.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 200 | 13 | 0.14 | 0 | 0.94 | 0.22 | 68.66 | 0.88 | 0.42 |
| Hex | AD | C8 | D | E | 0 | 5E | 16 | 45 | 58 | 2A |
| Octal | 255 | 310 | 15 | 16 | 0 | 136 | 26 | 105 | 130 | 52 |
| Binary | 10101101 | 11001000 | 1101 | 1110 | 0 | 1011110 | 10110 | 1000101 | 1011000 | 101010 |
Color Harmonies of #ADC80D
Complementary color
Monochromatic Colors of #ADC80D
Black with #ADC80D
Text Example
Text Example
White with #ADC80D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADC80D; }
p { color: rgb(173,200,13); }
H1.HeaderClassName
{
color: #ADC80D;
}
.AnyTagClassName
{
color: #ADC80D;
}
</style>
background-color css
<style>
a { background-color: #ADC80D; }
a { background-color: rgb(173,200,13); }
div.DivClassName
{
background-color: #ADC80D;
}
.BgClassName
{
background-color: #ADC80D;
}
</style>
border-color css
<style>
span { border-color: #ADC80D; }
span { border-color: rgb(173,200,13); }
td.TdClassName
{
border-color: #ADC80D;
}
.TagClassName
{
border-color: #ADC80D;
}
</style>