Shades of Green #14750A
Tints of Green #14750A
RGB
CMYK
RGB Variations
Color information
#14750A (or 0x14750A) is known color: Green. HEX triplet: 14, 75 and 0A. RGB value is (20,117,10). Sum of RGB (Red+Green+Blue) = 20+117+10=147 (19% of max value = 765). Red value is 20 (8.20% from 255 or 13.61% from 147); Green value is 117 (46.09% from 255 or 79.59% from 147); Blue value is 10 (4.30% from 255 or 6.80% from 147); Max value from RGB is 117 - color contains mainly: green. Hex color #14750A is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #14750A is #EB8AF5. Grayscale: #4C4C4C. Windows color (decimal): -15436534 or 685332. OLE color: 685332.
HSL color Cylindrical-coordinate representation of color #14750A: hue angle of 114.39º degrees, saturation: 0.84, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #14750A is Cyan = 0.83, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 20 | 117 | 10 | - |
| CMYK | 0.83 | 0 | 0.91 | 0.54 |
| HSL | 114.39º | 0.84% | 0.25% | - |
| HSV(B) | 114.39º | 0.91% | 0.46% | - |
| XYZ | 6.7 | 12.89 | 2.42 | - |
| YUV | 75.8 | 90.86 | 88.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 117 | 10 | 0.83 | 0 | 0.91 | 0.54 | 114.39 | 0.84 | 0.25 |
| Hex | 14 | 75 | A | 53 | 0 | 5B | 36 | 72 | 54 | 19 |
| Octal | 24 | 165 | 12 | 123 | 0 | 133 | 66 | 162 | 124 | 31 |
| Binary | 10100 | 1110101 | 1010 | 1010011 | 0 | 1011011 | 110110 | 1110010 | 1010100 | 11001 |
Color Harmonies of #14750A
Complementary color
Monochromatic Colors of #14750A
Black with #14750A
Text Example
Text Example
White with #14750A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #14750A; }
p { color: rgb(20,117,10); }
H1.HeaderClassName
{
color: #14750A;
}
.AnyTagClassName
{
color: #14750A;
}
</style>
background-color css
<style>
a { background-color: #14750A; }
a { background-color: rgb(20,117,10); }
div.DivClassName
{
background-color: #14750A;
}
.BgClassName
{
background-color: #14750A;
}
</style>
border-color css
<style>
span { border-color: #14750A; }
span { border-color: rgb(20,117,10); }
td.TdClassName
{
border-color: #14750A;
}
.TagClassName
{
border-color: #14750A;
}
</style>