#149558

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

Shades of Shamrock Green #149558

Tints of Shamrock Green #149558

Color information

#149558 (or 0x149558) is unknown color: approx Shamrock Green. HEX triplet: 14, 95 and 58. RGB value is (20,149,88). Sum of RGB (Red+Green+Blue) = 20+149+88=257 (34% of max value = 765). Red value is 20 (8.20% from 255 or 7.78% from 257); Green value is 149 (58.59% from 255 or 57.98% from 257); Blue value is 88 (34.77% from 255 or 34.24% from 257); Max value from RGB is 149 - color contains mainly: green. Hex color #149558 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #149558 is #EB6AA7. Grayscale: #676767. Windows color (decimal): -15428264 or 5805332. OLE color: 5805332.

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

Color convert

RGB2014988-
CMYK0.8700.410.42
HSL151.63º76.33%33.14%-
HSV(B)151.63º86.58%58.43%-
XYZ12.822.3512.87-
YUV103.48119.2668.46-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 7.78%
GREEN value IS 149 (58.59% from 255) = 57.98%
BLUE value IS 88 (34.77% from 255) = 34.24%
R=7.78%
G=57.98%
B=34.24%

CMYK

C (Cyan) values IS 0.87
M (Magenta) values IS 0
Y (Yellow) values IS 0.41
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal20149880.8700.410.42151.6376.3333.14
Hex149558570292A984c21
Octal242251301270515223011441
Binary1010010010101101100010101110101001101010100110001001100100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #149558

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #149558; }

 p { color: rgb(20,149,88); }

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

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

 a { background-color: rgb(20,149,88); }

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

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

 span { border-color: rgb(20,149,88); }

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