#0B9563

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

Shades of Shamrock Green #0B9563

Tints of Shamrock Green #0B9563

Color information

#0B9563 (or 0x0B9563) is unknown color: approx Shamrock Green. HEX triplet: 0B, 95 and 63. RGB value is (11,149,99). Sum of RGB (Red+Green+Blue) = 11+149+99=259 (34% of max value = 765). Red value is 11 (4.69% from 255 or 4.25% from 259); Green value is 149 (58.59% from 255 or 57.53% from 259); Blue value is 99 (39.06% from 255 or 38.22% from 259); Max value from RGB is 149 - color contains mainly: green. Hex color #0B9563 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #0B9563 is #F46A9C. Grayscale: #666666. Windows color (decimal): -16018077 or 6526219. OLE color: 6526219.

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

Color convert

RGB1114999-
CMYK0.9300.340.42
HSL158.26º86.25%31.37%-
HSV(B)158.26º92.62%58.43%-
XYZ13.1422.4715.45-
YUV102.04126.2863.07-

RGB Variations

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

RGB

RED value IS 11 (4.69% from 255) = 4.25%
GREEN value IS 149 (58.59% from 255) = 57.53%
BLUE value IS 99 (39.06% from 255) = 38.22%
R=4.25%
G=57.53%
B=38.22%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0
Y (Yellow) values IS 0.34
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal11149990.9300.340.42158.2686.2531.37
HexB95635D0222A9e561f
Octal132251431350425223612637
Binary10111001010111000111011101010001010101010011110101011011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0B9563

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(11,149,99); }

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

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

 a { background-color: rgb(11,149,99); }

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

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

 span { border-color: rgb(11,149,99); }

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