#10965B

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

Shades of Shamrock Green #10965B

Tints of Shamrock Green #10965B

Color information

#10965B (or 0x10965B) is unknown color: approx Shamrock Green. HEX triplet: 10, 96 and 5B. RGB value is (16,150,91). Sum of RGB (Red+Green+Blue) = 16+150+91=257 (34% of max value = 765). Red value is 16 (6.64% from 255 or 6.23% from 257); Green value is 150 (58.98% from 255 or 58.37% from 257); Blue value is 91 (35.94% from 255 or 35.41% from 257); Max value from RGB is 150 - color contains mainly: green. Hex color #10965B is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #10965B is #EF69A4. Grayscale: #676767. Windows color (decimal): -15690149 or 6002192. OLE color: 6002192.

HSL color Cylindrical-coordinate representation of color #10965B: hue angle of 153.58º degrees, saturation: 0.81, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #10965B is Cyan = 0.89, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.41.

Color convert

RGB1615091-
CMYK0.8900.390.41
HSL153.58º80.72%32.55%-
HSV(B)153.58º89.33%58.82%-
XYZ13.0122.6813.59-
YUV103.21121.1165.8-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 6.23%
GREEN value IS 150 (58.98% from 255) = 58.37%
BLUE value IS 91 (35.94% from 255) = 35.41%
R=6.23%
G=58.37%
B=35.41%

CMYK

C (Cyan) values IS 0.89
M (Magenta) values IS 0
Y (Yellow) values IS 0.39
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal16150910.8900.390.41153.5880.7232.55
Hex10965B59027299a5121
Octal202261331310475123212141
Binary1000010010110101101110110010100111101001100110101010001100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #10965B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #10965B; }

 p { color: rgb(16,150,91); }

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

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

 a { background-color: rgb(16,150,91); }

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

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

 span { border-color: rgb(16,150,91); }

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