#139A5A

Color #139A5A Shamrock Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Shamrock Green #139A5A

Tints of Shamrock Green #139A5A

Color information

#139A5A (or 0x139A5A) is unknown color: approx 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

RGB1915490-
CMYK0.8800.420.40
HSL151.56º78.03%33.92%-
HSV(B)151.56º87.66%60.39%-
XYZ13.6723.9913.58-
YUV106.34118.7765.7-

RGB Variations

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

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 (Cyan) values IS 0.88
M (Magenta) values IS 0
Y (Yellow) values IS 0.42
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal19154900.8800.420.40151.5678.0333.92
Hex139A5A5802A28984e22
Octal232321321300525023011642
Binary1001110011010101101010110000101010101000100110001001110100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #139A5A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>