#0D9364

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

Shades of Shamrock Green #0D9364

Tints of Shamrock Green #0D9364

Color information

#0D9364 (or 0x0D9364) is unknown color: approx Shamrock Green. HEX triplet: 0D, 93 and 64. RGB value is (13,147,100). Sum of RGB (Red+Green+Blue) = 13+147+100=260 (34% of max value = 765). Red value is 13 (5.47% from 255 or 5% from 260); Green value is 147 (57.81% from 255 or 56.54% from 260); Blue value is 100 (39.45% from 255 or 38.46% from 260); Max value from RGB is 147 - color contains mainly: green. Hex color #0D9364 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #0D9364 is #F26C9B. Grayscale: #656565. Windows color (decimal): -15887516 or 6591245. OLE color: 6591245.

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

Color convert

RGB13147100-
CMYK0.9100.320.42
HSL158.96º83.75%31.37%-
HSV(B)158.96º91.16%57.65%-
XYZ12.921.8715.6-
YUV101.58127.1164.82-

RGB Variations

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

RGB

RED value IS 13 (5.47% from 255) = 5%
GREEN value IS 147 (57.81% from 255) = 56.54%
BLUE value IS 100 (39.45% from 255) = 38.46%
R=5%
G=56.54%
B=38.46%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0
Y (Yellow) values IS 0.32
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal131471000.9100.320.42158.9683.7531.37
HexD93645B0202A9f541f
Octal152231441330405223712437
Binary11011001001111001001011011010000010101010011111101010011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0D9364

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(13,147,100); }

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

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

 a { background-color: rgb(13,147,100); }

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

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

 span { border-color: rgb(13,147,100); }

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