Shades of Rio Grande #ADCF12
Tints of Rio Grande #ADCF12
RGB
CMYK
RGB Variations
Color information
#ADCF12 (or 0xADCF12) is known color: Rio Grande. HEX triplet: AD, CF and 12. RGB value is (173,207,18). Sum of RGB (Red+Green+Blue) = 173+207+18=398 (52% of max value = 765). Red value is 173 (67.97% from 255 or 43.47% from 398); Green value is 207 (81.25% from 255 or 52.01% from 398); Blue value is 18 (7.42% from 255 or 4.52% from 398); Max value from RGB is 207 - color contains mainly: green. Hex color #ADCF12 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #ADCF12 is #5230ED. Grayscale: #B0B0B0. Windows color (decimal): -5386478 or 1232813. OLE color: 1232813.
HSL color Cylindrical-coordinate representation of color #ADCF12: hue angle of 70.79º 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 #ADCF12 is Cyan = 0.16, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 173 | 207 | 18 | - |
| CMYK | 0.16 | 0 | 0.91 | 0.19 |
| HSL | 70.79º | 0.84% | 0.44% | - |
| HSV(B) | 70.79º | 0.91% | 0.81% | - |
| XYZ | 39.66 | 53.55 | 8.82 | - |
| YUV | 175.29 | 39.24 | 126.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 207 | 18 | 0.16 | 0 | 0.91 | 0.19 | 70.79 | 0.84 | 0.44 |
| Hex | AD | CF | 12 | 10 | 0 | 5B | 13 | 47 | 54 | 2C |
| Octal | 255 | 317 | 22 | 20 | 0 | 133 | 23 | 107 | 124 | 54 |
| Binary | 10101101 | 11001111 | 10010 | 10000 | 0 | 1011011 | 10011 | 1000111 | 1010100 | 101100 |
Color Harmonies of #ADCF12
Complementary color
Monochromatic Colors of #ADCF12
Black with #ADCF12
Text Example
Text Example
White with #ADCF12
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADCF12; }
p { color: rgb(173,207,18); }
H1.HeaderClassName
{
color: #ADCF12;
}
.AnyTagClassName
{
color: #ADCF12;
}
</style>
background-color css
<style>
a { background-color: #ADCF12; }
a { background-color: rgb(173,207,18); }
div.DivClassName
{
background-color: #ADCF12;
}
.BgClassName
{
background-color: #ADCF12;
}
</style>
border-color css
<style>
span { border-color: #ADCF12; }
span { border-color: rgb(173,207,18); }
td.TdClassName
{
border-color: #ADCF12;
}
.TagClassName
{
border-color: #ADCF12;
}
</style>