Shades of Green #14750C
Tints of Green #14750C
RGB
CMYK
RGB Variations
Color information
#14750C (or 0x14750C) is known color: Green. HEX triplet: 14, 75 and 0C. RGB value is (20,117,12). Sum of RGB (Red+Green+Blue) = 20+117+12=149 (19% of max value = 765). Red value is 20 (8.20% from 255 or 13.42% from 149); Green value is 117 (46.09% from 255 or 78.52% from 149); Blue value is 12 (5.08% from 255 or 8.05% from 149); Max value from RGB is 117 - color contains mainly: green. Hex color #14750C is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #14750C is #EB8AF3. Grayscale: #4C4C4C. Windows color (decimal): -15436532 or 816404. OLE color: 816404.
HSL color Cylindrical-coordinate representation of color #14750C: hue angle of 115.43º degrees, saturation: 0.81, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #14750C is Cyan = 0.83, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 20 | 117 | 12 | - |
| CMYK | 0.83 | 0 | 0.90 | 0.54 |
| HSL | 115.43º | 0.81% | 0.25% | - |
| HSV(B) | 115.43º | 0.9% | 0.46% | - |
| XYZ | 6.72 | 12.9 | 2.48 | - |
| YUV | 76.03 | 91.86 | 88.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 117 | 12 | 0.83 | 0 | 0.90 | 0.54 | 115.43 | 0.81 | 0.25 |
| Hex | 14 | 75 | C | 53 | 0 | 5A | 36 | 73 | 51 | 19 |
| Octal | 24 | 165 | 14 | 123 | 0 | 132 | 66 | 163 | 121 | 31 |
| Binary | 10100 | 1110101 | 1100 | 1010011 | 0 | 1011010 | 110110 | 1110011 | 1010001 | 11001 |
Color Harmonies of #14750C
Complementary color
Monochromatic Colors of #14750C
Black with #14750C
Text Example
Text Example
White with #14750C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #14750C; }
p { color: rgb(20,117,12); }
H1.HeaderClassName
{
color: #14750C;
}
.AnyTagClassName
{
color: #14750C;
}
</style>
background-color css
<style>
a { background-color: #14750C; }
a { background-color: rgb(20,117,12); }
div.DivClassName
{
background-color: #14750C;
}
.BgClassName
{
background-color: #14750C;
}
</style>
border-color css
<style>
span { border-color: #14750C; }
span { border-color: rgb(20,117,12); }
td.TdClassName
{
border-color: #14750C;
}
.TagClassName
{
border-color: #14750C;
}
</style>