#0B9B61

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

Shades of Shamrock Green #0B9B61

Tints of Shamrock Green #0B9B61

Color information

#0B9B61 (or 0x0B9B61) is unknown color: approx Shamrock Green. HEX triplet: 0B, 9B and 61. RGB value is (11,155,97). Sum of RGB (Red+Green+Blue) = 11+155+97=263 (34% of max value = 765). Red value is 11 (4.69% from 255 or 4.18% from 263); Green value is 155 (60.94% from 255 or 58.94% from 263); Blue value is 97 (38.28% from 255 or 36.88% from 263); Max value from RGB is 155 - color contains mainly: green. Hex color #0B9B61 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #0B9B61 is #F4649E. Grayscale: #696969. Windows color (decimal): -16016543 or 6396683. OLE color: 6396683.

HSL color Cylindrical-coordinate representation of color #0B9B61: hue angle of 155.83º degrees, saturation: 0.87, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #0B9B61 is Cyan = 0.93, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.39.

Color convert

RGB1115597-
CMYK0.9300.370.39
HSL155.83º86.75%32.55%-
HSV(B)155.83º92.9%60.78%-
XYZ14.0224.3815.28-
YUV105.33123.2960.72-

RGB Variations

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

RGB

RED value IS 11 (4.69% from 255) = 4.18%
GREEN value IS 155 (60.94% from 255) = 58.94%
BLUE value IS 97 (38.28% from 255) = 36.88%
R=4.18%
G=58.94%
B=36.88%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0
Y (Yellow) values IS 0.37
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal11155970.9300.370.39155.8386.7532.55
HexB9B615D025279c5721
Octal132331411350454723412741
Binary101110011011110000110111010100101100111100111001010111100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0B9B61

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(11,155,97); }

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

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

 a { background-color: rgb(11,155,97); }

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

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

 span { border-color: rgb(11,155,97); }

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