#0D975C

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

Shades of Shamrock Green #0D975C

Tints of Shamrock Green #0D975C

Color information

#0D975C (or 0x0D975C) is unknown color: approx Shamrock Green. HEX triplet: 0D, 97 and 5C. RGB value is (13,151,92). Sum of RGB (Red+Green+Blue) = 13+151+92=256 (33% of max value = 765). Red value is 13 (5.47% from 255 or 5.08% from 256); Green value is 151 (59.38% from 255 or 58.98% from 256); Blue value is 92 (36.33% from 255 or 35.94% from 256); Max value from RGB is 151 - color contains mainly: green. Hex color #0D975C is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #0D975C is #F268A3. Grayscale: #676767. Windows color (decimal): -15886500 or 6067981. OLE color: 6067981.

HSL color Cylindrical-coordinate representation of color #0D975C: hue angle of 154.35º 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 #0D975C is Cyan = 0.91, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.41.

Color convert

RGB1315192-
CMYK0.9100.390.41
HSL154.35º84.15%32.16%-
HSV(B)154.35º91.39%59.22%-
XYZ13.1622.9913.87-
YUV103.01121.7863.8-

RGB Variations

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

RGB

RED value IS 13 (5.47% from 255) = 5.08%
GREEN value IS 151 (59.38% from 255) = 58.98%
BLUE value IS 92 (36.33% from 255) = 35.94%
R=5.08%
G=58.98%
B=35.94%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0
Y (Yellow) values IS 0.39
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal13151920.9100.390.41154.3584.1532.16
HexD975C5B027299a5420
Octal152271341330475123212440
Binary110110010111101110010110110100111101001100110101010100100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0D975C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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