#139940

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

Shades of Pigment Green #139940

Tints of Pigment Green #139940

Color information

#139940 (or 0x139940) is unknown color: approx Pigment Green. HEX triplet: 13, 99 and 40. RGB value is (19,153,64). Sum of RGB (Red+Green+Blue) = 19+153+64=236 (31% of max value = 765). Red value is 19 (7.81% from 255 or 8.05% from 236); Green value is 153 (60.16% from 255 or 64.83% from 236); Blue value is 64 (25.39% from 255 or 27.12% from 236); Max value from RGB is 153 - color contains mainly: green. Hex color #139940 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #139940 is #EC66BF. Grayscale: #676767. Windows color (decimal): -15492800 or 4233491. OLE color: 4233491.

HSL color Cylindrical-coordinate representation of color #139940: hue angle of 140.15º degrees, saturation: 0.78, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #139940 is Cyan = 0.88, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.4.

Color convert

RGB1915364-
CMYK0.8800.580.4
HSL140.15º77.91%33.73%-
HSV(B)140.15º87.58%60%-
XYZ12.5923.298.68-
YUV102.79106.1168.24-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 8.05%
GREEN value IS 153 (60.16% from 255) = 64.83%
BLUE value IS 64 (25.39% from 255) = 27.12%
R=8.05%
G=64.83%
B=27.12%

CMYK

C (Cyan) values IS 0.88
M (Magenta) values IS 0
Y (Yellow) values IS 0.58
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal19153640.8800.580.4140.1577.9133.73
Hex1399405803A288c4e22
Octal232311001300725021411642
Binary1001110011001100000010110000111010101000100011001001110100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #139940

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #139940; }

 p { color: rgb(19,153,64); }

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

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

 a { background-color: rgb(19,153,64); }

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

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

 span { border-color: rgb(19,153,64); }

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