Shades of Green #118408
Tints of Green #118408
RGB
CMYK
RGB Variations
Color information
#118408 (or 0x118408) is known color: Green. HEX triplet: 11, 84 and 08. RGB value is (17,132,8). Sum of RGB (Red+Green+Blue) = 17+132+8=157 (20% of max value = 765). Red value is 17 (7.03% from 255 or 10.83% from 157); Green value is 132 (51.95% from 255 or 84.08% from 157); Blue value is 8 (3.52% from 255 or 5.10% from 157); Max value from RGB is 132 - color contains mainly: green. Hex color #118408 is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #118408 is #EE7BF7. Grayscale: #535353. Windows color (decimal): -15629304 or 558097. OLE color: 558097.
HSL color Cylindrical-coordinate representation of color #118408: hue angle of 115.65º degrees, saturation: 0.89, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #118408 is Cyan = 0.87, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 17 | 132 | 8 | - |
| CMYK | 0.87 | 0 | 0.94 | 0.48 |
| HSL | 115.65º | 0.89% | 0.27% | - |
| HSV(B) | 115.65º | 0.94% | 0.52% | - |
| XYZ | 8.53 | 16.64 | 2.99 | - |
| YUV | 83.48 | 85.4 | 80.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 132 | 8 | 0.87 | 0 | 0.94 | 0.48 | 115.65 | 0.89 | 0.27 |
| Hex | 11 | 84 | 8 | 57 | 0 | 5E | 30 | 74 | 59 | 1B |
| Octal | 21 | 204 | 10 | 127 | 0 | 136 | 60 | 164 | 131 | 33 |
| Binary | 10001 | 10000100 | 1000 | 1010111 | 0 | 1011110 | 110000 | 1110100 | 1011001 | 11011 |
Color Harmonies of #118408
Complementary color
Monochromatic Colors of #118408
Black with #118408
Text Example
Text Example
White with #118408
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #118408; }
p { color: rgb(17,132,8); }
H1.HeaderClassName
{
color: #118408;
}
.AnyTagClassName
{
color: #118408;
}
</style>
background-color css
<style>
a { background-color: #118408; }
a { background-color: rgb(17,132,8); }
div.DivClassName
{
background-color: #118408;
}
.BgClassName
{
background-color: #118408;
}
</style>
border-color css
<style>
span { border-color: #118408; }
span { border-color: rgb(17,132,8); }
td.TdClassName
{
border-color: #118408;
}
.TagClassName
{
border-color: #118408;
}
</style>