#0B9C64

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

Shades of Shamrock Green #0B9C64

Tints of Shamrock Green #0B9C64

Color information

#0B9C64 (or 0x0B9C64) is unknown color: approx Shamrock Green. HEX triplet: 0B, 9C and 64. RGB value is (11,156,100). Sum of RGB (Red+Green+Blue) = 11+156+100=267 (35% of max value = 765). Red value is 11 (4.69% from 255 or 4.12% from 267); Green value is 156 (61.33% from 255 or 58.43% from 267); Blue value is 100 (39.45% from 255 or 37.45% from 267); Max value from RGB is 156 - color contains mainly: green. Hex color #0B9C64 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #0B9C64 is #F4639B. Grayscale: #6A6A6A. Windows color (decimal): -16016284 or 6593547. OLE color: 6593547.

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

Color convert

RGB11156100-
CMYK0.9300.360.39
HSL156.83º86.83%32.75%-
HSV(B)156.83º92.95%61.18%-
XYZ14.3324.7716.08-
YUV106.26124.4660.05-

RGB Variations

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

RGB

RED value IS 11 (4.69% from 255) = 4.12%
GREEN value IS 156 (61.33% from 255) = 58.43%
BLUE value IS 100 (39.45% from 255) = 37.45%
R=4.12%
G=58.43%
B=37.45%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0
Y (Yellow) values IS 0.36
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal111561000.9300.360.39156.8386.8332.75
HexB9C645D024279d5721
Octal132341441350444723512741
Binary101110011100110010010111010100100100111100111011010111100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0B9C64

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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