#0B9E65

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

Shades of Shamrock Green #0B9E65

Tints of Shamrock Green #0B9E65

Color information

#0B9E65 (or 0x0B9E65) is unknown color: approx Shamrock Green. HEX triplet: 0B, 9E and 65. RGB value is (11,158,101). Sum of RGB (Red+Green+Blue) = 11+158+101=270 (35% of max value = 765). Red value is 11 (4.69% from 255 or 4.07% from 270); Green value is 158 (62.11% from 255 or 58.52% from 270); Blue value is 101 (39.84% from 255 or 37.41% from 270); Max value from RGB is 158 - color contains mainly: green. Hex color #0B9E65 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #0B9E65 is #F4619A. Grayscale: #6B6B6B. Windows color (decimal): -16015771 or 6659595. OLE color: 6659595.

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

Color convert

RGB11158101-
CMYK0.9300.360.38
HSL156.73º86.98%33.14%-
HSV(B)156.73º93.04%61.96%-
XYZ14.7125.4616.45-
YUV107.55124.359.13-

RGB Variations

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

RGB

RED value IS 11 (4.69% from 255) = 4.07%
GREEN value IS 158 (62.11% from 255) = 58.52%
BLUE value IS 101 (39.84% from 255) = 37.41%
R=4.07%
G=58.52%
B=37.41%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0
Y (Yellow) values IS 0.36
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal111581010.9300.360.38156.7386.9833.14
HexB9E655D024269d5721
Octal132361451350444623512741
Binary101110011110110010110111010100100100110100111011010111100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0B9E65

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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