Shades of Green #146300
Tints of Green #146300
RGB
CMYK
RGB Variations
Color information
#146300 (or 0x146300) is known color: Green. HEX triplet: 14, 63 and 00. RGB value is (20,99,0). Sum of RGB (Red+Green+Blue) = 20+99+0=119 (15% of max value = 765). Red value is 20 (8.20% from 255 or 16.81% from 119); Green value is 99 (39.06% from 255 or 83.19% from 119); Blue value is 0 (0.39% from 255 or 0% from 119); Max value from RGB is 99 - color contains mainly: green. Hex color #146300 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #146300 is #EB9CFF. Grayscale: #404040. Windows color (decimal): -15441152 or 25364. OLE color: 25364.
HSL color Cylindrical-coordinate representation of color #146300: hue angle of 107.88º degrees, saturation: 1, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 1%. Process color model (Four color, CMYK) of #146300 is Cyan = 0.80, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 20 | 99 | 0 | - |
| CMYK | 0.80 | 0 | 1 | 0.61 |
| HSL | 107.88º | 1% | 0.19% | - |
| HSV(B) | 107.88º | 1% | 0.39% | - |
| XYZ | 4.75 | 9.07 | 1.5 | - |
| YUV | 64.09 | 91.83 | 96.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 99 | 0 | 0.80 | 0 | 1 | 0.61 | 107.88 | 1 | 0.19 |
| Hex | 14 | 63 | 0 | 50 | 0 | 64 | 3D | 6C | 64 | 13 |
| Octal | 24 | 143 | 0 | 120 | 0 | 144 | 75 | 154 | 144 | 23 |
| Binary | 10100 | 1100011 | 0 | 1010000 | 0 | 1100100 | 111101 | 1101100 | 1100100 | 10011 |
Color Harmonies of #146300
Complementary color
Monochromatic Colors of #146300
Black with #146300
Text Example
Text Example
White with #146300
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #146300; }
p { color: rgb(20,99,0); }
H1.HeaderClassName
{
color: #146300;
}
.AnyTagClassName
{
color: #146300;
}
</style>
background-color css
<style>
a { background-color: #146300; }
a { background-color: rgb(20,99,0); }
div.DivClassName
{
background-color: #146300;
}
.BgClassName
{
background-color: #146300;
}
</style>
border-color css
<style>
span { border-color: #146300; }
span { border-color: rgb(20,99,0); }
td.TdClassName
{
border-color: #146300;
}
.TagClassName
{
border-color: #146300;
}
</style>