Shades of Green #146100
Tints of Green #146100
RGB
CMYK
RGB Variations
Color information
#146100 (or 0x146100) is known color: Green. HEX triplet: 14, 61 and 00. RGB value is (20,97,0). Sum of RGB (Red+Green+Blue) = 20+97+0=117 (15% of max value = 765). Red value is 20 (8.20% from 255 or 17.09% from 117); Green value is 97 (38.28% from 255 or 82.91% from 117); Blue value is 0 (0.39% from 255 or 0% from 117); Max value from RGB is 97 - color contains mainly: green. Hex color #146100 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #146100 is #EB9EFF. Grayscale: #3F3F3F. Windows color (decimal): -15441664 or 24852. OLE color: 24852.
HSL color Cylindrical-coordinate representation of color #146100: hue angle of 107.63º 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 #146100 is Cyan = 0.79, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 20 | 97 | 0 | - |
| CMYK | 0.79 | 0 | 1 | 0.62 |
| HSL | 107.63º | 1% | 0.19% | - |
| HSV(B) | 107.63º | 1% | 0.38% | - |
| XYZ | 4.56 | 8.7 | 1.44 | - |
| YUV | 62.92 | 92.49 | 97.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 97 | 0 | 0.79 | 0 | 1 | 0.62 | 107.63 | 1 | 0.19 |
| Hex | 14 | 61 | 0 | 4F | 0 | 64 | 3E | 6C | 64 | 13 |
| Octal | 24 | 141 | 0 | 117 | 0 | 144 | 76 | 154 | 144 | 23 |
| Binary | 10100 | 1100001 | 0 | 1001111 | 0 | 1100100 | 111110 | 1101100 | 1100100 | 10011 |
Color Harmonies of #146100
Complementary color
Monochromatic Colors of #146100
Black with #146100
Text Example
Text Example
White with #146100
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #146100; }
p { color: rgb(20,97,0); }
H1.HeaderClassName
{
color: #146100;
}
.AnyTagClassName
{
color: #146100;
}
</style>
background-color css
<style>
a { background-color: #146100; }
a { background-color: rgb(20,97,0); }
div.DivClassName
{
background-color: #146100;
}
.BgClassName
{
background-color: #146100;
}
</style>
border-color css
<style>
span { border-color: #146100; }
span { border-color: rgb(20,97,0); }
td.TdClassName
{
border-color: #146100;
}
.TagClassName
{
border-color: #146100;
}
</style>