Shades of Fun Green #116A38
Tints of Fun Green #116A38
RGB
CMYK
RGB Variations
Color information
#116A38 (or 0x116A38) is known color: Fun Green. HEX triplet: 11, 6A and 38. RGB value is (17,106,56). Sum of RGB (Red+Green+Blue) = 17+106+56=179 (23% of max value = 765). Red value is 17 (7.03% from 255 or 9.50% from 179); Green value is 106 (41.80% from 255 or 59.22% from 179); Blue value is 56 (22.27% from 255 or 31.28% from 179); Max value from RGB is 106 - color contains mainly: green. Hex color #116A38 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #116A38 is #EE95C7. Grayscale: #494949. Windows color (decimal): -15635912 or 3697169. OLE color: 3697169.
HSL color Cylindrical-coordinate representation of color #116A38: hue angle of 146.29º degrees, saturation: 0.72, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #116A38 is Cyan = 0.84, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 17 | 106 | 56 | - |
| CMYK | 0.84 | 0 | 0.47 | 0.58 |
| HSL | 146.29º | 0.72% | 0.24% | - |
| HSV(B) | 146.29º | 0.84% | 0.42% | - |
| XYZ | 6.1 | 10.71 | 5.49 | - |
| YUV | 73.69 | 118.01 | 87.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 106 | 56 | 0.84 | 0 | 0.47 | 0.58 | 146.29 | 0.72 | 0.24 |
| Hex | 11 | 6A | 38 | 54 | 0 | 2F | 3A | 92 | 48 | 18 |
| Octal | 21 | 152 | 70 | 124 | 0 | 57 | 72 | 222 | 110 | 30 |
| Binary | 10001 | 1101010 | 111000 | 1010100 | 0 | 101111 | 111010 | 10010010 | 1001000 | 11000 |
Color Harmonies of #116A38
Complementary color
Monochromatic Colors of #116A38
Black with #116A38
Text Example
Text Example
White with #116A38
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #116A38; }
p { color: rgb(17,106,56); }
H1.HeaderClassName
{
color: #116A38;
}
.AnyTagClassName
{
color: #116A38;
}
</style>
background-color css
<style>
a { background-color: #116A38; }
a { background-color: rgb(17,106,56); }
div.DivClassName
{
background-color: #116A38;
}
.BgClassName
{
background-color: #116A38;
}
</style>
border-color css
<style>
span { border-color: #116A38; }
span { border-color: rgb(17,106,56); }
td.TdClassName
{
border-color: #116A38;
}
.TagClassName
{
border-color: #116A38;
}
</style>