#149259

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

Shades of Shamrock Green #149259

Tints of Shamrock Green #149259

Color information

#149259 (or 0x149259) is unknown color: approx Shamrock Green. HEX triplet: 14, 92 and 59. RGB value is (20,146,89). Sum of RGB (Red+Green+Blue) = 20+146+89=255 (33% of max value = 765). Red value is 20 (8.20% from 255 or 7.84% from 255); Green value is 146 (57.42% from 255 or 57.25% from 255); Blue value is 89 (35.16% from 255 or 34.90% from 255); Max value from RGB is 146 - color contains mainly: green. Hex color #149259 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #149259 is #EB6DA6. Grayscale: #656565. Windows color (decimal): -15429031 or 5870100. OLE color: 5870100.

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

Color convert

RGB2014689-
CMYK0.8600.390.43
HSL152.86º75.9%32.55%-
HSV(B)152.86º86.3%57.25%-
XYZ12.3721.4312.94-
YUV101.83120.7669.63-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 7.84%
GREEN value IS 146 (57.42% from 255) = 57.25%
BLUE value IS 89 (35.16% from 255) = 34.90%
R=7.84%
G=57.25%
B=34.90%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0
Y (Yellow) values IS 0.39
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal20146890.8600.390.43152.8675.932.55
Hex149259560272B994c21
Octal242221311260475323111441
Binary1010010010010101100110101100100111101011100110011001100100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #149259

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #149259; }

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

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

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

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

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

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

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

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