#139C4E

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

Shades of Pigment Green #139C4E

Tints of Pigment Green #139C4E

Color information

#139C4E (or 0x139C4E) is unknown color: approx Pigment Green. HEX triplet: 13, 9C and 4E. RGB value is (19,156,78). Sum of RGB (Red+Green+Blue) = 19+156+78=253 (33% of max value = 765). Red value is 19 (7.81% from 255 or 7.51% from 253); Green value is 156 (61.33% from 255 or 61.66% from 253); Blue value is 78 (30.86% from 255 or 30.83% from 253); Max value from RGB is 156 - color contains mainly: green. Hex color #139C4E is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #139C4E is #EC63B1. Grayscale: #6A6A6A. Windows color (decimal): -15492018 or 5151763. OLE color: 5151763.

HSL color Cylindrical-coordinate representation of color #139C4E: hue angle of 145.84º degrees, saturation: 0.78, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #139C4E is Cyan = 0.88, Magento = 0, Yellow = 0.5 and Black (K on CMYK) = 0.39.

Color convert

RGB1915678-
CMYK0.8800.50.39
HSL145.84º78.29%34.31%-
HSV(B)145.84º87.82%61.18%-
XYZ13.5324.4711.22-
YUV106.14112.1165.84-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 7.51%
GREEN value IS 156 (61.33% from 255) = 61.66%
BLUE value IS 78 (30.86% from 255) = 30.83%
R=7.51%
G=61.66%
B=30.83%

CMYK

C (Cyan) values IS 0.88
M (Magenta) values IS 0
Y (Yellow) values IS 0.5
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal19156780.8800.50.39145.8478.2934.31
Hex139C4E5803227924e22
Octal232341161300624722211642
Binary1001110011100100111010110000110010100111100100101001110100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #139C4E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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