Shades of Green #146109
Tints of Green #146109
RGB
CMYK
RGB Variations
Color information
#146109 (or 0x146109) is known color: Green. HEX triplet: 14, 61 and 09. RGB value is (20,97,9). Sum of RGB (Red+Green+Blue) = 20+97+9=126 (16% of max value = 765). Red value is 20 (8.20% from 255 or 15.87% from 126); Green value is 97 (38.28% from 255 or 76.98% from 126); Blue value is 9 (3.91% from 255 or 7.14% from 126); Max value from RGB is 97 - color contains mainly: green. Hex color #146109 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #146109 is #EB9EF6. Grayscale: #404040. Windows color (decimal): -15441655 or 614676. OLE color: 614676.
HSL color Cylindrical-coordinate representation of color #146109: hue angle of 112.5º degrees, saturation: 0.83, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #146109 is Cyan = 0.79, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 20 | 97 | 9 | - |
| CMYK | 0.79 | 0 | 0.91 | 0.62 |
| HSL | 112.5º | 0.83% | 0.21% | - |
| HSV(B) | 112.5º | 0.91% | 0.38% | - |
| XYZ | 4.61 | 8.72 | 1.7 | - |
| YUV | 63.95 | 96.99 | 96.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 97 | 9 | 0.79 | 0 | 0.91 | 0.62 | 112.5 | 0.83 | 0.21 |
| Hex | 14 | 61 | 9 | 4F | 0 | 5B | 3E | 70 | 53 | 15 |
| Octal | 24 | 141 | 11 | 117 | 0 | 133 | 76 | 160 | 123 | 25 |
| Binary | 10100 | 1100001 | 1001 | 1001111 | 0 | 1011011 | 111110 | 1110000 | 1010011 | 10101 |
Color Harmonies of #146109
Complementary color
Monochromatic Colors of #146109
Black with #146109
Text Example
Text Example
White with #146109
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #146109; }
p { color: rgb(20,97,9); }
H1.HeaderClassName
{
color: #146109;
}
.AnyTagClassName
{
color: #146109;
}
</style>
background-color css
<style>
a { background-color: #146109; }
a { background-color: rgb(20,97,9); }
div.DivClassName
{
background-color: #146109;
}
.BgClassName
{
background-color: #146109;
}
</style>
border-color css
<style>
span { border-color: #146109; }
span { border-color: rgb(20,97,9); }
td.TdClassName
{
border-color: #146109;
}
.TagClassName
{
border-color: #146109;
}
</style>