#10955D

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

Shades of Shamrock Green #10955D

Tints of Shamrock Green #10955D

Color information

#10955D (or 0x10955D) is unknown color: approx Shamrock Green. HEX triplet: 10, 95 and 5D. RGB value is (16,149,93). Sum of RGB (Red+Green+Blue) = 16+149+93=258 (34% of max value = 765). Red value is 16 (6.64% from 255 or 6.20% from 258); Green value is 149 (58.59% from 255 or 57.75% from 258); Blue value is 93 (36.72% from 255 or 36.05% from 258); Max value from RGB is 149 - color contains mainly: green. Hex color #10955D is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #10955D is #EF6AA2. Grayscale: #666666. Windows color (decimal): -15690403 or 6133008. OLE color: 6133008.

HSL color Cylindrical-coordinate representation of color #10955D: hue angle of 154.74º degrees, saturation: 0.81, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #10955D is Cyan = 0.89, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.42.

Color convert

RGB1614993-
CMYK0.8900.380.42
HSL154.74º80.61%32.35%-
HSV(B)154.74º89.26%58.43%-
XYZ12.9422.414-
YUV102.85122.4466.05-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 6.20%
GREEN value IS 149 (58.59% from 255) = 57.75%
BLUE value IS 93 (36.72% from 255) = 36.05%
R=6.20%
G=57.75%
B=36.05%

CMYK

C (Cyan) values IS 0.89
M (Magenta) values IS 0
Y (Yellow) values IS 0.38
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal16149930.8900.380.42154.7480.6132.35
Hex10955D590262A9b5120
Octal202251351310465223312140
Binary1000010010101101110110110010100110101010100110111010001100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #10955D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #10955D; }

 p { color: rgb(16,149,93); }

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

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

 a { background-color: rgb(16,149,93); }

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

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

 span { border-color: rgb(16,149,93); }

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