#0B9661

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

Shades of Shamrock Green #0B9661

Tints of Shamrock Green #0B9661

Color information

#0B9661 (or 0x0B9661) is unknown color: approx Shamrock Green. HEX triplet: 0B, 96 and 61. RGB value is (11,150,97). Sum of RGB (Red+Green+Blue) = 11+150+97=258 (34% of max value = 765). Red value is 11 (4.69% from 255 or 4.26% from 258); Green value is 150 (58.98% from 255 or 58.14% from 258); Blue value is 97 (38.28% from 255 or 37.60% from 258); Max value from RGB is 150 - color contains mainly: green. Hex color #0B9661 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #0B9661 is #F4699E. Grayscale: #666666. Windows color (decimal): -16017823 or 6395403. OLE color: 6395403.

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

Color convert

RGB1115097-
CMYK0.9300.350.41
HSL157.12º86.34%31.57%-
HSV(B)157.12º92.67%58.82%-
XYZ13.222.7515-
YUV102.4124.9562.81-

RGB Variations

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

RGB

RED value IS 11 (4.69% from 255) = 4.26%
GREEN value IS 150 (58.98% from 255) = 58.14%
BLUE value IS 97 (38.28% from 255) = 37.60%
R=4.26%
G=58.14%
B=37.60%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0
Y (Yellow) values IS 0.35
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal11150970.9300.350.41157.1286.3431.57
HexB96615D023299d5620
Octal132261411350435123512640
Binary101110010110110000110111010100011101001100111011010110100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0B9661

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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