#0be36b

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

Shades of Malachite #0BE36B

Tints of Malachite #0BE36B

Color information

#0BE36B (or 0x0BE36B) is unknown color: approx Malachite. HEX triplet: 0B, E3 and 6B. RGB value is (11,227,107). Sum of RGB (Red+Green+Blue) = 11+227+107=345 (45% of max value = 765). Red value is 11 (4.69% from 255 or 3.19% from 345); Green value is 227 (89.06% from 255 or 65.80% from 345); Blue value is 107 (42.19% from 255 or 31.01% from 345); Max value from RGB is 227 - color contains mainly: green. Hex color #0BE36B is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #0BE36B is #F41C94. Grayscale: #959595. Windows color (decimal): -15998101 or 7070475. OLE color: 7070475.

HSL color Cylindrical-coordinate representation of color #0BE36B: hue angle of 146.67º degrees, saturation: 0.91, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #0BE36B is Cyan = 0.95, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.11.

Color convert

RGB11227107-
CMYK0.9500.530.11
HSL146.67º90.76%46.67%-
HSV(B)146.67º95.15%89.02%-
XYZ30.2656.0723.14-
YUV148.74104.4429.76-

RGB Variations

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

RGB

RED value IS 11 (4.69% from 255) = 3.19%
GREEN value IS 227 (89.06% from 255) = 65.80%
BLUE value IS 107 (42.19% from 255) = 31.01%
R=3.19%
G=65.80%
B=31.01%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0
Y (Yellow) values IS 0.53
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal112271070.9500.530.11146.6790.7646.67
HexBE36B5F035B935b2f
Octal133431531370651322313357
Binary1011111000111101011101111101101011011100100111011011101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0be36b

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(11,227,107); }

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

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

 a { background-color: rgb(11,227,107); }

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

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

 span { border-color: rgb(11,227,107); }

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