#139F4C

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

Shades of Pigment Green #139F4C

Tints of Pigment Green #139F4C

Color information

#139F4C (or 0x139F4C) is unknown color: approx Pigment Green. HEX triplet: 13, 9F and 4C. RGB value is (19,159,76). Sum of RGB (Red+Green+Blue) = 19+159+76=254 (33% of max value = 765). Red value is 19 (7.81% from 255 or 7.48% from 254); Green value is 159 (62.5% from 255 or 62.60% from 254); Blue value is 76 (30.08% from 255 or 29.92% from 254); Max value from RGB is 159 - color contains mainly: green. Hex color #139F4C is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #139F4C is #EC60B3. Grayscale: #6B6B6B. Windows color (decimal): -15491252 or 5021459. OLE color: 5021459.

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

Color convert

RGB1915976-
CMYK0.8800.520.38
HSL144.43º78.65%34.9%-
HSV(B)144.43º88.05%62.35%-
XYZ13.9725.4611.01-
YUV107.68110.1264.75-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 7.48%
GREEN value IS 159 (62.5% from 255) = 62.60%
BLUE value IS 76 (30.08% from 255) = 29.92%
R=7.48%
G=62.60%
B=29.92%

CMYK

C (Cyan) values IS 0.88
M (Magenta) values IS 0
Y (Yellow) values IS 0.52
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal19159760.8800.520.38144.4378.6534.9
Hex139F4C5803426904f23
Octal232371141300644622011743
Binary1001110011111100110010110000110100100110100100001001111100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #139F4C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(19,159,76); }

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

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

 a { background-color: rgb(19,159,76); }

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

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

 span { border-color: rgb(19,159,76); }

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