Shades of Green #146400
Tints of Green #146400
RGB
CMYK
RGB Variations
Color information
#146400 (or 0x146400) is known color: Green. HEX triplet: 14, 64 and 00. RGB value is (20,100,0). Sum of RGB (Red+Green+Blue) = 20+100+0=120 (15% of max value = 765). Red value is 20 (8.20% from 255 or 16.67% from 120); Green value is 100 (39.45% from 255 or 83.33% from 120); Blue value is 0 (0.39% from 255 or 0% from 120); Max value from RGB is 100 - color contains mainly: green. Hex color #146400 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #146400 is #EB9BFF. Grayscale: #414141. Windows color (decimal): -15440896 or 25620. OLE color: 25620.
HSL color Cylindrical-coordinate representation of color #146400: hue angle of 108º degrees, saturation: 1, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 1%. Process color model (Four color, CMYK) of #146400 is Cyan = 0.8, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 20 | 100 | 0 | - |
| CMYK | 0.8 | 0 | 1 | 0.61 |
| HSL | 108º | 1% | 0.2% | - |
| HSV(B) | 108º | 1% | 0.39% | - |
| XYZ | 4.85 | 9.26 | 1.53 | - |
| YUV | 64.68 | 91.5 | 96.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 100 | 0 | 0.8 | 0 | 1 | 0.61 | 108 | 1 | 0.2 |
| Hex | 14 | 64 | 0 | 50 | 0 | 64 | 3D | 6C | 64 | 14 |
| Octal | 24 | 144 | 0 | 120 | 0 | 144 | 75 | 154 | 144 | 24 |
| Binary | 10100 | 1100100 | 0 | 1010000 | 0 | 1100100 | 111101 | 1101100 | 1100100 | 10100 |
Color Harmonies of #146400
Complementary color
Monochromatic Colors of #146400
Black with #146400
Text Example
Text Example
White with #146400
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #146400; }
p { color: rgb(20,100,0); }
H1.HeaderClassName
{
color: #146400;
}
.AnyTagClassName
{
color: #146400;
}
</style>
background-color css
<style>
a { background-color: #146400; }
a { background-color: rgb(20,100,0); }
div.DivClassName
{
background-color: #146400;
}
.BgClassName
{
background-color: #146400;
}
</style>
border-color css
<style>
span { border-color: #146400; }
span { border-color: rgb(20,100,0); }
td.TdClassName
{
border-color: #146400;
}
.TagClassName
{
border-color: #146400;
}
</style>