Shades of Green #146909
Tints of Green #146909
RGB
CMYK
RGB Variations
Color information
#146909 (or 0x146909) is known color: Green. HEX triplet: 14, 69 and 09. RGB value is (20,105,9). Sum of RGB (Red+Green+Blue) = 20+105+9=134 (17% of max value = 765). Red value is 20 (8.20% from 255 or 14.93% from 134); Green value is 105 (41.41% from 255 or 78.36% from 134); Blue value is 9 (3.91% from 255 or 6.72% from 134); Max value from RGB is 105 - color contains mainly: green. Hex color #146909 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #146909 is #EB96F6. Grayscale: #444444. Windows color (decimal): -15439607 or 616724. OLE color: 616724.
HSL color Cylindrical-coordinate representation of color #146909: hue angle of 113.12º degrees, saturation: 0.84, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #146909 is Cyan = 0.81, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 20 | 105 | 9 | - |
| CMYK | 0.81 | 0 | 0.91 | 0.59 |
| HSL | 113.13º | 0.84% | 0.22% | - |
| HSV(B) | 113.13º | 0.91% | 0.41% | - |
| XYZ | 5.39 | 10.27 | 1.96 | - |
| YUV | 68.64 | 94.34 | 93.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 105 | 9 | 0.81 | 0 | 0.91 | 0.59 | 113.13 | 0.84 | 0.22 |
| Hex | 14 | 69 | 9 | 51 | 0 | 5B | 3B | 71 | 54 | 16 |
| Octal | 24 | 151 | 11 | 121 | 0 | 133 | 73 | 161 | 124 | 26 |
| Binary | 10100 | 1101001 | 1001 | 1010001 | 0 | 1011011 | 111011 | 1110001 | 1010100 | 10110 |
Color Harmonies of #146909
Complementary color
Monochromatic Colors of #146909
Black with #146909
Text Example
Text Example
White with #146909
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #146909; }
p { color: rgb(20,105,9); }
H1.HeaderClassName
{
color: #146909;
}
.AnyTagClassName
{
color: #146909;
}
</style>
background-color css
<style>
a { background-color: #146909; }
a { background-color: rgb(20,105,9); }
div.DivClassName
{
background-color: #146909;
}
.BgClassName
{
background-color: #146909;
}
</style>
border-color css
<style>
span { border-color: #146909; }
span { border-color: rgb(20,105,9); }
td.TdClassName
{
border-color: #146909;
}
.TagClassName
{
border-color: #146909;
}
</style>