#159E65

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

Shades of Shamrock Green #159E65

Tints of Shamrock Green #159E65

Color information

#159E65 (or 0x159E65) is unknown color: approx Shamrock Green. HEX triplet: 15, 9E and 65. RGB value is (21,158,101). Sum of RGB (Red+Green+Blue) = 21+158+101=280 (37% of max value = 765). Red value is 21 (8.59% from 255 or 7.5% from 280); Green value is 158 (62.11% from 255 or 56.43% from 280); Blue value is 101 (39.84% from 255 or 36.07% from 280); Max value from RGB is 158 - color contains mainly: green. Hex color #159E65 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #159E65 is #EA619A. Grayscale: #6E6E6E. Windows color (decimal): -15360411 or 6659605. OLE color: 6659605.

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

Color convert

RGB21158101-
CMYK0.8700.360.38
HSL155.04º76.54%35.1%-
HSV(B)155.04º86.71%61.96%-
XYZ14.8925.5516.46-
YUV110.54122.6164.13-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 7.5%
GREEN value IS 158 (62.11% from 255) = 56.43%
BLUE value IS 101 (39.84% from 255) = 36.07%
R=7.5%
G=56.43%
B=36.07%

CMYK

C (Cyan) values IS 0.87
M (Magenta) values IS 0
Y (Yellow) values IS 0.36
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal211581010.8700.360.38155.0476.5435.1
Hex159E6557024269b4d23
Octal252361451270444623311543
Binary1010110011110110010110101110100100100110100110111001101100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #159E65

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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