Shades of Rio Grande #ADCE12
Tints of Rio Grande #ADCE12
RGB
CMYK
RGB Variations
Color information
#ADCE12 (or 0xADCE12) is known color: Rio Grande. HEX triplet: AD, CE and 12. RGB value is (173,206,18). Sum of RGB (Red+Green+Blue) = 173+206+18=397 (52% of max value = 765). Red value is 173 (67.97% from 255 or 43.58% from 397); Green value is 206 (80.86% from 255 or 51.89% from 397); Blue value is 18 (7.42% from 255 or 4.53% from 397); Max value from RGB is 206 - color contains mainly: green. Hex color #ADCE12 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #ADCE12 is #5231ED. Grayscale: #AFAFAF. Windows color (decimal): -5386734 or 1232557. OLE color: 1232557.
HSL color Cylindrical-coordinate representation of color #ADCE12: hue angle of 70.53º degrees, saturation: 0.84, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #ADCE12 is Cyan = 0.16, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 173 | 206 | 18 | - |
| CMYK | 0.16 | 0 | 0.91 | 0.19 |
| HSL | 70.53º | 0.84% | 0.44% | - |
| HSV(B) | 70.53º | 0.91% | 0.81% | - |
| XYZ | 39.41 | 53.07 | 8.74 | - |
| YUV | 174.7 | 39.57 | 126.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 206 | 18 | 0.16 | 0 | 0.91 | 0.19 | 70.53 | 0.84 | 0.44 |
| Hex | AD | CE | 12 | 10 | 0 | 5B | 13 | 47 | 54 | 2C |
| Octal | 255 | 316 | 22 | 20 | 0 | 133 | 23 | 107 | 124 | 54 |
| Binary | 10101101 | 11001110 | 10010 | 10000 | 0 | 1011011 | 10011 | 1000111 | 1010100 | 101100 |
Color Harmonies of #ADCE12
Complementary color
Monochromatic Colors of #ADCE12
Black with #ADCE12
Text Example
Text Example
White with #ADCE12
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADCE12; }
p { color: rgb(173,206,18); }
H1.HeaderClassName
{
color: #ADCE12;
}
.AnyTagClassName
{
color: #ADCE12;
}
</style>
background-color css
<style>
a { background-color: #ADCE12; }
a { background-color: rgb(173,206,18); }
div.DivClassName
{
background-color: #ADCE12;
}
.BgClassName
{
background-color: #ADCE12;
}
</style>
border-color css
<style>
span { border-color: #ADCE12; }
span { border-color: rgb(173,206,18); }
td.TdClassName
{
border-color: #ADCE12;
}
.TagClassName
{
border-color: #ADCE12;
}
</style>