#159D5F

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

Shades of Shamrock Green #159D5F

Tints of Shamrock Green #159D5F

Color information

#159D5F (or 0x159D5F) is unknown color: approx Shamrock Green. HEX triplet: 15, 9D and 5F. RGB value is (21,157,95). Sum of RGB (Red+Green+Blue) = 21+157+95=273 (36% of max value = 765). Red value is 21 (8.59% from 255 or 7.69% from 273); Green value is 157 (61.72% from 255 or 57.51% from 273); Blue value is 95 (37.5% from 255 or 34.80% from 273); Max value from RGB is 157 - color contains mainly: green. Hex color #159D5F is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #159D5F is #EA62A0. Grayscale: #6D6D6D. Windows color (decimal): -15360673 or 6266133. OLE color: 6266133.

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

Color convert

RGB2115795-
CMYK0.8700.390.38
HSL152.65º76.4%34.9%-
HSV(B)152.65º86.62%61.57%-
XYZ14.4325.114.91-
YUV109.27119.9465.04-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 7.69%
GREEN value IS 157 (61.72% from 255) = 57.51%
BLUE value IS 95 (37.5% from 255) = 34.80%
R=7.69%
G=57.51%
B=34.80%

CMYK

C (Cyan) values IS 0.87
M (Magenta) values IS 0
Y (Yellow) values IS 0.39
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal21157950.8700.390.38152.6576.434.9
Hex159D5F5702726994c23
Octal252351371270474623111443
Binary1010110011101101111110101110100111100110100110011001100100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #159D5F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(21,157,95); }

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

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

 a { background-color: rgb(21,157,95); }

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

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

 span { border-color: rgb(21,157,95); }

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