Shades of Rio Grande #ADCC0C
Tints of Rio Grande #ADCC0C
RGB
CMYK
RGB Variations
Color information
#ADCC0C (or 0xADCC0C) is known color: Rio Grande. HEX triplet: AD, CC and 0C. RGB value is (173,204,12). Sum of RGB (Red+Green+Blue) = 173+204+12=389 (51% of max value = 765). Red value is 173 (67.97% from 255 or 44.47% from 389); Green value is 204 (80.08% from 255 or 52.44% from 389); Blue value is 12 (5.08% from 255 or 3.08% from 389); Max value from RGB is 204 - color contains mainly: green. Hex color #ADCC0C is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #ADCC0C is #5233F3. Grayscale: #ADADAD. Windows color (decimal): -5387252 or 838829. OLE color: 838829.
HSL color Cylindrical-coordinate representation of color #ADCC0C: hue angle of 69.69º degrees, saturation: 0.89, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #ADCC0C is Cyan = 0.15, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 173 | 204 | 12 | - |
| CMYK | 0.15 | 0 | 0.94 | 0.2 |
| HSL | 69.69º | 0.89% | 0.42% | - |
| HSV(B) | 69.69º | 0.94% | 0.8% | - |
| XYZ | 38.89 | 52.1 | 8.35 | - |
| YUV | 172.84 | 37.23 | 128.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 204 | 12 | 0.15 | 0 | 0.94 | 0.2 | 69.69 | 0.89 | 0.42 |
| Hex | AD | CC | C | F | 0 | 5E | 14 | 46 | 59 | 2A |
| Octal | 255 | 314 | 14 | 17 | 0 | 136 | 24 | 106 | 131 | 52 |
| Binary | 10101101 | 11001100 | 1100 | 1111 | 0 | 1011110 | 10100 | 1000110 | 1011001 | 101010 |
Color Harmonies of #ADCC0C
Complementary color
Monochromatic Colors of #ADCC0C
Black with #ADCC0C
Text Example
Text Example
White with #ADCC0C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADCC0C; }
p { color: rgb(173,204,12); }
H1.HeaderClassName
{
color: #ADCC0C;
}
.AnyTagClassName
{
color: #ADCC0C;
}
</style>
background-color css
<style>
a { background-color: #ADCC0C; }
a { background-color: rgb(173,204,12); }
div.DivClassName
{
background-color: #ADCC0C;
}
.BgClassName
{
background-color: #ADCC0C;
}
</style>
border-color css
<style>
span { border-color: #ADCC0C; }
span { border-color: rgb(173,204,12); }
td.TdClassName
{
border-color: #ADCC0C;
}
.TagClassName
{
border-color: #ADCC0C;
}
</style>