Shades of Rio Grande #ADCC16
Tints of Rio Grande #ADCC16
RGB
CMYK
RGB Variations
Color information
#ADCC16 (or 0xADCC16) is known color: Rio Grande. HEX triplet: AD, CC and 16. RGB value is (173,204,22). Sum of RGB (Red+Green+Blue) = 173+204+22=399 (52% of max value = 765). Red value is 173 (67.97% from 255 or 43.36% from 399); Green value is 204 (80.08% from 255 or 51.13% from 399); Blue value is 22 (8.98% from 255 or 5.51% from 399); Max value from RGB is 204 - color contains mainly: green. Hex color #ADCC16 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #ADCC16 is #5233E9. Grayscale: #AEAEAE. Windows color (decimal): -5387242 or 1494189. OLE color: 1494189.
HSL color Cylindrical-coordinate representation of color #ADCC16: hue angle of 70.22º degrees, saturation: 0.81, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #ADCC16 is Cyan = 0.15, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 173 | 204 | 22 | - |
| CMYK | 0.15 | 0 | 0.89 | 0.2 |
| HSL | 70.22º | 0.81% | 0.44% | - |
| HSV(B) | 70.22º | 0.89% | 0.8% | - |
| XYZ | 38.97 | 52.13 | 8.77 | - |
| YUV | 173.98 | 42.23 | 127.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 204 | 22 | 0.15 | 0 | 0.89 | 0.2 | 70.22 | 0.81 | 0.44 |
| Hex | AD | CC | 16 | F | 0 | 59 | 14 | 46 | 51 | 2C |
| Octal | 255 | 314 | 26 | 17 | 0 | 131 | 24 | 106 | 121 | 54 |
| Binary | 10101101 | 11001100 | 10110 | 1111 | 0 | 1011001 | 10100 | 1000110 | 1010001 | 101100 |
Color Harmonies of #ADCC16
Complementary color
Monochromatic Colors of #ADCC16
Black with #ADCC16
Text Example
Text Example
White with #ADCC16
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADCC16; }
p { color: rgb(173,204,22); }
H1.HeaderClassName
{
color: #ADCC16;
}
.AnyTagClassName
{
color: #ADCC16;
}
</style>
background-color css
<style>
a { background-color: #ADCC16; }
a { background-color: rgb(173,204,22); }
div.DivClassName
{
background-color: #ADCC16;
}
.BgClassName
{
background-color: #ADCC16;
}
</style>
border-color css
<style>
span { border-color: #ADCC16; }
span { border-color: rgb(173,204,22); }
td.TdClassName
{
border-color: #ADCC16;
}
.TagClassName
{
border-color: #ADCC16;
}
</style>