#159E5C

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

Shades of Shamrock Green #159E5C

Tints of Shamrock Green #159E5C

Color information

#159E5C (or 0x159E5C) is unknown color: approx Shamrock Green. HEX triplet: 15, 9E and 5C. RGB value is (21,158,92). Sum of RGB (Red+Green+Blue) = 21+158+92=271 (35% of max value = 765). Red value is 21 (8.59% from 255 or 7.75% from 271); Green value is 158 (62.11% from 255 or 58.30% from 271); Blue value is 92 (36.33% from 255 or 33.95% from 271); Max value from RGB is 158 - color contains mainly: green. Hex color #159E5C is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #159E5C is #EA61A3. Grayscale: #6D6D6D. Windows color (decimal): -15360420 or 6069781. OLE color: 6069781.

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

Color convert

RGB2115892-
CMYK0.8700.420.38
HSL151.09º76.54%35.1%-
HSV(B)151.09º86.71%61.96%-
XYZ14.4725.3914.26-
YUV109.51118.1164.87-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 7.75%
GREEN value IS 158 (62.11% from 255) = 58.30%
BLUE value IS 92 (36.33% from 255) = 33.95%
R=7.75%
G=58.30%
B=33.95%

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
Decimal21158920.8700.420.38151.0976.5435.1
Hex159E5C5702A26974d23
Octal252361341270524622711543
Binary1010110011110101110010101110101010100110100101111001101100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #159E5C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(21,158,92); }

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

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

 a { background-color: rgb(21,158,92); }

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

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

 span { border-color: rgb(21,158,92); }

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