Shades of Green #146702
Tints of Green #146702
RGB
CMYK
RGB Variations
Color information
#146702 (or 0x146702) is known color: Green. HEX triplet: 14, 67 and 02. RGB value is (20,103,2). Sum of RGB (Red+Green+Blue) = 20+103+2=125 (16% of max value = 765). Red value is 20 (8.20% from 255 or 16% from 125); Green value is 103 (40.62% from 255 or 82.4% from 125); Blue value is 2 (1.17% from 255 or 1.6% from 125); Max value from RGB is 103 - color contains mainly: green. Hex color #146702 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #146702 is #EB98FD. Grayscale: #424242. Windows color (decimal): -15440126 or 157460. OLE color: 157460.
HSL color Cylindrical-coordinate representation of color #146702: hue angle of 109.31º degrees, saturation: 0.96, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #146702 is Cyan = 0.81, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 20 | 103 | 2 | - |
| CMYK | 0.81 | 0 | 0.98 | 0.60 |
| HSL | 109.31º | 0.96% | 0.21% | - |
| HSV(B) | 109.31º | 0.98% | 0.4% | - |
| XYZ | 5.15 | 9.85 | 1.69 | - |
| YUV | 66.67 | 91.5 | 94.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 103 | 2 | 0.81 | 0 | 0.98 | 0.60 | 109.31 | 0.96 | 0.21 |
| Hex | 14 | 67 | 2 | 51 | 0 | 62 | 3C | 6D | 60 | 15 |
| Octal | 24 | 147 | 2 | 121 | 0 | 142 | 74 | 155 | 140 | 25 |
| Binary | 10100 | 1100111 | 10 | 1010001 | 0 | 1100010 | 111100 | 1101101 | 1100000 | 10101 |
Color Harmonies of #146702
Complementary color
Monochromatic Colors of #146702
Black with #146702
Text Example
Text Example
White with #146702
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #146702; }
p { color: rgb(20,103,2); }
H1.HeaderClassName
{
color: #146702;
}
.AnyTagClassName
{
color: #146702;
}
</style>
background-color css
<style>
a { background-color: #146702; }
a { background-color: rgb(20,103,2); }
div.DivClassName
{
background-color: #146702;
}
.BgClassName
{
background-color: #146702;
}
</style>
border-color css
<style>
span { border-color: #146702; }
span { border-color: rgb(20,103,2); }
td.TdClassName
{
border-color: #146702;
}
.TagClassName
{
border-color: #146702;
}
</style>