Shades of Rio Grande #ADC90E
Tints of Rio Grande #ADC90E
RGB
CMYK
RGB Variations
Color information
#ADC90E (or 0xADC90E) is known color: Rio Grande. HEX triplet: AD, C9 and 0E. RGB value is (173,201,14). Sum of RGB (Red+Green+Blue) = 173+201+14=388 (51% of max value = 765). Red value is 173 (67.97% from 255 or 44.59% from 388); Green value is 201 (78.91% from 255 or 51.80% from 388); Blue value is 14 (5.86% from 255 or 3.61% from 388); Max value from RGB is 201 - color contains mainly: green. Hex color #ADC90E is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #ADC90E is #5236F1. Grayscale: #ACACAC. Windows color (decimal): -5388018 or 969133. OLE color: 969133.
HSL color Cylindrical-coordinate representation of color #ADC90E: hue angle of 68.98º degrees, saturation: 0.87, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #ADC90E is Cyan = 0.14, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 173 | 201 | 14 | - |
| CMYK | 0.14 | 0 | 0.93 | 0.21 |
| HSL | 68.98º | 0.87% | 0.42% | - |
| HSV(B) | 68.98º | 0.93% | 0.79% | - |
| XYZ | 38.2 | 50.69 | 8.19 | - |
| YUV | 171.31 | 39.22 | 129.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 201 | 14 | 0.14 | 0 | 0.93 | 0.21 | 68.98 | 0.87 | 0.42 |
| Hex | AD | C9 | E | E | 0 | 5D | 15 | 45 | 57 | 2A |
| Octal | 255 | 311 | 16 | 16 | 0 | 135 | 25 | 105 | 127 | 52 |
| Binary | 10101101 | 11001001 | 1110 | 1110 | 0 | 1011101 | 10101 | 1000101 | 1010111 | 101010 |
Color Harmonies of #ADC90E
Complementary color
Monochromatic Colors of #ADC90E
Black with #ADC90E
Text Example
Text Example
White with #ADC90E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADC90E; }
p { color: rgb(173,201,14); }
H1.HeaderClassName
{
color: #ADC90E;
}
.AnyTagClassName
{
color: #ADC90E;
}
</style>
background-color css
<style>
a { background-color: #ADC90E; }
a { background-color: rgb(173,201,14); }
div.DivClassName
{
background-color: #ADC90E;
}
.BgClassName
{
background-color: #ADC90E;
}
</style>
border-color css
<style>
span { border-color: #ADC90E; }
span { border-color: rgb(173,201,14); }
td.TdClassName
{
border-color: #ADC90E;
}
.TagClassName
{
border-color: #ADC90E;
}
</style>