Shades of Green #11800F
Tints of Green #11800F
RGB
CMYK
RGB Variations
Color information
#11800F (or 0x11800F) is known color: Green. HEX triplet: 11, 80 and 0F. RGB value is (17,128,15). Sum of RGB (Red+Green+Blue) = 17+128+15=160 (21% of max value = 765). Red value is 17 (7.03% from 255 or 10.62% from 160); Green value is 128 (50.39% from 255 or 80% from 160); Blue value is 15 (6.25% from 255 or 9.38% from 160); Max value from RGB is 128 - color contains mainly: green. Hex color #11800F is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #11800F is #EE7FF0. Grayscale: #525252. Windows color (decimal): -15630321 or 1015825. OLE color: 1015825.
HSL color Cylindrical-coordinate representation of color #11800F: hue angle of 118.94º degrees, saturation: 0.79, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #11800F is Cyan = 0.87, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 17 | 128 | 15 | - |
| CMYK | 0.87 | 0 | 0.88 | 0.50 |
| HSL | 118.94º | 0.79% | 0.28% | - |
| HSV(B) | 118.94º | 0.88% | 0.5% | - |
| XYZ | 8.04 | 15.59 | 3.04 | - |
| YUV | 81.93 | 90.23 | 81.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 128 | 15 | 0.87 | 0 | 0.88 | 0.50 | 118.94 | 0.79 | 0.28 |
| Hex | 11 | 80 | F | 57 | 0 | 58 | 32 | 77 | 4F | 1C |
| Octal | 21 | 200 | 17 | 127 | 0 | 130 | 62 | 167 | 117 | 34 |
| Binary | 10001 | 10000000 | 1111 | 1010111 | 0 | 1011000 | 110010 | 1110111 | 1001111 | 11100 |
Color Harmonies of #11800F
Complementary color
Monochromatic Colors of #11800F
Black with #11800F
Text Example
Text Example
White with #11800F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #11800F; }
p { color: rgb(17,128,15); }
H1.HeaderClassName
{
color: #11800F;
}
.AnyTagClassName
{
color: #11800F;
}
</style>
background-color css
<style>
a { background-color: #11800F; }
a { background-color: rgb(17,128,15); }
div.DivClassName
{
background-color: #11800F;
}
.BgClassName
{
background-color: #11800F;
}
</style>
border-color css
<style>
span { border-color: #11800F; }
span { border-color: rgb(17,128,15); }
td.TdClassName
{
border-color: #11800F;
}
.TagClassName
{
border-color: #11800F;
}
</style>