Shades of Green #117C03
Tints of Green #117C03
RGB
CMYK
RGB Variations
Color information
#117C03 (or 0x117C03) is known color: Green. HEX triplet: 11, 7C and 03. RGB value is (17,124,3). Sum of RGB (Red+Green+Blue) = 17+124+3=144 (19% of max value = 765). Red value is 17 (7.03% from 255 or 11.81% from 144); Green value is 124 (48.83% from 255 or 86.11% from 144); Blue value is 3 (1.56% from 255 or 2.08% from 144); Max value from RGB is 124 - color contains mainly: green. Hex color #117C03 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #117C03 is #EE83FC. Grayscale: #4E4E4E. Windows color (decimal): -15631357 or 228369. OLE color: 228369.
HSL color Cylindrical-coordinate representation of color #117C03: hue angle of 113.06º degrees, saturation: 0.95, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #117C03 is Cyan = 0.86, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 17 | 124 | 3 | - |
| CMYK | 0.86 | 0 | 0.98 | 0.51 |
| HSL | 113.06º | 0.95% | 0.25% | - |
| HSV(B) | 113.06º | 0.98% | 0.49% | - |
| XYZ | 7.46 | 14.54 | 2.5 | - |
| YUV | 78.21 | 85.55 | 84.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 124 | 3 | 0.86 | 0 | 0.98 | 0.51 | 113.06 | 0.95 | 0.25 |
| Hex | 11 | 7C | 3 | 56 | 0 | 62 | 33 | 71 | 5F | 19 |
| Octal | 21 | 174 | 3 | 126 | 0 | 142 | 63 | 161 | 137 | 31 |
| Binary | 10001 | 1111100 | 11 | 1010110 | 0 | 1100010 | 110011 | 1110001 | 1011111 | 11001 |
Color Harmonies of #117C03
Complementary color
Monochromatic Colors of #117C03
Black with #117C03
Text Example
Text Example
White with #117C03
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #117C03; }
p { color: rgb(17,124,3); }
H1.HeaderClassName
{
color: #117C03;
}
.AnyTagClassName
{
color: #117C03;
}
</style>
background-color css
<style>
a { background-color: #117C03; }
a { background-color: rgb(17,124,3); }
div.DivClassName
{
background-color: #117C03;
}
.BgClassName
{
background-color: #117C03;
}
</style>
border-color css
<style>
span { border-color: #117C03; }
span { border-color: rgb(17,124,3); }
td.TdClassName
{
border-color: #117C03;
}
.TagClassName
{
border-color: #117C03;
}
</style>