Html Css Color HEX #139A5A Shamrock Green

📋 copy color: '#139A5A'

red 19 ◦ green 154 ◦ blue 90

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

Shades of Shamrock Green #139A5A

Tints of Shamrock Green #139A5A

RGB

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

 GREEN value IS 154 (60.55% from 255) = 58.56%

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

R = 7.22%
G = 58.56%
B = 34.22%

CMYK

 C value IS 0.88

 M value IS 0

 Y value IS 0.42

 K value IS 0.40

RGB Variations

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

Color information

#139A5A (or 0x139A5A) is known color: Shamrock Green. HEX triplet: 13, 9A and 5A. RGB value is (19,154,90). Sum of RGB (Red+Green+Blue) = 19+154+90=263 (34% of max value = 765). Red value is 19 (7.81% from 255 or 7.22% from 263); Green value is 154 (60.55% from 255 or 58.56% from 263); Blue value is 90 (35.55% from 255 or 34.22% from 263); Max value from RGB is 154 - color contains mainly: green. Hex color #139A5A is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #139A5A is #EC65A5. Grayscale: #6A6A6A. Windows color (decimal): -15492518 or 5937683. OLE color: 5937683.

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

Color convert

RGB 19 154 90 -
CMYK 0.88 0 0.42 0.40
HSL 151.56º 0.78% 0.34% -
HSV(B) 151.56º 0.88% 0.6% -
XYZ 13.67 23.99 13.58 -
YUV 106.34 118.77 65.7 -
System Red Green Blue C M Y K H S L
Decimal 19 154 90 0.88 0 0.42 0.40 151.56 0.78 0.34
Hex 13 9A 5A 58 0 2A 28 98 4E 22
Octal 23 232 132 130 0 52 50 230 116 42
Binary 10011 10011010 1011010 1011000 0 101010 101000 10011000 1001110 100010

Color Harmonies of #139A5A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #139A5A

Black with #139A5A

Text Example


Text Example

White with #139A5A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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