Html Css Color HEX #139C60 Shamrock Green

📋 copy color: '#139C60'

red 19 ◦ green 156 ◦ blue 96

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

Shades of Shamrock Green #139C60

Tints of Shamrock Green #139C60

RGB

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

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

 BLUE value IS 96 (37.89% from 255) = 35.42%

R = 7.01%
G = 57.56%
B = 35.42%

CMYK

 C value IS 0.88

 M value IS 0

 Y value IS 0.38

 K value IS 0.39

RGB Variations

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

Color information

#139C60 (or 0x139C60) is known color: Shamrock Green. HEX triplet: 13, 9C and 60. RGB value is (19,156,96). Sum of RGB (Red+Green+Blue) = 19+156+96=271 (35% of max value = 765). Red value is 19 (7.81% from 255 or 7.01% from 271); Green value is 156 (61.33% from 255 or 57.56% from 271); Blue value is 96 (37.89% from 255 or 35.42% from 271); Max value from RGB is 156 - color contains mainly: green. Hex color #139C60 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #139C60 is #EC639F. Grayscale: #6C6C6C. Windows color (decimal): -15492000 or 6331411. OLE color: 6331411.

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

Color convert

RGB 19 156 96 -
CMYK 0.88 0 0.38 0.39
HSL 153.72º 0.78% 0.34% -
HSV(B) 153.72º 0.88% 0.61% -
XYZ 14.27 24.76 15.09 -
YUV 108.2 121.11 64.38 -
System Red Green Blue C M Y K H S L
Decimal 19 156 96 0.88 0 0.38 0.39 153.72 0.78 0.34
Hex 13 9C 60 58 0 26 27 9A 4E 22
Octal 23 234 140 130 0 46 47 232 116 42
Binary 10011 10011100 1100000 1011000 0 100110 100111 10011010 1001110 100010

Color Harmonies of #139C60

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #139C60

Black with #139C60

Text Example


Text Example

White with #139C60

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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