Shades of Rio Grande #ADCD09
Tints of Rio Grande #ADCD09
RGB
CMYK
RGB Variations
Color information
#ADCD09 (or 0xADCD09) is known color: Rio Grande. HEX triplet: AD, CD and 09. RGB value is (173,205,9). Sum of RGB (Red+Green+Blue) = 173+205+9=387 (51% of max value = 765). Red value is 173 (67.97% from 255 or 44.70% from 387); Green value is 205 (80.47% from 255 or 52.97% from 387); Blue value is 9 (3.91% from 255 or 2.33% from 387); Max value from RGB is 205 - color contains mainly: green. Hex color #ADCD09 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #ADCD09 is #5232F6. Grayscale: #ADADAD. Windows color (decimal): -5386999 or 642477. OLE color: 642477.
HSL color Cylindrical-coordinate representation of color #ADCD09: hue angle of 69.8º degrees, saturation: 0.92, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #ADCD09 is Cyan = 0.16, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 173 | 205 | 9 | - |
| CMYK | 0.16 | 0 | 0.96 | 0.20 |
| HSL | 69.8º | 0.92% | 0.42% | - |
| HSV(B) | 69.8º | 0.96% | 0.8% | - |
| XYZ | 39.11 | 52.57 | 8.34 | - |
| YUV | 173.09 | 35.4 | 127.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 205 | 9 | 0.16 | 0 | 0.96 | 0.20 | 69.8 | 0.92 | 0.42 |
| Hex | AD | CD | 9 | 10 | 0 | 60 | 14 | 46 | 5C | 2A |
| Octal | 255 | 315 | 11 | 20 | 0 | 140 | 24 | 106 | 134 | 52 |
| Binary | 10101101 | 11001101 | 1001 | 10000 | 0 | 1100000 | 10100 | 1000110 | 1011100 | 101010 |
Color Harmonies of #ADCD09
Complementary color
Monochromatic Colors of #ADCD09
Black with #ADCD09
Text Example
Text Example
White with #ADCD09
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADCD09; }
p { color: rgb(173,205,9); }
H1.HeaderClassName
{
color: #ADCD09;
}
.AnyTagClassName
{
color: #ADCD09;
}
</style>
background-color css
<style>
a { background-color: #ADCD09; }
a { background-color: rgb(173,205,9); }
div.DivClassName
{
background-color: #ADCD09;
}
.BgClassName
{
background-color: #ADCD09;
}
</style>
border-color css
<style>
span { border-color: #ADCD09; }
span { border-color: rgb(173,205,9); }
td.TdClassName
{
border-color: #ADCD09;
}
.TagClassName
{
border-color: #ADCD09;
}
</style>