#0B9E5E

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

Shades of Shamrock Green #0B9E5E

Tints of Shamrock Green #0B9E5E

Color information

#0B9E5E (or 0x0B9E5E) is unknown color: approx Shamrock Green. HEX triplet: 0B, 9E and 5E. RGB value is (11,158,94). Sum of RGB (Red+Green+Blue) = 11+158+94=263 (34% of max value = 765). Red value is 11 (4.69% from 255 or 4.18% from 263); Green value is 158 (62.11% from 255 or 60.08% from 263); Blue value is 94 (37.11% from 255 or 35.74% from 263); Max value from RGB is 158 - color contains mainly: green. Hex color #0B9E5E is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #0B9E5E is #F461A1. Grayscale: #6A6A6A. Windows color (decimal): -16015778 or 6200843. OLE color: 6200843.

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

Color convert

RGB1115894-
CMYK0.9300.410.38
HSL153.88º86.98%33.14%-
HSV(B)153.88º93.04%61.96%-
XYZ14.3925.3314.72-
YUV106.75120.859.7-

RGB Variations

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

RGB

RED value IS 11 (4.69% from 255) = 4.18%
GREEN value IS 158 (62.11% from 255) = 60.08%
BLUE value IS 94 (37.11% from 255) = 35.74%
R=4.18%
G=60.08%
B=35.74%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0
Y (Yellow) values IS 0.41
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal11158940.9300.410.38153.8886.9833.14
HexB9E5E5D029269a5721
Octal132361361350514623212741
Binary101110011110101111010111010101001100110100110101010111100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0B9E5E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(11,158,94); }

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

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

 a { background-color: rgb(11,158,94); }

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

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

 span { border-color: rgb(11,158,94); }

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