Shades of Green #146601
Tints of Green #146601
RGB
CMYK
RGB Variations
Color information
#146601 (or 0x146601) is known color: Green. HEX triplet: 14, 66 and 01. RGB value is (20,102,1). Sum of RGB (Red+Green+Blue) = 20+102+1=123 (16% of max value = 765). Red value is 20 (8.20% from 255 or 16.26% from 123); Green value is 102 (40.23% from 255 or 82.93% from 123); Blue value is 1 (0.78% from 255 or 0.81% from 123); Max value from RGB is 102 - color contains mainly: green. Hex color #146601 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #146601 is #EB99FE. Grayscale: #424242. Windows color (decimal): -15440383 or 91668. OLE color: 91668.
HSL color Cylindrical-coordinate representation of color #146601: hue angle of 108.71º degrees, saturation: 0.98, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #146601 is Cyan = 0.80, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.6.
Color convert
| RGB | 20 | 102 | 1 | - |
| CMYK | 0.80 | 0 | 0.99 | 0.6 |
| HSL | 108.71º | 0.98% | 0.2% | - |
| HSV(B) | 108.71º | 0.99% | 0.4% | - |
| XYZ | 5.05 | 9.65 | 1.63 | - |
| YUV | 65.97 | 91.33 | 95.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 102 | 1 | 0.80 | 0 | 0.99 | 0.6 | 108.71 | 0.98 | 0.2 |
| Hex | 14 | 66 | 1 | 50 | 0 | 63 | 3C | 6D | 62 | 14 |
| Octal | 24 | 146 | 1 | 120 | 0 | 143 | 74 | 155 | 142 | 24 |
| Binary | 10100 | 1100110 | 1 | 1010000 | 0 | 1100011 | 111100 | 1101101 | 1100010 | 10100 |
Color Harmonies of #146601
Complementary color
Monochromatic Colors of #146601
Black with #146601
Text Example
Text Example
White with #146601
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #146601; }
p { color: rgb(20,102,1); }
H1.HeaderClassName
{
color: #146601;
}
.AnyTagClassName
{
color: #146601;
}
</style>
background-color css
<style>
a { background-color: #146601; }
a { background-color: rgb(20,102,1); }
div.DivClassName
{
background-color: #146601;
}
.BgClassName
{
background-color: #146601;
}
</style>
border-color css
<style>
span { border-color: #146601; }
span { border-color: rgb(20,102,1); }
td.TdClassName
{
border-color: #146601;
}
.TagClassName
{
border-color: #146601;
}
</style>