Shades of Green #118604
Tints of Green #118604
RGB
CMYK
RGB Variations
Color information
#118604 (or 0x118604) is known color: Green. HEX triplet: 11, 86 and 04. RGB value is (17,134,4). Sum of RGB (Red+Green+Blue) = 17+134+4=155 (20% of max value = 765). Red value is 17 (7.03% from 255 or 10.97% from 155); Green value is 134 (52.73% from 255 or 86.45% from 155); Blue value is 4 (1.95% from 255 or 2.58% from 155); Max value from RGB is 134 - color contains mainly: green. Hex color #118604 is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #118604 is #EE79FB. Grayscale: #545454. Windows color (decimal): -15628796 or 296465. OLE color: 296465.
HSL color Cylindrical-coordinate representation of color #118604: hue angle of 114º degrees, saturation: 0.94, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #118604 is Cyan = 0.87, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 17 | 134 | 4 | - |
| CMYK | 0.87 | 0 | 0.97 | 0.47 |
| HSL | 114º | 0.94% | 0.27% | - |
| HSV(B) | 114º | 0.97% | 0.53% | - |
| XYZ | 8.78 | 17.18 | 2.97 | - |
| YUV | 84.2 | 82.74 | 80.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 134 | 4 | 0.87 | 0 | 0.97 | 0.47 | 114 | 0.94 | 0.27 |
| Hex | 11 | 86 | 4 | 57 | 0 | 61 | 2F | 72 | 5E | 1B |
| Octal | 21 | 206 | 4 | 127 | 0 | 141 | 57 | 162 | 136 | 33 |
| Binary | 10001 | 10000110 | 100 | 1010111 | 0 | 1100001 | 101111 | 1110010 | 1011110 | 11011 |
Color Harmonies of #118604
Complementary color
Monochromatic Colors of #118604
Black with #118604
Text Example
Text Example
White with #118604
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #118604; }
p { color: rgb(17,134,4); }
H1.HeaderClassName
{
color: #118604;
}
.AnyTagClassName
{
color: #118604;
}
</style>
background-color css
<style>
a { background-color: #118604; }
a { background-color: rgb(17,134,4); }
div.DivClassName
{
background-color: #118604;
}
.BgClassName
{
background-color: #118604;
}
</style>
border-color css
<style>
span { border-color: #118604; }
span { border-color: rgb(17,134,4); }
td.TdClassName
{
border-color: #118604;
}
.TagClassName
{
border-color: #118604;
}
</style>