#14945B

Color #14945B Shamrock Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Shamrock Green #14945B

Tints of Shamrock Green #14945B

Color information

#14945B (or 0x14945B) is unknown color: approx Shamrock Green. HEX triplet: 14, 94 and 5B. RGB value is (20,148,91). Sum of RGB (Red+Green+Blue) = 20+148+91=259 (34% of max value = 765). Red value is 20 (8.20% from 255 or 7.72% from 259); Green value is 148 (58.20% from 255 or 57.14% from 259); Blue value is 91 (35.94% from 255 or 35.14% from 259); Max value from RGB is 148 - color contains mainly: green. Hex color #14945B is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #14945B is #EB6BA4. Grayscale: #676767. Windows color (decimal): -15428517 or 6001684. OLE color: 6001684.

HSL color Cylindrical-coordinate representation of color #14945B: hue angle of 153.28º degrees, saturation: 0.76, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #14945B is Cyan = 0.86, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.42.

Color convert

RGB2014891-
CMYK0.8600.390.42
HSL153.28º76.19%32.94%-
HSV(B)153.28º86.49%58.04%-
XYZ12.7722.0813.49-
YUV103.23121.0968.63-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 7.72%
GREEN value IS 148 (58.20% from 255) = 57.14%
BLUE value IS 91 (35.94% from 255) = 35.14%
R=7.72%
G=57.14%
B=35.14%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0
Y (Yellow) values IS 0.39
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal20148910.8600.390.42153.2876.1932.94
Hex14945B560272A994c21
Octal242241331260475223111441
Binary1010010010100101101110101100100111101010100110011001100100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #14945B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #14945B; }

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

 H1.HeaderClassName
 {
   color: #14945B;
 }
 .AnyTagClassName
 {
   color: #14945B;
 }
</style>
background-color css

<style>
 a { background-color: #14945B; }

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

 div.DivClassName
 {
   background-color: #14945B;
 }
 .BgClassName
 {
   background-color: #14945B;
 }
</style>
border-color css

<style>
 span { border-color: #14945B; }

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

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