Shades of Green #118101
Tints of Green #118101
RGB
CMYK
RGB Variations
Color information
#118101 (or 0x118101) is known color: Green. HEX triplet: 11, 81 and 01. RGB value is (17,129,1). Sum of RGB (Red+Green+Blue) = 17+129+1=147 (19% of max value = 765). Red value is 17 (7.03% from 255 or 11.56% from 147); Green value is 129 (50.78% from 255 or 87.76% from 147); Blue value is 1 (0.78% from 255 or 0.68% from 147); Max value from RGB is 129 - color contains mainly: green. Hex color #118101 is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #118101 is #EE7EFE. Grayscale: #515151. Windows color (decimal): -15630079 or 98577. OLE color: 98577.
HSL color Cylindrical-coordinate representation of color #118101: hue angle of 112.5º degrees, saturation: 0.98, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #118101 is Cyan = 0.87, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 17 | 129 | 1 | - |
| CMYK | 0.87 | 0 | 0.99 | 0.49 |
| HSL | 112.5º | 0.98% | 0.25% | - |
| HSV(B) | 112.5º | 0.99% | 0.51% | - |
| XYZ | 8.09 | 15.82 | 2.66 | - |
| YUV | 80.92 | 82.89 | 82.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 129 | 1 | 0.87 | 0 | 0.99 | 0.49 | 112.5 | 0.98 | 0.25 |
| Hex | 11 | 81 | 1 | 57 | 0 | 63 | 31 | 70 | 62 | 19 |
| Octal | 21 | 201 | 1 | 127 | 0 | 143 | 61 | 160 | 142 | 31 |
| Binary | 10001 | 10000001 | 1 | 1010111 | 0 | 1100011 | 110001 | 1110000 | 1100010 | 11001 |
Color Harmonies of #118101
Complementary color
Monochromatic Colors of #118101
Black with #118101
Text Example
Text Example
White with #118101
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #118101; }
p { color: rgb(17,129,1); }
H1.HeaderClassName
{
color: #118101;
}
.AnyTagClassName
{
color: #118101;
}
</style>
background-color css
<style>
a { background-color: #118101; }
a { background-color: rgb(17,129,1); }
div.DivClassName
{
background-color: #118101;
}
.BgClassName
{
background-color: #118101;
}
</style>
border-color css
<style>
span { border-color: #118101; }
span { border-color: rgb(17,129,1); }
td.TdClassName
{
border-color: #118101;
}
.TagClassName
{
border-color: #118101;
}
</style>