Shades of Rio Grande #ADCD0A
Tints of Rio Grande #ADCD0A
RGB
CMYK
RGB Variations
Color information
#ADCD0A (or 0xADCD0A) is known color: Rio Grande. HEX triplet: AD, CD and 0A. RGB value is (173,205,10). Sum of RGB (Red+Green+Blue) = 173+205+10=388 (51% of max value = 765). Red value is 173 (67.97% from 255 or 44.59% from 388); Green value is 205 (80.47% from 255 or 52.84% from 388); Blue value is 10 (4.30% from 255 or 2.58% from 388); Max value from RGB is 205 - color contains mainly: green. Hex color #ADCD0A is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #ADCD0A is #5232F5. Grayscale: #ADADAD. Windows color (decimal): -5386998 or 708013. OLE color: 708013.
HSL color Cylindrical-coordinate representation of color #ADCD0A: hue angle of 69.85º degrees, saturation: 0.91, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #ADCD0A is Cyan = 0.16, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 173 | 205 | 10 | - |
| CMYK | 0.16 | 0 | 0.95 | 0.20 |
| HSL | 69.85º | 0.91% | 0.42% | - |
| HSV(B) | 69.85º | 0.95% | 0.8% | - |
| XYZ | 39.12 | 52.57 | 8.37 | - |
| YUV | 173.2 | 35.9 | 127.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 205 | 10 | 0.16 | 0 | 0.95 | 0.20 | 69.85 | 0.91 | 0.42 |
| Hex | AD | CD | A | 10 | 0 | 5F | 14 | 46 | 5B | 2A |
| Octal | 255 | 315 | 12 | 20 | 0 | 137 | 24 | 106 | 133 | 52 |
| Binary | 10101101 | 11001101 | 1010 | 10000 | 0 | 1011111 | 10100 | 1000110 | 1011011 | 101010 |
Color Harmonies of #ADCD0A
Complementary color
Monochromatic Colors of #ADCD0A
Black with #ADCD0A
Text Example
Text Example
White with #ADCD0A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADCD0A; }
p { color: rgb(173,205,10); }
H1.HeaderClassName
{
color: #ADCD0A;
}
.AnyTagClassName
{
color: #ADCD0A;
}
</style>
background-color css
<style>
a { background-color: #ADCD0A; }
a { background-color: rgb(173,205,10); }
div.DivClassName
{
background-color: #ADCD0A;
}
.BgClassName
{
background-color: #ADCD0A;
}
</style>
border-color css
<style>
span { border-color: #ADCD0A; }
span { border-color: rgb(173,205,10); }
td.TdClassName
{
border-color: #ADCD0A;
}
.TagClassName
{
border-color: #ADCD0A;
}
</style>