#149857

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

Shades of Shamrock Green #149857

Tints of Shamrock Green #149857

Color information

#149857 (or 0x149857) is unknown color: approx Shamrock Green. HEX triplet: 14, 98 and 57. RGB value is (20,152,87). Sum of RGB (Red+Green+Blue) = 20+152+87=259 (34% of max value = 765). Red value is 20 (8.20% from 255 or 7.72% from 259); Green value is 152 (59.77% from 255 or 58.69% from 259); Blue value is 87 (34.38% from 255 or 33.59% from 259); Max value from RGB is 152 - color contains mainly: green. Hex color #149857 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #149857 is #EB67A8. Grayscale: #696969. Windows color (decimal): -15427497 or 5740564. OLE color: 5740564.

HSL color Cylindrical-coordinate representation of color #149857: hue angle of 150.45º degrees, saturation: 0.77, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #149857 is Cyan = 0.87, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.40.

Color convert

RGB2015287-
CMYK0.8700.430.40
HSL150.45º76.74%33.73%-
HSV(B)150.45º86.84%59.61%-
XYZ13.2423.2912.82-
YUV105.12117.7767.29-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 7.72%
GREEN value IS 152 (59.77% from 255) = 58.69%
BLUE value IS 87 (34.38% from 255) = 33.59%
R=7.72%
G=58.69%
B=33.59%

CMYK

C (Cyan) values IS 0.87
M (Magenta) values IS 0
Y (Yellow) values IS 0.43
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal20152870.8700.430.40150.4576.7433.73
Hex1498575702B28964d22
Octal242301271270535022611542
Binary1010010011000101011110101110101011101000100101101001101100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #149857

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #149857; }

 p { color: rgb(20,152,87); }

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

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

 a { background-color: rgb(20,152,87); }

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

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

 span { border-color: rgb(20,152,87); }

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