#0b9b64

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

Shades of Shamrock Green #0B9B64

Tints of Shamrock Green #0B9B64

Color information

#0B9B64 (or 0x0B9B64) is unknown color: approx Shamrock Green. HEX triplet: 0B, 9B and 64. RGB value is (11,155,100). Sum of RGB (Red+Green+Blue) = 11+155+100=266 (35% of max value = 765). Red value is 11 (4.69% from 255 or 4.14% from 266); Green value is 155 (60.94% from 255 or 58.27% from 266); Blue value is 100 (39.45% from 255 or 37.59% from 266); Max value from RGB is 155 - color contains mainly: green. Hex color #0B9B64 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #0B9B64 is #F4649B. Grayscale: #696969. Windows color (decimal): -16016540 or 6593291. OLE color: 6593291.

HSL color Cylindrical-coordinate representation of color #0B9B64: hue angle of 157.08º 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 #0B9B64 is Cyan = 0.93, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.39.

Color convert

RGB11155100-
CMYK0.9300.350.39
HSL157.08º86.75%32.55%-
HSV(B)157.08º92.9%60.78%-
XYZ14.1624.4316.03-
YUV105.67124.7960.47-

RGB Variations

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

RGB

RED value IS 11 (4.69% from 255) = 4.14%
GREEN value IS 155 (60.94% from 255) = 58.27%
BLUE value IS 100 (39.45% from 255) = 37.59%
R=4.14%
G=58.27%
B=37.59%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0
Y (Yellow) values IS 0.35
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal111551000.9300.350.39157.0886.7532.55
HexB9B645D023279d5721
Octal132331441350434723512741
Binary101110011011110010010111010100011100111100111011010111100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0b9b64

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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