#139F64

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

Shades of Shamrock Green #139F64

Tints of Shamrock Green #139F64

Color information

#139F64 (or 0x139F64) is unknown color: approx Shamrock Green. HEX triplet: 13, 9F and 64. RGB value is (19,159,100). Sum of RGB (Red+Green+Blue) = 19+159+100=278 (36% of max value = 765). Red value is 19 (7.81% from 255 or 6.83% from 278); Green value is 159 (62.5% from 255 or 57.19% from 278); Blue value is 100 (39.45% from 255 or 35.97% from 278); Max value from RGB is 159 - color contains mainly: green. Hex color #139F64 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #139F64 is #EC609B. Grayscale: #6E6E6E. Windows color (decimal): -15491228 or 6594323. OLE color: 6594323.

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

Color convert

RGB19159100-
CMYK0.8800.370.38
HSL154.71º78.65%34.9%-
HSV(B)154.71º88.05%62.35%-
XYZ14.9725.8516.26-
YUV110.41122.1262.8-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 6.83%
GREEN value IS 159 (62.5% from 255) = 57.19%
BLUE value IS 100 (39.45% from 255) = 35.97%
R=6.83%
G=57.19%
B=35.97%

CMYK

C (Cyan) values IS 0.88
M (Magenta) values IS 0
Y (Yellow) values IS 0.37
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal191591000.8800.370.38154.7178.6534.9
Hex139F6458025269b4f23
Octal232371441300454623311743
Binary1001110011111110010010110000100101100110100110111001111100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #139F64

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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