#0D975D

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

Shades of Shamrock Green #0D975D

Tints of Shamrock Green #0D975D

Color information

#0D975D (or 0x0D975D) is unknown color: approx Shamrock Green. HEX triplet: 0D, 97 and 5D. RGB value is (13,151,93). Sum of RGB (Red+Green+Blue) = 13+151+93=257 (34% of max value = 765). Red value is 13 (5.47% from 255 or 5.06% from 257); Green value is 151 (59.38% from 255 or 58.75% from 257); Blue value is 93 (36.72% from 255 or 36.19% from 257); Max value from RGB is 151 - color contains mainly: green. Hex color #0D975D is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #0D975D is #F268A2. Grayscale: #676767. Windows color (decimal): -15886499 or 6133517. OLE color: 6133517.

HSL color Cylindrical-coordinate representation of color #0D975D: hue angle of 154.78º degrees, saturation: 0.84, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #0D975D is Cyan = 0.91, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.41.

Color convert

RGB1315193-
CMYK0.9100.380.41
HSL154.78º84.15%32.16%-
HSV(B)154.78º91.39%59.22%-
XYZ13.2123.0114.1-
YUV103.13122.2863.72-

RGB Variations

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

RGB

RED value IS 13 (5.47% from 255) = 5.06%
GREEN value IS 151 (59.38% from 255) = 58.75%
BLUE value IS 93 (36.72% from 255) = 36.19%
R=5.06%
G=58.75%
B=36.19%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0
Y (Yellow) values IS 0.38
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal13151930.9100.380.41154.7884.1532.16
HexD975D5B026299b5420
Octal152271351330465123312440
Binary110110010111101110110110110100110101001100110111010100100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0D975D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #0D975D; }

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

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

<style>
 a { background-color: #0D975D; }

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

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

<style>
 span { border-color: #0D975D; }

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

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