Html Css Color HEX #149C59 Shamrock Green

📋 copy color: '#149C59'

red 20 ◦ green 156 ◦ blue 89

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

Shades of Shamrock Green #149C59

Tints of Shamrock Green #149C59

RGB

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

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

 BLUE value IS 89 (35.16% from 255) = 33.58%

R = 7.55%
G = 58.87%
B = 33.58%

CMYK

 C value IS 0.87

 M value IS 0

 Y value IS 0.43

 K value IS 0.39

RGB Variations

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

Color information

#149C59 (or 0x149C59) is known color: Shamrock Green. HEX triplet: 14, 9C and 59. RGB value is (20,156,89). Sum of RGB (Red+Green+Blue) = 20+156+89=265 (35% of max value = 765). Red value is 20 (8.20% from 255 or 7.55% from 265); Green value is 156 (61.33% from 255 or 58.87% from 265); Blue value is 89 (35.16% from 255 or 33.58% from 265); Max value from RGB is 156 - color contains mainly: green. Hex color #149C59 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #149C59 is #EB63A6. Grayscale: #6B6B6B. Windows color (decimal): -15426471 or 5872660. OLE color: 5872660.

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

Color convert

RGB 20 156 89 -
CMYK 0.87 0 0.43 0.39
HSL 150.44º 0.77% 0.35% -
HSV(B) 150.44º 0.87% 0.61% -
XYZ 13.98 24.65 13.47 -
YUV 107.7 117.44 65.45 -
System Red Green Blue C M Y K H S L
Decimal 20 156 89 0.87 0 0.43 0.39 150.44 0.77 0.35
Hex 14 9C 59 57 0 2B 27 96 4D 23
Octal 24 234 131 127 0 53 47 226 115 43
Binary 10100 10011100 1011001 1010111 0 101011 100111 10010110 1001101 100011

Color Harmonies of #149C59

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #149C59

Black with #149C59

Text Example


Text Example

White with #149C59

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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