#0B9C5F

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

Shades of Shamrock Green #0B9C5F

Tints of Shamrock Green #0B9C5F

Color information

#0B9C5F (or 0x0B9C5F) is unknown color: approx Shamrock Green. HEX triplet: 0B, 9C and 5F. RGB value is (11,156,95). Sum of RGB (Red+Green+Blue) = 11+156+95=262 (34% of max value = 765). Red value is 11 (4.69% from 255 or 4.20% from 262); Green value is 156 (61.33% from 255 or 59.54% from 262); Blue value is 95 (37.5% from 255 or 36.26% from 262); Max value from RGB is 156 - color contains mainly: green. Hex color #0B9C5F is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #0B9C5F is #F463A0. Grayscale: #696969. Windows color (decimal): -16016289 or 6265867. OLE color: 6265867.

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

Color convert

RGB1115695-
CMYK0.9300.390.39
HSL154.76º86.83%32.75%-
HSV(B)154.76º92.95%61.18%-
XYZ14.0924.6714.85-
YUV105.69121.9660.46-

RGB Variations

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

RGB

RED value IS 11 (4.69% from 255) = 4.20%
GREEN value IS 156 (61.33% from 255) = 59.54%
BLUE value IS 95 (37.5% from 255) = 36.26%
R=4.20%
G=59.54%
B=36.26%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0
Y (Yellow) values IS 0.39
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal11156950.9300.390.39154.7686.8332.75
HexB9C5F5D027279b5721
Octal132341371350474723312741
Binary101110011100101111110111010100111100111100110111010111100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0B9C5F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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