Html Css Color HEX #139F5E Shamrock Green

📋 copy color: '#139F5E'

red 19 ◦ green 159 ◦ blue 94

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

Shades of Shamrock Green #139F5E

Tints of Shamrock Green #139F5E

RGB

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

 GREEN value IS 159 (62.5% from 255) = 58.46%

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

R = 6.99%
G = 58.46%
B = 34.56%

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

#139F5E (or 0x139F5E) is known color: Shamrock Green. HEX triplet: 13, 9F and 5E. RGB value is (19,159,94). Sum of RGB (Red+Green+Blue) = 19+159+94=272 (36% of max value = 765). Red value is 19 (7.81% from 255 or 6.99% from 272); Green value is 159 (62.5% from 255 or 58.46% from 272); Blue value is 94 (37.11% from 255 or 34.56% from 272); Max value from RGB is 159 - color contains mainly: green. Hex color #139F5E is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #139F5E is #EC60A1. Grayscale: #6D6D6D. Windows color (decimal): -15491234 or 6201107. OLE color: 6201107.

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

Color convert

RGB 19 159 94 -
CMYK 0.88 0 0.41 0.38
HSL 152.14º 0.79% 0.35% -
HSV(B) 152.14º 0.88% 0.62% -
XYZ 14.69 25.74 14.78 -
YUV 109.73 119.12 63.29 -
System Red Green Blue C M Y K H S L
Decimal 19 159 94 0.88 0 0.41 0.38 152.14 0.79 0.35
Hex 13 9F 5E 58 0 29 26 98 4F 23
Octal 23 237 136 130 0 51 46 230 117 43
Binary 10011 10011111 1011110 1011000 0 101001 100110 10011000 1001111 100011

Color Harmonies of #139F5E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #139F5E

Black with #139F5E

Text Example


Text Example

White with #139F5E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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