Shades of Green #146D0A
Tints of Green #146D0A
RGB
CMYK
RGB Variations
Color information
#146D0A (or 0x146D0A) is known color: Green. HEX triplet: 14, 6D and 0A. RGB value is (20,109,10). Sum of RGB (Red+Green+Blue) = 20+109+10=139 (18% of max value = 765). Red value is 20 (8.20% from 255 or 14.39% from 139); Green value is 109 (42.97% from 255 or 78.42% from 139); Blue value is 10 (4.30% from 255 or 7.19% from 139); Max value from RGB is 109 - color contains mainly: green. Hex color #146D0A is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #146D0A is #EB92F5. Grayscale: #474747. Windows color (decimal): -15438582 or 683284. OLE color: 683284.
HSL color Cylindrical-coordinate representation of color #146D0A: hue angle of 113.94º degrees, saturation: 0.83, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #146D0A is Cyan = 0.82, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 20 | 109 | 10 | - |
| CMYK | 0.82 | 0 | 0.91 | 0.57 |
| HSL | 113.94º | 0.83% | 0.23% | - |
| HSV(B) | 113.94º | 0.91% | 0.43% | - |
| XYZ | 5.81 | 11.11 | 2.12 | - |
| YUV | 71.1 | 93.51 | 91.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 109 | 10 | 0.82 | 0 | 0.91 | 0.57 | 113.94 | 0.83 | 0.23 |
| Hex | 14 | 6D | A | 52 | 0 | 5B | 39 | 72 | 53 | 17 |
| Octal | 24 | 155 | 12 | 122 | 0 | 133 | 71 | 162 | 123 | 27 |
| Binary | 10100 | 1101101 | 1010 | 1010010 | 0 | 1011011 | 111001 | 1110010 | 1010011 | 10111 |
Color Harmonies of #146D0A
Complementary color
Monochromatic Colors of #146D0A
Black with #146D0A
Text Example
Text Example
White with #146D0A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #146D0A; }
p { color: rgb(20,109,10); }
H1.HeaderClassName
{
color: #146D0A;
}
.AnyTagClassName
{
color: #146D0A;
}
</style>
background-color css
<style>
a { background-color: #146D0A; }
a { background-color: rgb(20,109,10); }
div.DivClassName
{
background-color: #146D0A;
}
.BgClassName
{
background-color: #146D0A;
}
</style>
border-color css
<style>
span { border-color: #146D0A; }
span { border-color: rgb(20,109,10); }
td.TdClassName
{
border-color: #146D0A;
}
.TagClassName
{
border-color: #146D0A;
}
</style>