Html Css Color HEX #139D5D Shamrock Green

📋 copy color: '#139D5D'

red 19 ◦ green 157 ◦ blue 93

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

Shades of Shamrock Green #139D5D

Tints of Shamrock Green #139D5D

RGB

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

 GREEN value IS 157 (61.72% from 255) = 58.36%

 BLUE value IS 93 (36.72% from 255) = 34.57%

R = 7.06%
G = 58.36%
B = 34.57%

CMYK

 C value IS 0.88

 M value IS 0

 Y value IS 0.41

 K value IS 0.38

RGB Variations

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

Color information

#139D5D (or 0x139D5D) is known color: Shamrock Green. HEX triplet: 13, 9D and 5D. RGB value is (19,157,93). Sum of RGB (Red+Green+Blue) = 19+157+93=269 (35% of max value = 765). Red value is 19 (7.81% from 255 or 7.06% from 269); Green value is 157 (61.72% from 255 or 58.36% from 269); Blue value is 93 (36.72% from 255 or 34.57% from 269); Max value from RGB is 157 - color contains mainly: green. Hex color #139D5D is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #139D5D is #EC62A2. Grayscale: #6C6C6C. Windows color (decimal): -15491747 or 6135059. OLE color: 6135059.

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

Color convert

RGB 19 157 93 -
CMYK 0.88 0 0.41 0.38
HSL 152.17º 0.78% 0.35% -
HSV(B) 152.17º 0.88% 0.62% -
XYZ 14.3 25.04 14.44 -
YUV 108.44 119.28 64.2 -
System Red Green Blue C M Y K H S L
Decimal 19 157 93 0.88 0 0.41 0.38 152.17 0.78 0.35
Hex 13 9D 5D 58 0 29 26 98 4E 23
Octal 23 235 135 130 0 51 46 230 116 43
Binary 10011 10011101 1011101 1011000 0 101001 100110 10011000 1001110 100011

Color Harmonies of #139D5D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #139D5D

Black with #139D5D

Text Example


Text Example

White with #139D5D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(19,157,93); }

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

background-color css

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

 a { background-color: rgb(19,157,93); }

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

border-color css

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

 span { border-color: rgb(19,157,93); }

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