Shades of Green #14650F
Tints of Green #14650F
RGB
CMYK
RGB Variations
Color information
#14650F (or 0x14650F) is known color: Green. HEX triplet: 14, 65 and 0F. RGB value is (20,101,15). Sum of RGB (Red+Green+Blue) = 20+101+15=136 (18% of max value = 765). Red value is 20 (8.20% from 255 or 14.71% from 136); Green value is 101 (39.84% from 255 or 74.26% from 136); Blue value is 15 (6.25% from 255 or 11.03% from 136); Max value from RGB is 101 - color contains mainly: green. Hex color #14650F is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #14650F is #EB9AF0. Grayscale: #434343. Windows color (decimal): -15440625 or 1008916. OLE color: 1008916.
HSL color Cylindrical-coordinate representation of color #14650F: hue angle of 116.51º degrees, saturation: 0.74, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #14650F is Cyan = 0.80, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 20 | 101 | 15 | - |
| CMYK | 0.80 | 0 | 0.85 | 0.60 |
| HSL | 116.51º | 0.74% | 0.23% | - |
| HSV(B) | 116.51º | 0.85% | 0.4% | - |
| XYZ | 5.03 | 9.49 | 2.02 | - |
| YUV | 66.98 | 98.66 | 94.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 101 | 15 | 0.80 | 0 | 0.85 | 0.60 | 116.51 | 0.74 | 0.23 |
| Hex | 14 | 65 | F | 50 | 0 | 55 | 3C | 75 | 4A | 17 |
| Octal | 24 | 145 | 17 | 120 | 0 | 125 | 74 | 165 | 112 | 27 |
| Binary | 10100 | 1100101 | 1111 | 1010000 | 0 | 1010101 | 111100 | 1110101 | 1001010 | 10111 |
Color Harmonies of #14650F
Complementary color
Monochromatic Colors of #14650F
Black with #14650F
Text Example
Text Example
White with #14650F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #14650F; }
p { color: rgb(20,101,15); }
H1.HeaderClassName
{
color: #14650F;
}
.AnyTagClassName
{
color: #14650F;
}
</style>
background-color css
<style>
a { background-color: #14650F; }
a { background-color: rgb(20,101,15); }
div.DivClassName
{
background-color: #14650F;
}
.BgClassName
{
background-color: #14650F;
}
</style>
border-color css
<style>
span { border-color: #14650F; }
span { border-color: rgb(20,101,15); }
td.TdClassName
{
border-color: #14650F;
}
.TagClassName
{
border-color: #14650F;
}
</style>