#159958

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

Shades of Shamrock Green #159958

Tints of Shamrock Green #159958

Color information

#159958 (or 0x159958) is unknown color: approx Shamrock Green. HEX triplet: 15, 99 and 58. RGB value is (21,153,88). Sum of RGB (Red+Green+Blue) = 21+153+88=262 (34% of max value = 765). Red value is 21 (8.59% from 255 or 8.02% from 262); Green value is 153 (60.16% from 255 or 58.40% from 262); Blue value is 88 (34.77% from 255 or 33.59% from 262); Max value from RGB is 153 - color contains mainly: green. Hex color #159958 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #159958 is #EA66A7. Grayscale: #6A6A6A. Windows color (decimal): -15361704 or 5806357. OLE color: 5806357.

HSL color Cylindrical-coordinate representation of color #159958: hue angle of 150.45º degrees, saturation: 0.76, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #159958 is Cyan = 0.86, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.4.

Color convert

RGB2115388-
CMYK0.8600.420.4
HSL150.45º75.86%34.12%-
HSV(B)150.45º86.27%60%-
XYZ13.4623.6513.09-
YUV106.12117.7767.29-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 8.02%
GREEN value IS 153 (60.16% from 255) = 58.40%
BLUE value IS 88 (34.77% from 255) = 33.59%
R=8.02%
G=58.40%
B=33.59%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0
Y (Yellow) values IS 0.42
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal21153880.8600.420.4150.4575.8634.12
Hex1599585602A28964c22
Octal252311301260525022611442
Binary1010110011001101100010101100101010101000100101101001100100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #159958

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #159958; }

 p { color: rgb(21,153,88); }

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

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

 a { background-color: rgb(21,153,88); }

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

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

 span { border-color: rgb(21,153,88); }

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