Html Css Color HEX #149C64 Shamrock Green

📋 copy color: '#149C64'

red 20 ◦ green 156 ◦ blue 100

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

Shades of Shamrock Green #149C64

Tints of Shamrock Green #149C64

RGB

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

 GREEN value IS 156 (61.33% from 255) = 56.52%

 BLUE value IS 100 (39.45% from 255) = 36.23%

R = 7.25%
G = 56.52%
B = 36.23%

CMYK

 C value IS 0.87

 M value IS 0

 Y value IS 0.36

 K value IS 0.39

RGB Variations

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

Color information

#149C64 (or 0x149C64) is known color: Shamrock Green. HEX triplet: 14, 9C and 64. RGB value is (20,156,100). Sum of RGB (Red+Green+Blue) = 20+156+100=276 (36% of max value = 765). Red value is 20 (8.20% from 255 or 7.25% from 276); Green value is 156 (61.33% from 255 or 56.52% from 276); Blue value is 100 (39.45% from 255 or 36.23% from 276); Max value from RGB is 156 - color contains mainly: green. Hex color #149C64 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #149C64 is #EB639B. Grayscale: #6D6D6D. Windows color (decimal): -15426460 or 6593556. OLE color: 6593556.

HSL color Cylindrical-coordinate representation of color #149C64: hue angle of 155.29º degrees, saturation: 0.77, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #149C64 is Cyan = 0.87, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.39.

Color convert

RGB 20 156 100 -
CMYK 0.87 0 0.36 0.39
HSL 155.29º 0.77% 0.35% -
HSV(B) 155.29º 0.87% 0.61% -
XYZ 14.48 24.85 16.09 -
YUV 108.95 122.94 64.55 -
System Red Green Blue C M Y K H S L
Decimal 20 156 100 0.87 0 0.36 0.39 155.29 0.77 0.35
Hex 14 9C 64 57 0 24 27 9B 4D 23
Octal 24 234 144 127 0 44 47 233 115 43
Binary 10100 10011100 1100100 1010111 0 100100 100111 10011011 1001101 100011

Color Harmonies of #149C64

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #149C64

Black with #149C64

Text Example


Text Example

White with #149C64

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(20,156,100); }

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

background-color css

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

 a { background-color: rgb(20,156,100); }

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

border-color css

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

 span { border-color: rgb(20,156,100); }

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