Shades of Green #117E00
Tints of Green #117E00
RGB
CMYK
RGB Variations
Color information
#117E00 (or 0x117E00) is known color: Green. HEX triplet: 11, 7E and 00. RGB value is (17,126,0). Sum of RGB (Red+Green+Blue) = 17+126+0=143 (18% of max value = 765). Red value is 17 (7.03% from 255 or 11.89% from 143); Green value is 126 (49.61% from 255 or 88.11% from 143); Blue value is 0 (0.39% from 255 or 0% from 143); Max value from RGB is 126 - color contains mainly: green. Hex color #117E00 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #117E00 is #EE81FF. Grayscale: #4F4F4F. Windows color (decimal): -15630848 or 32273. OLE color: 32273.
HSL color Cylindrical-coordinate representation of color #117E00: hue angle of 111.9º degrees, saturation: 1, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 1%. Process color model (Four color, CMYK) of #117E00 is Cyan = 0.87, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 17 | 126 | 0 | - |
| CMYK | 0.87 | 0 | 1 | 0.51 |
| HSL | 111.9º | 1% | 0.25% | - |
| HSV(B) | 111.9º | 1% | 0.49% | - |
| XYZ | 7.69 | 15.04 | 2.5 | - |
| YUV | 79.05 | 83.39 | 83.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 126 | 0 | 0.87 | 0 | 1 | 0.51 | 111.9 | 1 | 0.25 |
| Hex | 11 | 7E | 0 | 57 | 0 | 64 | 33 | 70 | 64 | 19 |
| Octal | 21 | 176 | 0 | 127 | 0 | 144 | 63 | 160 | 144 | 31 |
| Binary | 10001 | 1111110 | 0 | 1010111 | 0 | 1100100 | 110011 | 1110000 | 1100100 | 11001 |
Color Harmonies of #117E00
Complementary color
Monochromatic Colors of #117E00
Black with #117E00
Text Example
Text Example
White with #117E00
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #117E00; }
p { color: rgb(17,126,0); }
H1.HeaderClassName
{
color: #117E00;
}
.AnyTagClassName
{
color: #117E00;
}
</style>
background-color css
<style>
a { background-color: #117E00; }
a { background-color: rgb(17,126,0); }
div.DivClassName
{
background-color: #117E00;
}
.BgClassName
{
background-color: #117E00;
}
</style>
border-color css
<style>
span { border-color: #117E00; }
span { border-color: rgb(17,126,0); }
td.TdClassName
{
border-color: #117E00;
}
.TagClassName
{
border-color: #117E00;
}
</style>