Html Css Color HEX #139F5A Shamrock Green

📋 copy color: '#139F5A'

red 19 ◦ green 159 ◦ blue 90

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

Shades of Shamrock Green #139F5A

Tints of Shamrock Green #139F5A

RGB

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

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

 BLUE value IS 90 (35.55% from 255) = 33.58%

R = 7.09%
G = 59.33%
B = 33.58%

CMYK

 C value IS 0.88

 M value IS 0

 Y value IS 0.43

 K value IS 0.38

RGB Variations

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

Color information

#139F5A (or 0x139F5A) is known color: Shamrock Green. HEX triplet: 13, 9F and 5A. RGB value is (19,159,90). Sum of RGB (Red+Green+Blue) = 19+159+90=268 (35% of max value = 765). Red value is 19 (7.81% from 255 or 7.09% from 268); Green value is 159 (62.5% from 255 or 59.33% from 268); Blue value is 90 (35.55% from 255 or 33.58% from 268); Max value from RGB is 159 - color contains mainly: green. Hex color #139F5A is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #139F5A is #EC60A5. Grayscale: #6D6D6D. Windows color (decimal): -15491238 or 5938963. OLE color: 5938963.

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

Color convert

RGB 19 159 90 -
CMYK 0.88 0 0.43 0.38
HSL 150.43º 0.79% 0.35% -
HSV(B) 150.43º 0.88% 0.62% -
XYZ 14.51 25.67 13.86 -
YUV 109.27 117.12 63.61 -
System Red Green Blue C M Y K H S L
Decimal 19 159 90 0.88 0 0.43 0.38 150.43 0.79 0.35
Hex 13 9F 5A 58 0 2B 26 96 4F 23
Octal 23 237 132 130 0 53 46 226 117 43
Binary 10011 10011111 1011010 1011000 0 101011 100110 10010110 1001111 100011

Color Harmonies of #139F5A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #139F5A

Black with #139F5A

Text Example


Text Example

White with #139F5A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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