#0BE132

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

Shades of Malachite #0BE132

Tints of Malachite #0BE132

Color information

#0BE132 (or 0x0BE132) is unknown color: approx Malachite. HEX triplet: 0B, E1 and 32. RGB value is (11,225,50). Sum of RGB (Red+Green+Blue) = 11+225+50=286 (37% of max value = 765). Red value is 11 (4.69% from 255 or 3.85% from 286); Green value is 225 (88.28% from 255 or 78.67% from 286); Blue value is 50 (19.92% from 255 or 17.48% from 286); Max value from RGB is 225 - color contains mainly: green. Hex color #0BE132 is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #0BE132 is #F41ECD. Grayscale: #8D8D8D. Windows color (decimal): -15998670 or 3334411. OLE color: 3334411.

HSL color Cylindrical-coordinate representation of color #0BE132: hue angle of 130.93º degrees, saturation: 0.91, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #0BE132 is Cyan = 0.95, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.12.

Color convert

RGB1122550-
CMYK0.9500.780.12
HSL130.93º90.68%46.27%-
HSV(B)130.93º95.11%88.24%-
XYZ27.6454.1512.01-
YUV141.0676.635.23-

RGB Variations

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

RGB

RED value IS 11 (4.69% from 255) = 3.85%
GREEN value IS 225 (88.28% from 255) = 78.67%
BLUE value IS 50 (19.92% from 255) = 17.48%
R=3.85%
G=78.67%
B=17.48%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0
Y (Yellow) values IS 0.78
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal11225500.9500.780.12130.9390.6846.27
HexBE1325F04EC835b2e
Octal133416213701161420313356
Binary1011111000011100101011111010011101100100000111011011101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0BE132

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(11,225,50); }

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

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

 a { background-color: rgb(11,225,50); }

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

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

 span { border-color: rgb(11,225,50); }

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