#139D4E

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

Shades of Pigment Green #139D4E

Tints of Pigment Green #139D4E

Color information

#139D4E (or 0x139D4E) is unknown color: approx Pigment Green. HEX triplet: 13, 9D and 4E. RGB value is (19,157,78). Sum of RGB (Red+Green+Blue) = 19+157+78=254 (33% of max value = 765). Red value is 19 (7.81% from 255 or 7.48% from 254); Green value is 157 (61.72% from 255 or 61.81% from 254); Blue value is 78 (30.86% from 255 or 30.71% from 254); Max value from RGB is 157 - color contains mainly: green. Hex color #139D4E is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #139D4E is #EC62B1. Grayscale: #6A6A6A. Windows color (decimal): -15491762 or 5152019. OLE color: 5152019.

HSL color Cylindrical-coordinate representation of color #139D4E: hue angle of 145.65º degrees, saturation: 0.78, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #139D4E is Cyan = 0.88, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.38.

Color convert

RGB1915778-
CMYK0.8800.500.38
HSL145.65º78.41%34.51%-
HSV(B)145.65º87.9%61.57%-
XYZ13.724.811.27-
YUV106.73111.7865.42-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 7.48%
GREEN value IS 157 (61.72% from 255) = 61.81%
BLUE value IS 78 (30.86% from 255) = 30.71%
R=7.48%
G=61.81%
B=30.71%

CMYK

C (Cyan) values IS 0.88
M (Magenta) values IS 0
Y (Yellow) values IS 0.50
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal19157780.8800.500.38145.6578.4134.51
Hex139D4E5803226924e23
Octal232351161300624622211643
Binary1001110011101100111010110000110010100110100100101001110100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #139D4E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #139D4E; }

 p { color: rgb(19,157,78); }

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

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

 a { background-color: rgb(19,157,78); }

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

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

 span { border-color: rgb(19,157,78); }

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