#0D9161

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

Shades of Shamrock Green #0D9161

Tints of Shamrock Green #0D9161

Color information

#0D9161 (or 0x0D9161) is unknown color: approx Shamrock Green. HEX triplet: 0D, 91 and 61. RGB value is (13,145,97). Sum of RGB (Red+Green+Blue) = 13+145+97=255 (33% of max value = 765). Red value is 13 (5.47% from 255 or 5.10% from 255); Green value is 145 (57.03% from 255 or 56.86% from 255); Blue value is 97 (38.28% from 255 or 38.04% from 255); Max value from RGB is 145 - color contains mainly: green. Hex color #0D9161 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #0D9161 is #F26E9E. Grayscale: #646464. Windows color (decimal): -15888031 or 6394125. OLE color: 6394125.

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

Color convert

RGB1314597-
CMYK0.9100.330.43
HSL158.18º83.54%30.98%-
HSV(B)158.18º91.03%56.86%-
XYZ12.4521.214.75-
YUV100.06126.2765.9-

RGB Variations

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

RGB

RED value IS 13 (5.47% from 255) = 5.10%
GREEN value IS 145 (57.03% from 255) = 56.86%
BLUE value IS 97 (38.28% from 255) = 38.04%
R=5.10%
G=56.86%
B=38.04%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0
Y (Yellow) values IS 0.33
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal13145970.9100.330.43158.1883.5430.98
HexD91615B0212B9e541f
Octal152211411330415323612437
Binary11011001000111000011011011010000110101110011110101010011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0D9161

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(13,145,97); }

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

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

 a { background-color: rgb(13,145,97); }

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

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

 span { border-color: rgb(13,145,97); }

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