Html Css Color HEX #149E5A Shamrock Green

📋 copy color: '#149E5A'

red 20 ◦ green 158 ◦ blue 90

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

Shades of Shamrock Green #149E5A

Tints of Shamrock Green #149E5A

RGB

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

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

 BLUE value IS 90 (35.55% from 255) = 33.58%

R = 7.46%
G = 58.96%
B = 33.58%

CMYK

 C value IS 0.87

 M value IS 0

 Y value IS 0.43

 K value IS 0.38

RGB Variations

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

Color information

#149E5A (or 0x149E5A) is known color: Shamrock Green. HEX triplet: 14, 9E and 5A. RGB value is (20,158,90). Sum of RGB (Red+Green+Blue) = 20+158+90=268 (35% of max value = 765). Red value is 20 (8.20% from 255 or 7.46% from 268); Green value is 158 (62.11% from 255 or 58.96% from 268); Blue value is 90 (35.55% from 255 or 33.58% from 268); Max value from RGB is 158 - color contains mainly: green. Hex color #149E5A is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #149E5A is #EB61A5. Grayscale: #6D6D6D. Windows color (decimal): -15425958 or 5938708. OLE color: 5938708.

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

Color convert

RGB 20 158 90 -
CMYK 0.87 0 0.43 0.38
HSL 150.43º 0.78% 0.35% -
HSV(B) 150.43º 0.87% 0.62% -
XYZ 14.36 25.34 13.81 -
YUV 108.99 117.28 64.53 -
System Red Green Blue C M Y K H S L
Decimal 20 158 90 0.87 0 0.43 0.38 150.43 0.78 0.35
Hex 14 9E 5A 57 0 2B 26 96 4E 23
Octal 24 236 132 127 0 53 46 226 116 43
Binary 10100 10011110 1011010 1010111 0 101011 100110 10010110 1001110 100011

Color Harmonies of #149E5A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #149E5A

Black with #149E5A

Text Example


Text Example

White with #149E5A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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