Shades of Green #117C0E
Tints of Green #117C0E
RGB
CMYK
RGB Variations
Color information
#117C0E (or 0x117C0E) is known color: Green. HEX triplet: 11, 7C and 0E. RGB value is (17,124,14). Sum of RGB (Red+Green+Blue) = 17+124+14=155 (20% of max value = 765). Red value is 17 (7.03% from 255 or 10.97% from 155); Green value is 124 (48.83% from 255 or 80% from 155); Blue value is 14 (5.86% from 255 or 9.03% from 155); Max value from RGB is 124 - color contains mainly: green. Hex color #117C0E is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #117C0E is #EE83F1. Grayscale: #4F4F4F. Windows color (decimal): -15631346 or 949265. OLE color: 949265.
HSL color Cylindrical-coordinate representation of color #117C0E: hue angle of 118.36º degrees, saturation: 0.8, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #117C0E is Cyan = 0.86, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 17 | 124 | 14 | - |
| CMYK | 0.86 | 0 | 0.89 | 0.51 |
| HSL | 118.36º | 0.8% | 0.27% | - |
| HSV(B) | 118.36º | 0.89% | 0.49% | - |
| XYZ | 7.52 | 14.57 | 2.83 | - |
| YUV | 79.47 | 91.05 | 83.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 124 | 14 | 0.86 | 0 | 0.89 | 0.51 | 118.36 | 0.8 | 0.27 |
| Hex | 11 | 7C | E | 56 | 0 | 59 | 33 | 76 | 50 | 1B |
| Octal | 21 | 174 | 16 | 126 | 0 | 131 | 63 | 166 | 120 | 33 |
| Binary | 10001 | 1111100 | 1110 | 1010110 | 0 | 1011001 | 110011 | 1110110 | 1010000 | 11011 |
Color Harmonies of #117C0E
Complementary color
Monochromatic Colors of #117C0E
Black with #117C0E
Text Example
Text Example
White with #117C0E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #117C0E; }
p { color: rgb(17,124,14); }
H1.HeaderClassName
{
color: #117C0E;
}
.AnyTagClassName
{
color: #117C0E;
}
</style>
background-color css
<style>
a { background-color: #117C0E; }
a { background-color: rgb(17,124,14); }
div.DivClassName
{
background-color: #117C0E;
}
.BgClassName
{
background-color: #117C0E;
}
</style>
border-color css
<style>
span { border-color: #117C0E; }
span { border-color: rgb(17,124,14); }
td.TdClassName
{
border-color: #117C0E;
}
.TagClassName
{
border-color: #117C0E;
}
</style>