Html Css Color HEX #139E5E Shamrock Green

📋 copy color: '#139E5E'

red 19 ◦ green 158 ◦ blue 94

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

Shades of Shamrock Green #139E5E

Tints of Shamrock Green #139E5E

RGB

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

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

 BLUE value IS 94 (37.11% from 255) = 34.69%

R = 7.01%
G = 58.3%
B = 34.69%

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

#139E5E (or 0x139E5E) is known color: Shamrock Green. HEX triplet: 13, 9E and 5E. RGB value is (19,158,94). Sum of RGB (Red+Green+Blue) = 19+158+94=271 (35% of max value = 765). Red value is 19 (7.81% from 255 or 7.01% from 271); Green value is 158 (62.11% from 255 or 58.30% from 271); Blue value is 94 (37.11% from 255 or 34.69% from 271); Max value from RGB is 158 - color contains mainly: green. Hex color #139E5E is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #139E5E is #EC61A1. Grayscale: #6D6D6D. Windows color (decimal): -15491490 or 6200851. OLE color: 6200851.

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

Color convert

RGB 19 158 94 -
CMYK 0.88 0 0.41 0.38
HSL 152.37º 0.79% 0.35% -
HSV(B) 152.37º 0.88% 0.62% -
XYZ 14.52 25.4 14.73 -
YUV 109.14 119.45 63.7 -
System Red Green Blue C M Y K H S L
Decimal 19 158 94 0.88 0 0.41 0.38 152.37 0.79 0.35
Hex 13 9E 5E 58 0 29 26 98 4F 23
Octal 23 236 136 130 0 51 46 230 117 43
Binary 10011 10011110 1011110 1011000 0 101001 100110 10011000 1001111 100011

Color Harmonies of #139E5E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #139E5E

Black with #139E5E

Text Example


Text Example

White with #139E5E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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