Shades of Green #116A02
Tints of Green #116A02
RGB
CMYK
RGB Variations
Color information
#116A02 (or 0x116A02) is known color: Green. HEX triplet: 11, 6A and 02. RGB value is (17,106,2). Sum of RGB (Red+Green+Blue) = 17+106+2=125 (16% of max value = 765). Red value is 17 (7.03% from 255 or 13.6% from 125); Green value is 106 (41.80% from 255 or 84.8% from 125); Blue value is 2 (1.17% from 255 or 1.6% from 125); Max value from RGB is 106 - color contains mainly: green. Hex color #116A02 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #116A02 is #EE95FD. Grayscale: #434343. Windows color (decimal): -15635966 or 158225. OLE color: 158225.
HSL color Cylindrical-coordinate representation of color #116A02: hue angle of 111.35º degrees, saturation: 0.96, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #116A02 is Cyan = 0.84, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 17 | 106 | 2 | - |
| CMYK | 0.84 | 0 | 0.98 | 0.58 |
| HSL | 111.35º | 0.96% | 0.21% | - |
| HSV(B) | 111.35º | 0.98% | 0.42% | - |
| XYZ | 5.4 | 10.43 | 1.79 | - |
| YUV | 67.53 | 91.01 | 91.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 106 | 2 | 0.84 | 0 | 0.98 | 0.58 | 111.35 | 0.96 | 0.21 |
| Hex | 11 | 6A | 2 | 54 | 0 | 62 | 3A | 6F | 60 | 15 |
| Octal | 21 | 152 | 2 | 124 | 0 | 142 | 72 | 157 | 140 | 25 |
| Binary | 10001 | 1101010 | 10 | 1010100 | 0 | 1100010 | 111010 | 1101111 | 1100000 | 10101 |
Color Harmonies of #116A02
Complementary color
Monochromatic Colors of #116A02
Black with #116A02
Text Example
Text Example
White with #116A02
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #116A02; }
p { color: rgb(17,106,2); }
H1.HeaderClassName
{
color: #116A02;
}
.AnyTagClassName
{
color: #116A02;
}
</style>
background-color css
<style>
a { background-color: #116A02; }
a { background-color: rgb(17,106,2); }
div.DivClassName
{
background-color: #116A02;
}
.BgClassName
{
background-color: #116A02;
}
</style>
border-color css
<style>
span { border-color: #116A02; }
span { border-color: rgb(17,106,2); }
td.TdClassName
{
border-color: #116A02;
}
.TagClassName
{
border-color: #116A02;
}
</style>