Html Css Color HEX #149F5E Shamrock Green

📋 copy color: '#149F5E'

red 20 ◦ green 159 ◦ blue 94

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

Shades of Shamrock Green #149F5E

Tints of Shamrock Green #149F5E

RGB

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

 GREEN value IS 159 (62.5% from 255) = 58.24%

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

R = 7.33%
G = 58.24%
B = 34.43%

CMYK

 C value IS 0.87

 M value IS 0

 Y value IS 0.41

 K value IS 0.38

RGB Variations

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

Color information

#149F5E (or 0x149F5E) is known color: Shamrock Green. HEX triplet: 14, 9F and 5E. RGB value is (20,159,94). Sum of RGB (Red+Green+Blue) = 20+159+94=273 (36% of max value = 765). Red value is 20 (8.20% from 255 or 7.33% from 273); Green value is 159 (62.5% from 255 or 58.24% from 273); Blue value is 94 (37.11% from 255 or 34.43% from 273); Max value from RGB is 159 - color contains mainly: green. Hex color #149F5E is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #149F5E is #EB60A1. Grayscale: #6E6E6E. Windows color (decimal): -15425698 or 6201108. OLE color: 6201108.

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

Color convert

RGB 20 159 94 -
CMYK 0.87 0 0.41 0.38
HSL 151.94º 0.78% 0.35% -
HSV(B) 151.94º 0.87% 0.62% -
XYZ 14.71 25.75 14.79 -
YUV 110.03 118.95 63.79 -
System Red Green Blue C M Y K H S L
Decimal 20 159 94 0.87 0 0.41 0.38 151.94 0.78 0.35
Hex 14 9F 5E 57 0 29 26 98 4E 23
Octal 24 237 136 127 0 51 46 230 116 43
Binary 10100 10011111 1011110 1010111 0 101001 100110 10011000 1001110 100011

Color Harmonies of #149F5E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #149F5E

Black with #149F5E

Text Example


Text Example

White with #149F5E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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