#139E51

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

Shades of Pigment Green #139E51

Tints of Pigment Green #139E51

Color information

#139E51 (or 0x139E51) is unknown color: approx Pigment Green. HEX triplet: 13, 9E and 51. RGB value is (19,158,81). Sum of RGB (Red+Green+Blue) = 19+158+81=258 (34% of max value = 765). Red value is 19 (7.81% from 255 or 7.36% from 258); Green value is 158 (62.11% from 255 or 61.24% from 258); Blue value is 81 (32.03% from 255 or 31.40% from 258); Max value from RGB is 158 - color contains mainly: green. Hex color #139E51 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #139E51 is #EC61AE. Grayscale: #6B6B6B. Windows color (decimal): -15491503 or 5348883. OLE color: 5348883.

HSL color Cylindrical-coordinate representation of color #139E51: hue angle of 146.76º degrees, saturation: 0.79, 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 #139E51 is Cyan = 0.88, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.38.

Color convert

RGB1915881-
CMYK0.8800.490.38
HSL146.76º78.53%34.71%-
HSV(B)146.76º87.97%61.96%-
XYZ13.9825.1911.91-
YUV107.66112.9564.76-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 7.36%
GREEN value IS 158 (62.11% from 255) = 61.24%
BLUE value IS 81 (32.03% from 255) = 31.40%
R=7.36%
G=61.24%
B=31.40%

CMYK

C (Cyan) values IS 0.88
M (Magenta) values IS 0
Y (Yellow) values IS 0.49
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal19158810.8800.490.38146.7678.5334.71
Hex139E515803126934f23
Octal232361211300614622311743
Binary1001110011110101000110110000110001100110100100111001111100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #139E51

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(19,158,81); }

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

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

 a { background-color: rgb(19,158,81); }

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

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

 span { border-color: rgb(19,158,81); }

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