#0B9B66

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

Shades of Shamrock Green #0B9B66

Tints of Shamrock Green #0B9B66

Color information

#0B9B66 (or 0x0B9B66) is unknown color: approx Shamrock Green. HEX triplet: 0B, 9B and 66. RGB value is (11,155,102). Sum of RGB (Red+Green+Blue) = 11+155+102=268 (35% of max value = 765). Red value is 11 (4.69% from 255 or 4.10% from 268); Green value is 155 (60.94% from 255 or 57.84% from 268); Blue value is 102 (40.23% from 255 or 38.06% from 268); Max value from RGB is 155 - color contains mainly: green. Hex color #0B9B66 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #0B9B66 is #F46499. Grayscale: #696969. Windows color (decimal): -16016538 or 6724363. OLE color: 6724363.

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

Color convert

RGB11155102-
CMYK0.9300.340.39
HSL157.92º86.75%32.55%-
HSV(B)157.92º92.9%60.78%-
XYZ14.2624.4716.54-
YUV105.9125.7960.31-

RGB Variations

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

RGB

RED value IS 11 (4.69% from 255) = 4.10%
GREEN value IS 155 (60.94% from 255) = 57.84%
BLUE value IS 102 (40.23% from 255) = 38.06%
R=4.10%
G=57.84%
B=38.06%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0
Y (Yellow) values IS 0.34
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal111551020.9300.340.39157.9286.7532.55
HexB9B665D022279e5721
Octal132331461350424723612741
Binary101110011011110011010111010100010100111100111101010111100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0B9B66

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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