Html Css Color HEX #149C5E Shamrock Green

📋 copy color: '#149C5E'

red 20 ◦ green 156 ◦ blue 94

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

Shades of Shamrock Green #149C5E

Tints of Shamrock Green #149C5E

RGB

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

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

 BLUE value IS 94 (37.11% from 255) = 34.81%

R = 7.41%
G = 57.78%
B = 34.81%

CMYK

 C value IS 0.87

 M value IS 0

 Y value IS 0.40

 K value IS 0.39

RGB Variations

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

Color information

#149C5E (or 0x149C5E) is known color: Shamrock Green. HEX triplet: 14, 9C and 5E. RGB value is (20,156,94). Sum of RGB (Red+Green+Blue) = 20+156+94=270 (35% of max value = 765). Red value is 20 (8.20% from 255 or 7.41% from 270); Green value is 156 (61.33% from 255 or 57.78% from 270); Blue value is 94 (37.11% from 255 or 34.81% from 270); Max value from RGB is 156 - color contains mainly: green. Hex color #149C5E is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #149C5E is #EB63A1. Grayscale: #6C6C6C. Windows color (decimal): -15426466 or 6200340. OLE color: 6200340.

HSL color Cylindrical-coordinate representation of color #149C5E: hue angle of 152.65º 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 #149C5E is Cyan = 0.87, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.39.

Color convert

RGB 20 156 94 -
CMYK 0.87 0 0.40 0.39
HSL 152.65º 0.77% 0.35% -
HSV(B) 152.65º 0.87% 0.61% -
XYZ 14.2 24.73 14.62 -
YUV 108.27 119.94 65.04 -
System Red Green Blue C M Y K H S L
Decimal 20 156 94 0.87 0 0.40 0.39 152.65 0.77 0.35
Hex 14 9C 5E 57 0 28 27 99 4D 23
Octal 24 234 136 127 0 50 47 231 115 43
Binary 10100 10011100 1011110 1010111 0 101000 100111 10011001 1001101 100011

Color Harmonies of #149C5E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #149C5E

Black with #149C5E

Text Example


Text Example

White with #149C5E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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