Shades of Rio Grande #ADC80E
Tints of Rio Grande #ADC80E
RGB
CMYK
RGB Variations
Color information
#ADC80E (or 0xADC80E) is known color: Rio Grande. HEX triplet: AD, C8 and 0E. RGB value is (173,200,14). Sum of RGB (Red+Green+Blue) = 173+200+14=387 (51% of max value = 765). Red value is 173 (67.97% from 255 or 44.70% from 387); Green value is 200 (78.52% from 255 or 51.68% from 387); Blue value is 14 (5.86% from 255 or 3.62% from 387); Max value from RGB is 200 - color contains mainly: green. Hex color #ADC80E is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #ADC80E is #5237F1. Grayscale: #ABABAB. Windows color (decimal): -5388274 or 968877. OLE color: 968877.
HSL color Cylindrical-coordinate representation of color #ADC80E: hue angle of 68.71º degrees, saturation: 0.87, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #ADC80E is Cyan = 0.14, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 173 | 200 | 14 | - |
| CMYK | 0.14 | 0 | 0.93 | 0.22 |
| HSL | 68.71º | 0.87% | 0.42% | - |
| HSV(B) | 68.71º | 0.93% | 0.78% | - |
| XYZ | 37.97 | 50.22 | 8.11 | - |
| YUV | 170.72 | 39.55 | 129.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 200 | 14 | 0.14 | 0 | 0.93 | 0.22 | 68.71 | 0.87 | 0.42 |
| Hex | AD | C8 | E | E | 0 | 5D | 16 | 45 | 57 | 2A |
| Octal | 255 | 310 | 16 | 16 | 0 | 135 | 26 | 105 | 127 | 52 |
| Binary | 10101101 | 11001000 | 1110 | 1110 | 0 | 1011101 | 10110 | 1000101 | 1010111 | 101010 |
Color Harmonies of #ADC80E
Complementary color
Monochromatic Colors of #ADC80E
Black with #ADC80E
Text Example
Text Example
White with #ADC80E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADC80E; }
p { color: rgb(173,200,14); }
H1.HeaderClassName
{
color: #ADC80E;
}
.AnyTagClassName
{
color: #ADC80E;
}
</style>
background-color css
<style>
a { background-color: #ADC80E; }
a { background-color: rgb(173,200,14); }
div.DivClassName
{
background-color: #ADC80E;
}
.BgClassName
{
background-color: #ADC80E;
}
</style>
border-color css
<style>
span { border-color: #ADC80E; }
span { border-color: rgb(173,200,14); }
td.TdClassName
{
border-color: #ADC80E;
}
.TagClassName
{
border-color: #ADC80E;
}
</style>