Shades of Rio Grande #ADCC15
Tints of Rio Grande #ADCC15
RGB
CMYK
RGB Variations
Color information
#ADCC15 (or 0xADCC15) is known color: Rio Grande. HEX triplet: AD, CC and 15. RGB value is (173,204,21). Sum of RGB (Red+Green+Blue) = 173+204+21=398 (52% of max value = 765). Red value is 173 (67.97% from 255 or 43.47% from 398); Green value is 204 (80.08% from 255 or 51.26% from 398); Blue value is 21 (8.59% from 255 or 5.28% from 398); Max value from RGB is 204 - color contains mainly: green. Hex color #ADCC15 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #ADCC15 is #5233EA. Grayscale: #AEAEAE. Windows color (decimal): -5387243 or 1428653. OLE color: 1428653.
HSL color Cylindrical-coordinate representation of color #ADCC15: hue angle of 70.16º degrees, saturation: 0.81, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #ADCC15 is Cyan = 0.15, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 173 | 204 | 21 | - |
| CMYK | 0.15 | 0 | 0.90 | 0.2 |
| HSL | 70.16º | 0.81% | 0.44% | - |
| HSV(B) | 70.16º | 0.9% | 0.8% | - |
| XYZ | 38.96 | 52.12 | 8.72 | - |
| YUV | 173.87 | 41.73 | 127.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 204 | 21 | 0.15 | 0 | 0.90 | 0.2 | 70.16 | 0.81 | 0.44 |
| Hex | AD | CC | 15 | F | 0 | 5A | 14 | 46 | 51 | 2C |
| Octal | 255 | 314 | 25 | 17 | 0 | 132 | 24 | 106 | 121 | 54 |
| Binary | 10101101 | 11001100 | 10101 | 1111 | 0 | 1011010 | 10100 | 1000110 | 1010001 | 101100 |
Color Harmonies of #ADCC15
Complementary color
Monochromatic Colors of #ADCC15
Black with #ADCC15
Text Example
Text Example
White with #ADCC15
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADCC15; }
p { color: rgb(173,204,21); }
H1.HeaderClassName
{
color: #ADCC15;
}
.AnyTagClassName
{
color: #ADCC15;
}
</style>
background-color css
<style>
a { background-color: #ADCC15; }
a { background-color: rgb(173,204,21); }
div.DivClassName
{
background-color: #ADCC15;
}
.BgClassName
{
background-color: #ADCC15;
}
</style>
border-color css
<style>
span { border-color: #ADCC15; }
span { border-color: rgb(173,204,21); }
td.TdClassName
{
border-color: #ADCC15;
}
.TagClassName
{
border-color: #ADCC15;
}
</style>