#159f5b

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

Shades of Shamrock Green #159F5B

Tints of Shamrock Green #159F5B

Color information

#159F5B (or 0x159F5B) is unknown color: approx Shamrock Green. HEX triplet: 15, 9F and 5B. RGB value is (21,159,91). Sum of RGB (Red+Green+Blue) = 21+159+91=271 (35% of max value = 765). Red value is 21 (8.59% from 255 or 7.75% from 271); Green value is 159 (62.5% from 255 or 58.67% from 271); Blue value is 91 (35.94% from 255 or 33.58% from 271); Max value from RGB is 159 - color contains mainly: green. Hex color #159F5B is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #159F5B is #EA60A4. Grayscale: #6E6E6E. Windows color (decimal): -15360165 or 6004501. OLE color: 6004501.

HSL color Cylindrical-coordinate representation of color #159F5B: hue angle of 150.43º degrees, saturation: 0.77, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #159F5B is Cyan = 0.87, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.38.

Color convert

RGB2115991-
CMYK0.8700.430.38
HSL150.43º76.67%35.29%-
HSV(B)150.43º86.79%62.35%-
XYZ14.625.7114.09-
YUV109.99117.2864.53-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 7.75%
GREEN value IS 159 (62.5% from 255) = 58.67%
BLUE value IS 91 (35.94% from 255) = 33.58%
R=7.75%
G=58.67%
B=33.58%

CMYK

C (Cyan) values IS 0.87
M (Magenta) values IS 0
Y (Yellow) values IS 0.43
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal21159910.8700.430.38150.4376.6735.29
Hex159F5B5702B26964d23
Octal252371331270534622611543
Binary1010110011111101101110101110101011100110100101101001101100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #159f5b

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #159f5b; }

 p { color: rgb(21,159,91); }

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

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

 a { background-color: rgb(21,159,91); }

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

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

 span { border-color: rgb(21,159,91); }

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