#0B9B59

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

Shades of Shamrock Green #0B9B59

Tints of Shamrock Green #0B9B59

Color information

#0B9B59 (or 0x0B9B59) is unknown color: approx Shamrock Green. HEX triplet: 0B, 9B and 59. RGB value is (11,155,89). Sum of RGB (Red+Green+Blue) = 11+155+89=255 (33% of max value = 765). Red value is 11 (4.69% from 255 or 4.31% from 255); Green value is 155 (60.94% from 255 or 60.78% from 255); Blue value is 89 (35.16% from 255 or 34.90% from 255); Max value from RGB is 155 - color contains mainly: green. Hex color #0B9B59 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #0B9B59 is #F464A6. Grayscale: #686868. Windows color (decimal): -16016551 or 5872395. OLE color: 5872395.

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

Color convert

RGB1115589-
CMYK0.9300.430.39
HSL152.5º86.75%32.55%-
HSV(B)152.5º92.9%60.78%-
XYZ13.6624.2413.41-
YUV104.42119.2961.37-

RGB Variations

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

RGB

RED value IS 11 (4.69% from 255) = 4.31%
GREEN value IS 155 (60.94% from 255) = 60.78%
BLUE value IS 89 (35.16% from 255) = 34.90%
R=4.31%
G=60.78%
B=34.90%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0
Y (Yellow) values IS 0.43
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal11155890.9300.430.39152.586.7532.55
HexB9B595D02B27985721
Octal132331311350534723012741
Binary101110011011101100110111010101011100111100110001010111100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0B9B59

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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