Shades of Rio Grande #ADCF1A
Tints of Rio Grande #ADCF1A
RGB
CMYK
RGB Variations
Color information
#ADCF1A (or 0xADCF1A) is known color: Rio Grande. HEX triplet: AD, CF and 1A. RGB value is (173,207,26). Sum of RGB (Red+Green+Blue) = 173+207+26=406 (53% of max value = 765). Red value is 173 (67.97% from 255 or 42.61% from 406); Green value is 207 (81.25% from 255 or 50.99% from 406); Blue value is 26 (10.55% from 255 or 6.40% from 406); Max value from RGB is 207 - color contains mainly: green. Hex color #ADCF1A is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #ADCF1A is #5230E5. Grayscale: #B0B0B0. Windows color (decimal): -5386470 or 1757101. OLE color: 1757101.
HSL color Cylindrical-coordinate representation of color #ADCF1A: hue angle of 71.27º degrees, saturation: 0.78, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #ADCF1A is Cyan = 0.16, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 173 | 207 | 26 | - |
| CMYK | 0.16 | 0 | 0.87 | 0.19 |
| HSL | 71.27º | 0.78% | 0.46% | - |
| HSV(B) | 71.27º | 0.87% | 0.81% | - |
| XYZ | 39.73 | 53.58 | 9.23 | - |
| YUV | 176.2 | 43.24 | 125.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 207 | 26 | 0.16 | 0 | 0.87 | 0.19 | 71.27 | 0.78 | 0.46 |
| Hex | AD | CF | 1A | 10 | 0 | 57 | 13 | 47 | 4E | 2E |
| Octal | 255 | 317 | 32 | 20 | 0 | 127 | 23 | 107 | 116 | 56 |
| Binary | 10101101 | 11001111 | 11010 | 10000 | 0 | 1010111 | 10011 | 1000111 | 1001110 | 101110 |
Color Harmonies of #ADCF1A
Complementary color
Monochromatic Colors of #ADCF1A
Black with #ADCF1A
Text Example
Text Example
White with #ADCF1A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADCF1A; }
p { color: rgb(173,207,26); }
H1.HeaderClassName
{
color: #ADCF1A;
}
.AnyTagClassName
{
color: #ADCF1A;
}
</style>
background-color css
<style>
a { background-color: #ADCF1A; }
a { background-color: rgb(173,207,26); }
div.DivClassName
{
background-color: #ADCF1A;
}
.BgClassName
{
background-color: #ADCF1A;
}
</style>
border-color css
<style>
span { border-color: #ADCF1A; }
span { border-color: rgb(173,207,26); }
td.TdClassName
{
border-color: #ADCF1A;
}
.TagClassName
{
border-color: #ADCF1A;
}
</style>