Html Css Color HEX #149C5B Shamrock Green

📋 copy color: '#149C5B'

red 20 ◦ green 156 ◦ blue 91

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

Shades of Shamrock Green #149C5B

Tints of Shamrock Green #149C5B

RGB

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

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

 BLUE value IS 91 (35.94% from 255) = 34.08%

R = 7.49%
G = 58.43%
B = 34.08%

CMYK

 C value IS 0.87

 M value IS 0

 Y value IS 0.42

 K value IS 0.39

RGB Variations

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

Color information

#149C5B (or 0x149C5B) is known color: Shamrock Green. HEX triplet: 14, 9C and 5B. RGB value is (20,156,91). Sum of RGB (Red+Green+Blue) = 20+156+91=267 (35% of max value = 765). Red value is 20 (8.20% from 255 or 7.49% from 267); Green value is 156 (61.33% from 255 or 58.43% from 267); Blue value is 91 (35.94% from 255 or 34.08% from 267); Max value from RGB is 156 - color contains mainly: green. Hex color #149C5B is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #149C5B is #EB63A4. Grayscale: #6C6C6C. Windows color (decimal): -15426469 or 6003732. OLE color: 6003732.

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

Color convert

RGB 20 156 91 -
CMYK 0.87 0 0.42 0.39
HSL 151.32º 0.77% 0.35% -
HSV(B) 151.32º 0.87% 0.61% -
XYZ 14.07 24.68 13.92 -
YUV 107.93 118.44 65.29 -
System Red Green Blue C M Y K H S L
Decimal 20 156 91 0.87 0 0.42 0.39 151.32 0.77 0.35
Hex 14 9C 5B 57 0 2A 27 97 4D 23
Octal 24 234 133 127 0 52 47 227 115 43
Binary 10100 10011100 1011011 1010111 0 101010 100111 10010111 1001101 100011

Color Harmonies of #149C5B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #149C5B

Black with #149C5B

Text Example


Text Example

White with #149C5B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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