Shades of Green #118504
Tints of Green #118504
RGB
CMYK
RGB Variations
Color information
#118504 (or 0x118504) is known color: Green. HEX triplet: 11, 85 and 04. RGB value is (17,133,4). Sum of RGB (Red+Green+Blue) = 17+133+4=154 (20% of max value = 765). Red value is 17 (7.03% from 255 or 11.04% from 154); Green value is 133 (52.34% from 255 or 86.36% from 154); Blue value is 4 (1.95% from 255 or 2.60% from 154); Max value from RGB is 133 - color contains mainly: green. Hex color #118504 is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #118504 is #EE7AFB. Grayscale: #545454. Windows color (decimal): -15629052 or 296209. OLE color: 296209.
HSL color Cylindrical-coordinate representation of color #118504: hue angle of 113.95º degrees, saturation: 0.94, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #118504 is Cyan = 0.87, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 17 | 133 | 4 | - |
| CMYK | 0.87 | 0 | 0.97 | 0.48 |
| HSL | 113.95º | 0.94% | 0.27% | - |
| HSV(B) | 113.95º | 0.97% | 0.52% | - |
| XYZ | 8.64 | 16.9 | 2.92 | - |
| YUV | 83.61 | 83.07 | 80.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 133 | 4 | 0.87 | 0 | 0.97 | 0.48 | 113.95 | 0.94 | 0.27 |
| Hex | 11 | 85 | 4 | 57 | 0 | 61 | 30 | 72 | 5E | 1B |
| Octal | 21 | 205 | 4 | 127 | 0 | 141 | 60 | 162 | 136 | 33 |
| Binary | 10001 | 10000101 | 100 | 1010111 | 0 | 1100001 | 110000 | 1110010 | 1011110 | 11011 |
Color Harmonies of #118504
Complementary color
Monochromatic Colors of #118504
Black with #118504
Text Example
Text Example
White with #118504
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #118504; }
p { color: rgb(17,133,4); }
H1.HeaderClassName
{
color: #118504;
}
.AnyTagClassName
{
color: #118504;
}
</style>
background-color css
<style>
a { background-color: #118504; }
a { background-color: rgb(17,133,4); }
div.DivClassName
{
background-color: #118504;
}
.BgClassName
{
background-color: #118504;
}
</style>
border-color css
<style>
span { border-color: #118504; }
span { border-color: rgb(17,133,4); }
td.TdClassName
{
border-color: #118504;
}
.TagClassName
{
border-color: #118504;
}
</style>