Shades of Green #116D03
Tints of Green #116D03
RGB
CMYK
RGB Variations
Color information
#116D03 (or 0x116D03) is known color: Green. HEX triplet: 11, 6D and 03. RGB value is (17,109,3). Sum of RGB (Red+Green+Blue) = 17+109+3=129 (17% of max value = 765). Red value is 17 (7.03% from 255 or 13.18% from 129); Green value is 109 (42.97% from 255 or 84.50% from 129); Blue value is 3 (1.56% from 255 or 2.33% from 129); Max value from RGB is 109 - color contains mainly: green. Hex color #116D03 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #116D03 is #EE92FC. Grayscale: #454545. Windows color (decimal): -15635197 or 224529. OLE color: 224529.
HSL color Cylindrical-coordinate representation of color #116D03: hue angle of 112.08º degrees, saturation: 0.95, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #116D03 is Cyan = 0.84, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 17 | 109 | 3 | - |
| CMYK | 0.84 | 0 | 0.97 | 0.57 |
| HSL | 112.08º | 0.95% | 0.22% | - |
| HSV(B) | 112.08º | 0.97% | 0.43% | - |
| XYZ | 5.72 | 11.06 | 1.92 | - |
| YUV | 69.41 | 90.52 | 90.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 109 | 3 | 0.84 | 0 | 0.97 | 0.57 | 112.08 | 0.95 | 0.22 |
| Hex | 11 | 6D | 3 | 54 | 0 | 61 | 39 | 70 | 5F | 16 |
| Octal | 21 | 155 | 3 | 124 | 0 | 141 | 71 | 160 | 137 | 26 |
| Binary | 10001 | 1101101 | 11 | 1010100 | 0 | 1100001 | 111001 | 1110000 | 1011111 | 10110 |
Color Harmonies of #116D03
Complementary color
Monochromatic Colors of #116D03
Black with #116D03
Text Example
Text Example
White with #116D03
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #116D03; }
p { color: rgb(17,109,3); }
H1.HeaderClassName
{
color: #116D03;
}
.AnyTagClassName
{
color: #116D03;
}
</style>
background-color css
<style>
a { background-color: #116D03; }
a { background-color: rgb(17,109,3); }
div.DivClassName
{
background-color: #116D03;
}
.BgClassName
{
background-color: #116D03;
}
</style>
border-color css
<style>
span { border-color: #116D03; }
span { border-color: rgb(17,109,3); }
td.TdClassName
{
border-color: #116D03;
}
.TagClassName
{
border-color: #116D03;
}
</style>