Shades of Fun Green #116F38
Tints of Fun Green #116F38
RGB
CMYK
RGB Variations
Color information
#116F38 (or 0x116F38) is known color: Fun Green. HEX triplet: 11, 6F and 38. RGB value is (17,111,56). Sum of RGB (Red+Green+Blue) = 17+111+56=184 (24% of max value = 765). Red value is 17 (7.03% from 255 or 9.24% from 184); Green value is 111 (43.75% from 255 or 60.33% from 184); Blue value is 56 (22.27% from 255 or 30.43% from 184); Max value from RGB is 111 - color contains mainly: green. Hex color #116F38 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #116F38 is #EE90C7. Grayscale: #4C4C4C. Windows color (decimal): -15634632 or 3698449. OLE color: 3698449.
HSL color Cylindrical-coordinate representation of color #116F38: hue angle of 144.89º degrees, saturation: 0.73, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #116F38 is Cyan = 0.85, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 17 | 111 | 56 | - |
| CMYK | 0.85 | 0 | 0.50 | 0.56 |
| HSL | 144.89º | 0.73% | 0.25% | - |
| HSV(B) | 144.89º | 0.85% | 0.44% | - |
| XYZ | 6.63 | 11.77 | 5.66 | - |
| YUV | 76.62 | 116.36 | 85.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 111 | 56 | 0.85 | 0 | 0.50 | 0.56 | 144.89 | 0.73 | 0.25 |
| Hex | 11 | 6F | 38 | 55 | 0 | 32 | 38 | 91 | 49 | 19 |
| Octal | 21 | 157 | 70 | 125 | 0 | 62 | 70 | 221 | 111 | 31 |
| Binary | 10001 | 1101111 | 111000 | 1010101 | 0 | 110010 | 111000 | 10010001 | 1001001 | 11001 |
Color Harmonies of #116F38
Complementary color
Monochromatic Colors of #116F38
Black with #116F38
Text Example
Text Example
White with #116F38
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #116F38; }
p { color: rgb(17,111,56); }
H1.HeaderClassName
{
color: #116F38;
}
.AnyTagClassName
{
color: #116F38;
}
</style>
background-color css
<style>
a { background-color: #116F38; }
a { background-color: rgb(17,111,56); }
div.DivClassName
{
background-color: #116F38;
}
.BgClassName
{
background-color: #116F38;
}
</style>
border-color css
<style>
span { border-color: #116F38; }
span { border-color: rgb(17,111,56); }
td.TdClassName
{
border-color: #116F38;
}
.TagClassName
{
border-color: #116F38;
}
</style>