Html Css Color HEX #139E64 Shamrock Green

📋 copy color: '#139E64'

red 19 ◦ green 158 ◦ blue 100

#139E64
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Shamrock Green #139E64

Tints of Shamrock Green #139E64

RGB

 RED value IS 19 (7.81% from 255) = 6.86%

 GREEN value IS 158 (62.11% from 255) = 57.04%

 BLUE value IS 100 (39.45% from 255) = 36.1%

R = 6.86%
G = 57.04%
B = 36.1%

CMYK

 C value IS 0.88

 M value IS 0

 Y value IS 0.37

 K value IS 0.38

RGB Variations

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

Color information

#139E64 (or 0x139E64) is known color: Shamrock Green. HEX triplet: 13, 9E and 64. RGB value is (19,158,100). Sum of RGB (Red+Green+Blue) = 19+158+100=277 (36% of max value = 765). Red value is 19 (7.81% from 255 or 6.86% from 277); Green value is 158 (62.11% from 255 or 57.04% from 277); Blue value is 100 (39.45% from 255 or 36.10% from 277); Max value from RGB is 158 - color contains mainly: green. Hex color #139E64 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #139E64 is #EC619B. Grayscale: #6D6D6D. Windows color (decimal): -15491484 or 6594067. OLE color: 6594067.

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

Color convert

RGB 19 158 100 -
CMYK 0.88 0 0.37 0.38
HSL 154.96º 0.79% 0.35% -
HSV(B) 154.96º 0.88% 0.62% -
XYZ 14.8 25.51 16.2 -
YUV 109.83 122.45 63.22 -
System Red Green Blue C M Y K H S L
Decimal 19 158 100 0.88 0 0.37 0.38 154.96 0.79 0.35
Hex 13 9E 64 58 0 25 26 9B 4F 23
Octal 23 236 144 130 0 45 46 233 117 43
Binary 10011 10011110 1100100 1011000 0 100101 100110 10011011 1001111 100011

Color Harmonies of #139E64

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #139E64

Black with #139E64

Text Example


Text Example

White with #139E64

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #139E64;
 }
 .AnyTagClassName
 {
   color: #139E64;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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