#0B9658

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

Shades of Shamrock Green #0B9658

Tints of Shamrock Green #0B9658

Color information

#0B9658 (or 0x0B9658) is unknown color: approx Shamrock Green. HEX triplet: 0B, 96 and 58. RGB value is (11,150,88). Sum of RGB (Red+Green+Blue) = 11+150+88=249 (32% of max value = 765). Red value is 11 (4.69% from 255 or 4.42% from 249); Green value is 150 (58.98% from 255 or 60.24% from 249); Blue value is 88 (34.77% from 255 or 35.34% from 249); Max value from RGB is 150 - color contains mainly: green. Hex color #0B9658 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #0B9658 is #F469A7. Grayscale: #656565. Windows color (decimal): -16017832 or 5805579. OLE color: 5805579.

HSL color Cylindrical-coordinate representation of color #0B9658: hue angle of 153.24º degrees, saturation: 0.86, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #0B9658 is Cyan = 0.93, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.41.

Color convert

RGB1115088-
CMYK0.9300.410.41
HSL153.24º86.34%31.57%-
HSV(B)153.24º92.67%58.82%-
XYZ12.8122.5912.92-
YUV101.37120.4563.54-

RGB Variations

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

RGB

RED value IS 11 (4.69% from 255) = 4.42%
GREEN value IS 150 (58.98% from 255) = 60.24%
BLUE value IS 88 (34.77% from 255) = 35.34%
R=4.42%
G=60.24%
B=35.34%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0
Y (Yellow) values IS 0.41
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal11150880.9300.410.41153.2486.3431.57
HexB96585D02929995620
Octal132261301350515123112640
Binary101110010110101100010111010101001101001100110011010110100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0B9658

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(11,150,88); }

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

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

 a { background-color: rgb(11,150,88); }

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

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

 span { border-color: rgb(11,150,88); }

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