Shades of Green #146811
Tints of Green #146811
RGB
CMYK
RGB Variations
Color information
#146811 (or 0x146811) is known color: Green. HEX triplet: 14, 68 and 11. RGB value is (20,104,17). Sum of RGB (Red+Green+Blue) = 20+104+17=141 (18% of max value = 765). Red value is 20 (8.20% from 255 or 14.18% from 141); Green value is 104 (41.02% from 255 or 73.76% from 141); Blue value is 17 (7.03% from 255 or 12.06% from 141); Max value from RGB is 104 - color contains mainly: green. Hex color #146811 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #146811 is #EB97EE. Grayscale: #454545. Windows color (decimal): -15439855 or 1140756. OLE color: 1140756.
HSL color Cylindrical-coordinate representation of color #146811: hue angle of 117.93º degrees, saturation: 0.72, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #146811 is Cyan = 0.81, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 20 | 104 | 17 | - |
| CMYK | 0.81 | 0 | 0.84 | 0.59 |
| HSL | 117.93º | 0.72% | 0.24% | - |
| HSV(B) | 117.93º | 0.84% | 0.41% | - |
| XYZ | 5.34 | 10.09 | 2.2 | - |
| YUV | 68.97 | 98.67 | 93.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 104 | 17 | 0.81 | 0 | 0.84 | 0.59 | 117.93 | 0.72 | 0.24 |
| Hex | 14 | 68 | 11 | 51 | 0 | 54 | 3B | 76 | 48 | 18 |
| Octal | 24 | 150 | 21 | 121 | 0 | 124 | 73 | 166 | 110 | 30 |
| Binary | 10100 | 1101000 | 10001 | 1010001 | 0 | 1010100 | 111011 | 1110110 | 1001000 | 11000 |
Color Harmonies of #146811
Complementary color
Monochromatic Colors of #146811
Black with #146811
Text Example
Text Example
White with #146811
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #146811; }
p { color: rgb(20,104,17); }
H1.HeaderClassName
{
color: #146811;
}
.AnyTagClassName
{
color: #146811;
}
</style>
background-color css
<style>
a { background-color: #146811; }
a { background-color: rgb(20,104,17); }
div.DivClassName
{
background-color: #146811;
}
.BgClassName
{
background-color: #146811;
}
</style>
border-color css
<style>
span { border-color: #146811; }
span { border-color: rgb(20,104,17); }
td.TdClassName
{
border-color: #146811;
}
.TagClassName
{
border-color: #146811;
}
</style>