Shades of Green #118C0B
Tints of Green #118C0B
RGB
CMYK
RGB Variations
Color information
#118C0B (or 0x118C0B) is known color: Green. HEX triplet: 11, 8C and 0B. RGB value is (17,140,11). Sum of RGB (Red+Green+Blue) = 17+140+11=168 (22% of max value = 765). Red value is 17 (7.03% from 255 or 10.12% from 168); Green value is 140 (55.08% from 255 or 83.33% from 168); Blue value is 11 (4.69% from 255 or 6.55% from 168); Max value from RGB is 140 - color contains mainly: green. Hex color #118C0B is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #118C0B is #EE73F4. Grayscale: #585858. Windows color (decimal): -15627253 or 756753. OLE color: 756753.
HSL color Cylindrical-coordinate representation of color #118C0B: hue angle of 117.21º degrees, saturation: 0.85, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #118C0B is Cyan = 0.88, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 17 | 140 | 11 | - |
| CMYK | 0.88 | 0 | 0.92 | 0.45 |
| HSL | 117.21º | 0.85% | 0.3% | - |
| HSV(B) | 117.21º | 0.92% | 0.55% | - |
| XYZ | 9.67 | 18.9 | 3.45 | - |
| YUV | 88.52 | 84.25 | 76.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 140 | 11 | 0.88 | 0 | 0.92 | 0.45 | 117.21 | 0.85 | 0.3 |
| Hex | 11 | 8C | B | 58 | 0 | 5C | 2D | 75 | 55 | 1E |
| Octal | 21 | 214 | 13 | 130 | 0 | 134 | 55 | 165 | 125 | 36 |
| Binary | 10001 | 10001100 | 1011 | 1011000 | 0 | 1011100 | 101101 | 1110101 | 1010101 | 11110 |
Color Harmonies of #118C0B
Complementary color
Monochromatic Colors of #118C0B
Black with #118C0B
Text Example
Text Example
White with #118C0B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #118C0B; }
p { color: rgb(17,140,11); }
H1.HeaderClassName
{
color: #118C0B;
}
.AnyTagClassName
{
color: #118C0B;
}
</style>
background-color css
<style>
a { background-color: #118C0B; }
a { background-color: rgb(17,140,11); }
div.DivClassName
{
background-color: #118C0B;
}
.BgClassName
{
background-color: #118C0B;
}
</style>
border-color css
<style>
span { border-color: #118C0B; }
span { border-color: rgb(17,140,11); }
td.TdClassName
{
border-color: #118C0B;
}
.TagClassName
{
border-color: #118C0B;
}
</style>