Shades of Rio Grande #ADCE18
Tints of Rio Grande #ADCE18
RGB
CMYK
RGB Variations
Color information
#ADCE18 (or 0xADCE18) is known color: Rio Grande. HEX triplet: AD, CE and 18. RGB value is (173,206,24). Sum of RGB (Red+Green+Blue) = 173+206+24=403 (53% of max value = 765). Red value is 173 (67.97% from 255 or 42.93% from 403); Green value is 206 (80.86% from 255 or 51.12% from 403); Blue value is 24 (9.77% from 255 or 5.96% from 403); Max value from RGB is 206 - color contains mainly: green. Hex color #ADCE18 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #ADCE18 is #5231E7. Grayscale: #B0B0B0. Windows color (decimal): -5386728 or 1625773. OLE color: 1625773.
HSL color Cylindrical-coordinate representation of color #ADCE18: hue angle of 70.88º degrees, saturation: 0.79, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #ADCE18 is Cyan = 0.16, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 173 | 206 | 24 | - |
| CMYK | 0.16 | 0 | 0.88 | 0.19 |
| HSL | 70.88º | 0.79% | 0.45% | - |
| HSV(B) | 70.88º | 0.88% | 0.81% | - |
| XYZ | 39.47 | 53.09 | 9.03 | - |
| YUV | 175.39 | 42.57 | 126.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 206 | 24 | 0.16 | 0 | 0.88 | 0.19 | 70.88 | 0.79 | 0.45 |
| Hex | AD | CE | 18 | 10 | 0 | 58 | 13 | 47 | 4F | 2D |
| Octal | 255 | 316 | 30 | 20 | 0 | 130 | 23 | 107 | 117 | 55 |
| Binary | 10101101 | 11001110 | 11000 | 10000 | 0 | 1011000 | 10011 | 1000111 | 1001111 | 101101 |
Color Harmonies of #ADCE18
Complementary color
Monochromatic Colors of #ADCE18
Black with #ADCE18
Text Example
Text Example
White with #ADCE18
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADCE18; }
p { color: rgb(173,206,24); }
H1.HeaderClassName
{
color: #ADCE18;
}
.AnyTagClassName
{
color: #ADCE18;
}
</style>
background-color css
<style>
a { background-color: #ADCE18; }
a { background-color: rgb(173,206,24); }
div.DivClassName
{
background-color: #ADCE18;
}
.BgClassName
{
background-color: #ADCE18;
}
</style>
border-color css
<style>
span { border-color: #ADCE18; }
span { border-color: rgb(173,206,24); }
td.TdClassName
{
border-color: #ADCE18;
}
.TagClassName
{
border-color: #ADCE18;
}
</style>