#0D955F

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

Shades of Shamrock Green #0D955F

Tints of Shamrock Green #0D955F

Color information

#0D955F (or 0x0D955F) is unknown color: approx Shamrock Green. HEX triplet: 0D, 95 and 5F. RGB value is (13,149,95). Sum of RGB (Red+Green+Blue) = 13+149+95=257 (34% of max value = 765). Red value is 13 (5.47% from 255 or 5.06% from 257); Green value is 149 (58.59% from 255 or 57.98% from 257); Blue value is 95 (37.5% from 255 or 36.96% from 257); Max value from RGB is 149 - color contains mainly: green. Hex color #0D955F is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #0D955F is #F26AA0. Grayscale: #666666. Windows color (decimal): -15887009 or 6264077. OLE color: 6264077.

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

Color convert

RGB1314995-
CMYK0.9100.360.42
HSL156.18º83.95%31.76%-
HSV(B)156.18º91.28%58.43%-
XYZ12.9822.4114.47-
YUV102.18123.9464.39-

RGB Variations

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

RGB

RED value IS 13 (5.47% from 255) = 5.06%
GREEN value IS 149 (58.59% from 255) = 57.98%
BLUE value IS 95 (37.5% from 255) = 36.96%
R=5.06%
G=57.98%
B=36.96%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0
Y (Yellow) values IS 0.36
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal13149950.9100.360.42156.1883.9531.76
HexD955F5B0242A9c5420
Octal152251371330445223412440
Binary110110010101101111110110110100100101010100111001010100100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0D955F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(13,149,95); }

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

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

 a { background-color: rgb(13,149,95); }

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

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

 span { border-color: rgb(13,149,95); }

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