#14790D

Color #14790D Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Green #14790D

Tints of Green #14790D

Color information

#14790D (or 0x14790D) is unknown color: approx Green. HEX triplet: 14, 79 and 0D. RGB value is (20,121,13). Sum of RGB (Red+Green+Blue) = 20+121+13=154 (20% of max value = 765). Red value is 20 (8.20% from 255 or 12.99% from 154); Green value is 121 (47.66% from 255 or 78.57% from 154); Blue value is 13 (5.47% from 255 or 8.44% from 154); Max value from RGB is 121 - color contains mainly: green. Hex color #14790D is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #14790D is #EB86F2. Grayscale: #4E4E4E. Windows color (decimal): -15435507 or 882964. OLE color: 882964.

HSL color Cylindrical-coordinate representation of color #14790D: hue angle of 116.11º degrees, saturation: 0.81, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #14790D is Cyan = 0.83, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.53.

Color convert

RGB2012113-
CMYK0.8300.890.53
HSL116.11º80.6%26.27%-
HSV(B)116.11º89.26%47.45%-
XYZ7.213.852.68-
YUV78.4991.0486.28-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 20 (8.20% from 255) = 12.99%
GREEN value IS 121 (47.66% from 255) = 78.57%
BLUE value IS 13 (5.47% from 255) = 8.44%
R=12.99%
G=78.57%
B=8.44%

CMYK

C (Cyan) values IS 0.83
M (Magenta) values IS 0
Y (Yellow) values IS 0.89
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal20121130.8300.890.53116.1180.626.27
Hex1479D530593574511a
Octal241711512301316516412132
Binary10100111100111011010011010110011101011110100101000111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #14790D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #14790D; }

 p { color: rgb(20,121,13); }

 H1.HeaderClassName
 {
   color: #14790D;
 }
 .AnyTagClassName
 {
   color: #14790D;
 }
</style>
background-color css

<style>
 a { background-color: #14790D; }

 a { background-color: rgb(20,121,13); }

 div.DivClassName
 {
   background-color: #14790D;
 }
 .BgClassName
 {
   background-color: #14790D;
 }
</style>
border-color css

<style>
 span { border-color: #14790D; }

 span { border-color: rgb(20,121,13); }

 td.TdClassName
 {
   border-color: #14790D;
 }
 .TagClassName
 {
   border-color: #14790D;
 }
</style>