Shades of Rio Grande #ADCC10
Tints of Rio Grande #ADCC10
RGB
CMYK
RGB Variations
Color information
#ADCC10 (or 0xADCC10) is known color: Rio Grande. HEX triplet: AD, CC and 10. RGB value is (173,204,16). Sum of RGB (Red+Green+Blue) = 173+204+16=393 (52% of max value = 765). Red value is 173 (67.97% from 255 or 44.02% from 393); Green value is 204 (80.08% from 255 or 51.91% from 393); Blue value is 16 (6.64% from 255 or 4.07% from 393); Max value from RGB is 204 - color contains mainly: green. Hex color #ADCC10 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #ADCC10 is #5233EF. Grayscale: #AEAEAE. Windows color (decimal): -5387248 or 1100973. OLE color: 1100973.
HSL color Cylindrical-coordinate representation of color #ADCC10: hue angle of 69.89º degrees, saturation: 0.85, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #ADCC10 is Cyan = 0.15, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 173 | 204 | 16 | - |
| CMYK | 0.15 | 0 | 0.92 | 0.2 |
| HSL | 69.89º | 0.85% | 0.43% | - |
| HSV(B) | 69.89º | 0.92% | 0.8% | - |
| XYZ | 38.92 | 52.11 | 8.5 | - |
| YUV | 173.3 | 39.23 | 127.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 204 | 16 | 0.15 | 0 | 0.92 | 0.2 | 69.89 | 0.85 | 0.43 |
| Hex | AD | CC | 10 | F | 0 | 5C | 14 | 46 | 55 | 2B |
| Octal | 255 | 314 | 20 | 17 | 0 | 134 | 24 | 106 | 125 | 53 |
| Binary | 10101101 | 11001100 | 10000 | 1111 | 0 | 1011100 | 10100 | 1000110 | 1010101 | 101011 |
Color Harmonies of #ADCC10
Complementary color
Monochromatic Colors of #ADCC10
Black with #ADCC10
Text Example
Text Example
White with #ADCC10
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADCC10; }
p { color: rgb(173,204,16); }
H1.HeaderClassName
{
color: #ADCC10;
}
.AnyTagClassName
{
color: #ADCC10;
}
</style>
background-color css
<style>
a { background-color: #ADCC10; }
a { background-color: rgb(173,204,16); }
div.DivClassName
{
background-color: #ADCC10;
}
.BgClassName
{
background-color: #ADCC10;
}
</style>
border-color css
<style>
span { border-color: #ADCC10; }
span { border-color: rgb(173,204,16); }
td.TdClassName
{
border-color: #ADCC10;
}
.TagClassName
{
border-color: #ADCC10;
}
</style>