Html Css Color HEX #149E6A Shamrock Green

📋 copy color: '#149E6A'

red 20 ◦ green 158 ◦ blue 106

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

Shades of Shamrock Green #149E6A

Tints of Shamrock Green #149E6A

RGB

 RED value IS 20 (8.2% from 255) = 7.04%

 GREEN value IS 158 (62.11% from 255) = 55.63%

 BLUE value IS 106 (41.8% from 255) = 37.32%

R = 7.04%
G = 55.63%
B = 37.32%

CMYK

 C value IS 0.87

 M value IS 0

 Y value IS 0.33

 K value IS 0.38

RGB Variations

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

Color information

#149E6A (or 0x149E6A) is known color: Shamrock Green. HEX triplet: 14, 9E and 6A. RGB value is (20,158,106). Sum of RGB (Red+Green+Blue) = 20+158+106=284 (37% of max value = 765). Red value is 20 (8.20% from 255 or 7.04% from 284); Green value is 158 (62.11% from 255 or 55.63% from 284); Blue value is 106 (41.80% from 255 or 37.32% from 284); Max value from RGB is 158 - color contains mainly: green. Hex color #149E6A is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #149E6A is #EB6195. Grayscale: #6E6E6E. Windows color (decimal): -15425942 or 6987284. OLE color: 6987284.

HSL color Cylindrical-coordinate representation of color #149E6A: hue angle of 157.39º degrees, saturation: 0.78, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #149E6A is Cyan = 0.87, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.38.

Color convert

RGB 20 158 106 -
CMYK 0.87 0 0.33 0.38
HSL 157.39º 0.78% 0.35% -
HSV(B) 157.39º 0.87% 0.62% -
XYZ 15.12 25.64 17.79 -
YUV 110.81 125.28 63.23 -
System Red Green Blue C M Y K H S L
Decimal 20 158 106 0.87 0 0.33 0.38 157.39 0.78 0.35
Hex 14 9E 6A 57 0 21 26 9D 4E 23
Octal 24 236 152 127 0 41 46 235 116 43
Binary 10100 10011110 1101010 1010111 0 100001 100110 10011101 1001110 100011

Color Harmonies of #149E6A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #149E6A

Black with #149E6A

Text Example


Text Example

White with #149E6A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #149E6A; }

 p { color: rgb(20,158,106); }

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

background-color css

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

 a { background-color: rgb(20,158,106); }

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

border-color css

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

 span { border-color: rgb(20,158,106); }

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