Html Css Color HEX #139960 Shamrock Green

📋 copy color: '#139960'

red 19 ◦ green 153 ◦ blue 96

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

Shades of Shamrock Green #139960

Tints of Shamrock Green #139960

RGB

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

 GREEN value IS 153 (60.16% from 255) = 57.09%

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

R = 7.09%
G = 57.09%
B = 35.82%

CMYK

 C value IS 0.88

 M value IS 0

 Y value IS 0.37

 K value IS 0.4

RGB Variations

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

Color information

#139960 (or 0x139960) is known color: Shamrock Green. HEX triplet: 13, 99 and 60. RGB value is (19,153,96). Sum of RGB (Red+Green+Blue) = 19+153+96=268 (35% of max value = 765). Red value is 19 (7.81% from 255 or 7.09% from 268); Green value is 153 (60.16% from 255 or 57.09% from 268); Blue value is 96 (37.89% from 255 or 35.82% from 268); Max value from RGB is 153 - color contains mainly: green. Hex color #139960 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #139960 is #EC669F. Grayscale: #6A6A6A. Windows color (decimal): -15492768 or 6330643. OLE color: 6330643.

HSL color Cylindrical-coordinate representation of color #139960: hue angle of 154.48º degrees, saturation: 0.78, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #139960 is Cyan = 0.88, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.4.

Color convert

RGB 19 153 96 -
CMYK 0.88 0 0.37 0.4
HSL 154.48º 0.78% 0.34% -
HSV(B) 154.48º 0.88% 0.6% -
XYZ 13.77 23.77 14.93 -
YUV 106.44 122.11 65.63 -
System Red Green Blue C M Y K H S L
Decimal 19 153 96 0.88 0 0.37 0.4 154.48 0.78 0.34
Hex 13 99 60 58 0 25 28 9A 4E 22
Octal 23 231 140 130 0 45 50 232 116 42
Binary 10011 10011001 1100000 1011000 0 100101 101000 10011010 1001110 100010

Color Harmonies of #139960

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #139960

Black with #139960

Text Example


Text Example

White with #139960

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #139960; }

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

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

background-color css

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

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

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

border-color css

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

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

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