Shades of Green #146200
Tints of Green #146200
RGB
CMYK
RGB Variations
Color information
#146200 (or 0x146200) is known color: Green. HEX triplet: 14, 62 and 00. RGB value is (20,98,0). Sum of RGB (Red+Green+Blue) = 20+98+0=118 (15% of max value = 765). Red value is 20 (8.20% from 255 or 16.95% from 118); Green value is 98 (38.67% from 255 or 83.05% from 118); Blue value is 0 (0.39% from 255 or 0% from 118); Max value from RGB is 98 - color contains mainly: green. Hex color #146200 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #146200 is #EB9DFF. Grayscale: #3F3F3F. Windows color (decimal): -15441408 or 25108. OLE color: 25108.
HSL color Cylindrical-coordinate representation of color #146200: hue angle of 107.76º degrees, saturation: 1, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 1%. Process color model (Four color, CMYK) of #146200 is Cyan = 0.80, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 20 | 98 | 0 | - |
| CMYK | 0.80 | 0 | 1 | 0.62 |
| HSL | 107.76º | 1% | 0.19% | - |
| HSV(B) | 107.76º | 1% | 0.38% | - |
| XYZ | 4.66 | 8.88 | 1.47 | - |
| YUV | 63.51 | 92.16 | 96.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 98 | 0 | 0.80 | 0 | 1 | 0.62 | 107.76 | 1 | 0.19 |
| Hex | 14 | 62 | 0 | 50 | 0 | 64 | 3E | 6C | 64 | 13 |
| Octal | 24 | 142 | 0 | 120 | 0 | 144 | 76 | 154 | 144 | 23 |
| Binary | 10100 | 1100010 | 0 | 1010000 | 0 | 1100100 | 111110 | 1101100 | 1100100 | 10011 |
Color Harmonies of #146200
Complementary color
Monochromatic Colors of #146200
Black with #146200
Text Example
Text Example
White with #146200
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #146200; }
p { color: rgb(20,98,0); }
H1.HeaderClassName
{
color: #146200;
}
.AnyTagClassName
{
color: #146200;
}
</style>
background-color css
<style>
a { background-color: #146200; }
a { background-color: rgb(20,98,0); }
div.DivClassName
{
background-color: #146200;
}
.BgClassName
{
background-color: #146200;
}
</style>
border-color css
<style>
span { border-color: #146200; }
span { border-color: rgb(20,98,0); }
td.TdClassName
{
border-color: #146200;
}
.TagClassName
{
border-color: #146200;
}
</style>