#0BEA5F

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

Shades of Malachite #0BEA5F

Tints of Malachite #0BEA5F

Color information

#0BEA5F (or 0x0BEA5F) is unknown color: approx Malachite. HEX triplet: 0B, EA and 5F. RGB value is (11,234,95). Sum of RGB (Red+Green+Blue) = 11+234+95=340 (45% of max value = 765). Red value is 11 (4.69% from 255 or 3.24% from 340); Green value is 234 (91.80% from 255 or 68.82% from 340); Blue value is 95 (37.5% from 255 or 27.94% from 340); Max value from RGB is 234 - color contains mainly: green. Hex color #0BEA5F is not a web safe color. Web safe color analog (approx): #00FF66. Inversed color of #0BEA5F is #F415A0. Grayscale: #979797. Windows color (decimal): -15996321 or 6285835. OLE color: 6285835.

HSL color Cylindrical-coordinate representation of color #0BEA5F: hue angle of 142.6º degrees, saturation: 0.91, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #0BEA5F is Cyan = 0.95, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.08.

Color convert

RGB1123495-
CMYK0.9500.590.08
HSL142.6º91.02%48.04%-
HSV(B)142.6º95.3%91.76%-
XYZ31.6359.7420.69-
YUV151.4896.1227.8-

RGB Variations

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

RGB

RED value IS 11 (4.69% from 255) = 3.24%
GREEN value IS 234 (91.80% from 255) = 68.82%
BLUE value IS 95 (37.5% from 255) = 27.94%
R=3.24%
G=68.82%
B=27.94%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0
Y (Yellow) values IS 0.59
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal11234950.9500.590.08142.691.0248.04
HexBEA5F5F03B88f5b30
Octal133521371370731021713360
Binary1011111010101011111101111101110111000100011111011011110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0BEA5F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(11,234,95); }

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

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

 a { background-color: rgb(11,234,95); }

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

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

 span { border-color: rgb(11,234,95); }

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