#0B9966

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

Shades of Shamrock Green #0B9966

Tints of Shamrock Green #0B9966

Color information

#0B9966 (or 0x0B9966) is unknown color: approx Shamrock Green. HEX triplet: 0B, 99 and 66. RGB value is (11,153,102). Sum of RGB (Red+Green+Blue) = 11+153+102=266 (35% of max value = 765). Red value is 11 (4.69% from 255 or 4.14% from 266); Green value is 153 (60.16% from 255 or 57.52% from 266); Blue value is 102 (40.23% from 255 or 38.35% from 266); Max value from RGB is 153 - color contains mainly: green. Hex color #0B9966 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #0B9966 is #F46699. Grayscale: #686868. Windows color (decimal): -16017050 or 6723851. OLE color: 6723851.

HSL color Cylindrical-coordinate representation of color #0B9966: hue angle of 158.45º degrees, saturation: 0.87, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #0B9966 is Cyan = 0.93, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.4.

Color convert

RGB11153102-
CMYK0.9300.330.4
HSL158.45º86.59%32.16%-
HSV(B)158.45º92.81%60%-
XYZ13.9323.8116.43-
YUV104.73126.4661.15-

RGB Variations

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

RGB

RED value IS 11 (4.69% from 255) = 4.14%
GREEN value IS 153 (60.16% from 255) = 57.52%
BLUE value IS 102 (40.23% from 255) = 38.35%
R=4.14%
G=57.52%
B=38.35%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0
Y (Yellow) values IS 0.33
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal111531020.9300.330.4158.4586.5932.16
HexB99665D021289e5720
Octal132311461350415023612740
Binary101110011001110011010111010100001101000100111101010111100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0B9966

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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