Shades of Rio Grande #ADCD11
Tints of Rio Grande #ADCD11
RGB
CMYK
RGB Variations
Color information
#ADCD11 (or 0xADCD11) is known color: Rio Grande. HEX triplet: AD, CD and 11. RGB value is (173,205,17). Sum of RGB (Red+Green+Blue) = 173+205+17=395 (52% of max value = 765). Red value is 173 (67.97% from 255 or 43.80% from 395); Green value is 205 (80.47% from 255 or 51.90% from 395); Blue value is 17 (7.03% from 255 or 4.30% from 395); Max value from RGB is 205 - color contains mainly: green. Hex color #ADCD11 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #ADCD11 is #5232EE. Grayscale: #AEAEAE. Windows color (decimal): -5386991 or 1166765. OLE color: 1166765.
HSL color Cylindrical-coordinate representation of color #ADCD11: hue angle of 70.21º degrees, saturation: 0.85, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #ADCD11 is Cyan = 0.16, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 173 | 205 | 17 | - |
| CMYK | 0.16 | 0 | 0.92 | 0.20 |
| HSL | 70.21º | 0.85% | 0.44% | - |
| HSV(B) | 70.21º | 0.92% | 0.8% | - |
| XYZ | 39.17 | 52.59 | 8.62 | - |
| YUV | 174 | 39.4 | 127.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 205 | 17 | 0.16 | 0 | 0.92 | 0.20 | 70.21 | 0.85 | 0.44 |
| Hex | AD | CD | 11 | 10 | 0 | 5C | 14 | 46 | 55 | 2C |
| Octal | 255 | 315 | 21 | 20 | 0 | 134 | 24 | 106 | 125 | 54 |
| Binary | 10101101 | 11001101 | 10001 | 10000 | 0 | 1011100 | 10100 | 1000110 | 1010101 | 101100 |
Color Harmonies of #ADCD11
Complementary color
Monochromatic Colors of #ADCD11
Black with #ADCD11
Text Example
Text Example
White with #ADCD11
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADCD11; }
p { color: rgb(173,205,17); }
H1.HeaderClassName
{
color: #ADCD11;
}
.AnyTagClassName
{
color: #ADCD11;
}
</style>
background-color css
<style>
a { background-color: #ADCD11; }
a { background-color: rgb(173,205,17); }
div.DivClassName
{
background-color: #ADCD11;
}
.BgClassName
{
background-color: #ADCD11;
}
</style>
border-color css
<style>
span { border-color: #ADCD11; }
span { border-color: rgb(173,205,17); }
td.TdClassName
{
border-color: #ADCD11;
}
.TagClassName
{
border-color: #ADCD11;
}
</style>