#0BE556

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

Shades of Malachite #0BE556

Tints of Malachite #0BE556

Color information

#0BE556 (or 0x0BE556) is unknown color: approx Malachite. HEX triplet: 0B, E5 and 56. RGB value is (11,229,86). Sum of RGB (Red+Green+Blue) = 11+229+86=326 (43% of max value = 765). Red value is 11 (4.69% from 255 or 3.37% from 326); Green value is 229 (89.84% from 255 or 70.25% from 326); Blue value is 86 (33.98% from 255 or 26.38% from 326); Max value from RGB is 229 - color contains mainly: green. Hex color #0BE556 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #0BE556 is #F41AA9. Grayscale: #939393. Windows color (decimal): -15997610 or 5694731. OLE color: 5694731.

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

Color convert

RGB1122986-
CMYK0.9500.620.10
HSL140.64º90.83%47.06%-
HSV(B)140.64º95.2%89.8%-
XYZ29.8456.7818.19-
YUV147.5293.2830.63-

RGB Variations

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

RGB

RED value IS 11 (4.69% from 255) = 3.37%
GREEN value IS 229 (89.84% from 255) = 70.25%
BLUE value IS 86 (33.98% from 255) = 26.38%
R=3.37%
G=70.25%
B=26.38%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0
Y (Yellow) values IS 0.62
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal11229860.9500.620.10140.6490.8347.06
HexBE5565F03EA8d5b2f
Octal133451261370761221513357
Binary1011111001011010110101111101111101010100011011011011101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0BE556

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(11,229,86); }

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

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

 a { background-color: rgb(11,229,86); }

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

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

 span { border-color: rgb(11,229,86); }

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