#159F5D

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

Shades of Shamrock Green #159F5D

Tints of Shamrock Green #159F5D

Color information

#159F5D (or 0x159F5D) is unknown color: approx Shamrock Green. HEX triplet: 15, 9F and 5D. RGB value is (21,159,93). Sum of RGB (Red+Green+Blue) = 21+159+93=273 (36% of max value = 765). Red value is 21 (8.59% from 255 or 7.69% from 273); Green value is 159 (62.5% from 255 or 58.24% from 273); Blue value is 93 (36.72% from 255 or 34.07% from 273); Max value from RGB is 159 - color contains mainly: green. Hex color #159F5D is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #159F5D is #EA60A2. Grayscale: #6E6E6E. Windows color (decimal): -15360163 or 6135573. OLE color: 6135573.

HSL color Cylindrical-coordinate representation of color #159F5D: hue angle of 151.3º 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 #159F5D is Cyan = 0.87, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.38.

Color convert

RGB2115993-
CMYK0.8700.420.38
HSL151.3º76.67%35.29%-
HSV(B)151.3º86.79%62.35%-
XYZ14.6825.7514.55-
YUV110.21118.2864.37-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 7.69%
GREEN value IS 159 (62.5% from 255) = 58.24%
BLUE value IS 93 (36.72% from 255) = 34.07%
R=7.69%
G=58.24%
B=34.07%

CMYK

C (Cyan) values IS 0.87
M (Magenta) values IS 0
Y (Yellow) values IS 0.42
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal21159930.8700.420.38151.376.6735.29
Hex159F5D5702A26974d23
Octal252371351270524622711543
Binary1010110011111101110110101110101010100110100101111001101100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #159F5D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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