#0BA165

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

Shades of Shamrock Green #0BA165

Tints of Shamrock Green #0BA165

Color information

#0BA165 (or 0x0BA165) is unknown color: approx Shamrock Green. HEX triplet: 0B, A1 and 65. RGB value is (11,161,101). Sum of RGB (Red+Green+Blue) = 11+161+101=273 (36% of max value = 765). Red value is 11 (4.69% from 255 or 4.03% from 273); Green value is 161 (63.28% from 255 or 58.97% from 273); Blue value is 101 (39.84% from 255 or 37.00% from 273); Max value from RGB is 161 - color contains mainly: green. Hex color #0BA165 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #0BA165 is #F45E9A. Grayscale: #6D6D6D. Windows color (decimal): -16015003 or 6660363. OLE color: 6660363.

HSL color Cylindrical-coordinate representation of color #0BA165: hue angle of 156º degrees, saturation: 0.87, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #0BA165 is Cyan = 0.93, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.37.

Color convert

RGB11161101-
CMYK0.9300.370.37
HSL156º87.21%33.73%-
HSV(B)156º93.17%63.14%-
XYZ15.2326.516.62-
YUV109.31123.357.88-

RGB Variations

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

RGB

RED value IS 11 (4.69% from 255) = 4.03%
GREEN value IS 161 (63.28% from 255) = 58.97%
BLUE value IS 101 (39.84% from 255) = 37.00%
R=4.03%
G=58.97%
B=37.00%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0
Y (Yellow) values IS 0.37
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal111611010.9300.370.3715687.2133.73
HexBA1655D025259c5722
Octal132411451350454523412742
Binary101110100001110010110111010100101100101100111001010111100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0BA165

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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