#10975D

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

Shades of Shamrock Green #10975D

Tints of Shamrock Green #10975D

Color information

#10975D (or 0x10975D) is unknown color: approx Shamrock Green. HEX triplet: 10, 97 and 5D. RGB value is (16,151,93). Sum of RGB (Red+Green+Blue) = 16+151+93=260 (34% of max value = 765). Red value is 16 (6.64% from 255 or 6.15% from 260); Green value is 151 (59.38% from 255 or 58.08% from 260); Blue value is 93 (36.72% from 255 or 35.77% from 260); Max value from RGB is 151 - color contains mainly: green. Hex color #10975D is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #10975D is #EF68A2. Grayscale: #686868. Windows color (decimal): -15689891 or 6133520. OLE color: 6133520.

HSL color Cylindrical-coordinate representation of color #10975D: hue angle of 154.22º 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 #10975D is Cyan = 0.89, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.41.

Color convert

RGB1615193-
CMYK0.8900.380.41
HSL154.22º80.84%32.75%-
HSV(B)154.22º89.4%59.22%-
XYZ13.2623.0314.1-
YUV104.02121.7765.22-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 6.15%
GREEN value IS 151 (59.38% from 255) = 58.08%
BLUE value IS 93 (36.72% from 255) = 35.77%
R=6.15%
G=58.08%
B=35.77%

CMYK

C (Cyan) values IS 0.89
M (Magenta) values IS 0
Y (Yellow) values IS 0.38
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal16151930.8900.380.41154.2280.8432.75
Hex10975D59026299a5121
Octal202271351310465123212141
Binary1000010010111101110110110010100110101001100110101010001100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #10975D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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