#0BE35C

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

Shades of Malachite #0BE35C

Tints of Malachite #0BE35C

Color information

#0BE35C (or 0x0BE35C) is unknown color: approx Malachite. HEX triplet: 0B, E3 and 5C. RGB value is (11,227,92). Sum of RGB (Red+Green+Blue) = 11+227+92=330 (43% of max value = 765). Red value is 11 (4.69% from 255 or 3.33% from 330); Green value is 227 (89.06% from 255 or 68.79% from 330); Blue value is 92 (36.33% from 255 or 27.88% from 330); Max value from RGB is 227 - color contains mainly: green. Hex color #0BE35C is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #0BE35C is #F41CA3. Grayscale: #939393. Windows color (decimal): -15998116 or 6087435. OLE color: 6087435.

HSL color Cylindrical-coordinate representation of color #0BE35C: hue angle of 142.5º 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 #0BE35C is Cyan = 0.95, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.11.

Color convert

RGB1122792-
CMYK0.9500.590.11
HSL142.5º90.76%46.67%-
HSV(B)142.5º95.15%89.02%-
XYZ29.5455.7819.34-
YUV147.0396.9430.98-

RGB Variations

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

RGB

RED value IS 11 (4.69% from 255) = 3.33%
GREEN value IS 227 (89.06% from 255) = 68.79%
BLUE value IS 92 (36.33% from 255) = 27.88%
R=3.33%
G=68.79%
B=27.88%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0
Y (Yellow) values IS 0.59
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal11227920.9500.590.11142.590.7646.67
HexBE35C5F03BB8e5b2f
Octal133431341370731321613357
Binary1011111000111011100101111101110111011100011101011011101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0BE35C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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