Html Css Color HEX #139C65 Shamrock Green

📋 copy color: '#139C65'

red 19 ◦ green 156 ◦ blue 101

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

Shades of Shamrock Green #139C65

Tints of Shamrock Green #139C65

RGB

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

 GREEN value IS 156 (61.33% from 255) = 56.52%

 BLUE value IS 101 (39.84% from 255) = 36.59%

R = 6.88%
G = 56.52%
B = 36.59%

CMYK

 C value IS 0.88

 M value IS 0

 Y value IS 0.35

 K value IS 0.39

RGB Variations

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

Color information

#139C65 (or 0x139C65) is known color: Shamrock Green. HEX triplet: 13, 9C and 65. RGB value is (19,156,101). Sum of RGB (Red+Green+Blue) = 19+156+101=276 (36% of max value = 765). Red value is 19 (7.81% from 255 or 6.88% from 276); Green value is 156 (61.33% from 255 or 56.52% from 276); Blue value is 101 (39.84% from 255 or 36.59% from 276); Max value from RGB is 156 - color contains mainly: green. Hex color #139C65 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #139C65 is #EC639A. Grayscale: #6C6C6C. Windows color (decimal): -15491995 or 6659091. OLE color: 6659091.

HSL color Cylindrical-coordinate representation of color #139C65: hue angle of 155.91º degrees, saturation: 0.78, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #139C65 is Cyan = 0.88, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.39.

Color convert

RGB 19 156 101 -
CMYK 0.88 0 0.35 0.39
HSL 155.91º 0.78% 0.34% -
HSV(B) 155.91º 0.88% 0.61% -
XYZ 14.51 24.85 16.34 -
YUV 108.77 123.61 63.97 -
System Red Green Blue C M Y K H S L
Decimal 19 156 101 0.88 0 0.35 0.39 155.91 0.78 0.34
Hex 13 9C 65 58 0 23 27 9C 4E 22
Octal 23 234 145 130 0 43 47 234 116 42
Binary 10011 10011100 1100101 1011000 0 100011 100111 10011100 1001110 100010

Color Harmonies of #139C65

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #139C65

Black with #139C65

Text Example


Text Example

White with #139C65

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(19,156,101); }

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

background-color css

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

 a { background-color: rgb(19,156,101); }

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

border-color css

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

 span { border-color: rgb(19,156,101); }

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