Shades of Green #118510
Tints of Green #118510
RGB
CMYK
RGB Variations
Color information
#118510 (or 0x118510) is known color: Green. HEX triplet: 11, 85 and 10. RGB value is (17,133,16). Sum of RGB (Red+Green+Blue) = 17+133+16=166 (21% of max value = 765). Red value is 17 (7.03% from 255 or 10.24% from 166); Green value is 133 (52.34% from 255 or 80.12% from 166); Blue value is 16 (6.64% from 255 or 9.64% from 166); Max value from RGB is 133 - color contains mainly: green. Hex color #118510 is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #118510 is #EE7AEF. Grayscale: #555555. Windows color (decimal): -15629040 or 1082641. OLE color: 1082641.
HSL color Cylindrical-coordinate representation of color #118510: hue angle of 119.49º degrees, saturation: 0.79, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #118510 is Cyan = 0.87, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 17 | 133 | 16 | - |
| CMYK | 0.87 | 0 | 0.88 | 0.48 |
| HSL | 119.49º | 0.79% | 0.29% | - |
| HSV(B) | 119.49º | 0.88% | 0.52% | - |
| XYZ | 8.71 | 16.93 | 3.3 | - |
| YUV | 84.98 | 89.07 | 79.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 133 | 16 | 0.87 | 0 | 0.88 | 0.48 | 119.49 | 0.79 | 0.29 |
| Hex | 11 | 85 | 10 | 57 | 0 | 58 | 30 | 77 | 4F | 1D |
| Octal | 21 | 205 | 20 | 127 | 0 | 130 | 60 | 167 | 117 | 35 |
| Binary | 10001 | 10000101 | 10000 | 1010111 | 0 | 1011000 | 110000 | 1110111 | 1001111 | 11101 |
Color Harmonies of #118510
Complementary color
Monochromatic Colors of #118510
Black with #118510
Text Example
Text Example
White with #118510
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #118510; }
p { color: rgb(17,133,16); }
H1.HeaderClassName
{
color: #118510;
}
.AnyTagClassName
{
color: #118510;
}
</style>
background-color css
<style>
a { background-color: #118510; }
a { background-color: rgb(17,133,16); }
div.DivClassName
{
background-color: #118510;
}
.BgClassName
{
background-color: #118510;
}
</style>
border-color css
<style>
span { border-color: #118510; }
span { border-color: rgb(17,133,16); }
td.TdClassName
{
border-color: #118510;
}
.TagClassName
{
border-color: #118510;
}
</style>