#149359

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

Shades of Shamrock Green #149359

Tints of Shamrock Green #149359

Color information

#149359 (or 0x149359) is unknown color: approx Shamrock Green. HEX triplet: 14, 93 and 59. RGB value is (20,147,89). Sum of RGB (Red+Green+Blue) = 20+147+89=256 (33% of max value = 765). Red value is 20 (8.20% from 255 or 7.81% from 256); Green value is 147 (57.81% from 255 or 57.42% from 256); Blue value is 89 (35.16% from 255 or 34.77% from 256); Max value from RGB is 147 - color contains mainly: green. Hex color #149359 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #149359 is #EB6CA6. Grayscale: #666666. Windows color (decimal): -15428775 or 5870356. OLE color: 5870356.

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

Color convert

RGB2014789-
CMYK0.8600.390.42
HSL152.6º76.05%32.75%-
HSV(B)152.6º86.39%57.65%-
XYZ12.5321.7412.99-
YUV102.42120.4269.22-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 7.81%
GREEN value IS 147 (57.81% from 255) = 57.42%
BLUE value IS 89 (35.16% from 255) = 34.77%
R=7.81%
G=57.42%
B=34.77%

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
Decimal20147890.8600.390.42152.676.0532.75
Hex149359560272A994c21
Octal242231311260475223111441
Binary1010010010011101100110101100100111101010100110011001100100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #149359

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #149359; }

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

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

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

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

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

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

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

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