Shades of Green #116A03
Tints of Green #116A03
RGB
CMYK
RGB Variations
Color information
#116A03 (or 0x116A03) is known color: Green. HEX triplet: 11, 6A and 03. RGB value is (17,106,3). Sum of RGB (Red+Green+Blue) = 17+106+3=126 (16% of max value = 765). Red value is 17 (7.03% from 255 or 13.49% from 126); Green value is 106 (41.80% from 255 or 84.13% from 126); Blue value is 3 (1.56% from 255 or 2.38% from 126); Max value from RGB is 106 - color contains mainly: green. Hex color #116A03 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #116A03 is #EE95FC. Grayscale: #434343. Windows color (decimal): -15635965 or 223761. OLE color: 223761.
HSL color Cylindrical-coordinate representation of color #116A03: hue angle of 111.84º degrees, saturation: 0.94, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #116A03 is Cyan = 0.84, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 17 | 106 | 3 | - |
| CMYK | 0.84 | 0 | 0.97 | 0.58 |
| HSL | 111.84º | 0.94% | 0.21% | - |
| HSV(B) | 111.84º | 0.97% | 0.42% | - |
| XYZ | 5.4 | 10.43 | 1.82 | - |
| YUV | 67.65 | 91.51 | 91.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 106 | 3 | 0.84 | 0 | 0.97 | 0.58 | 111.84 | 0.94 | 0.21 |
| Hex | 11 | 6A | 3 | 54 | 0 | 61 | 3A | 70 | 5E | 15 |
| Octal | 21 | 152 | 3 | 124 | 0 | 141 | 72 | 160 | 136 | 25 |
| Binary | 10001 | 1101010 | 11 | 1010100 | 0 | 1100001 | 111010 | 1110000 | 1011110 | 10101 |
Color Harmonies of #116A03
Complementary color
Monochromatic Colors of #116A03
Black with #116A03
Text Example
Text Example
White with #116A03
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #116A03; }
p { color: rgb(17,106,3); }
H1.HeaderClassName
{
color: #116A03;
}
.AnyTagClassName
{
color: #116A03;
}
</style>
background-color css
<style>
a { background-color: #116A03; }
a { background-color: rgb(17,106,3); }
div.DivClassName
{
background-color: #116A03;
}
.BgClassName
{
background-color: #116A03;
}
</style>
border-color css
<style>
span { border-color: #116A03; }
span { border-color: rgb(17,106,3); }
td.TdClassName
{
border-color: #116A03;
}
.TagClassName
{
border-color: #116A03;
}
</style>