#0BC456

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

Shades of Malachite #0BC456

Tints of Malachite #0BC456

Color information

#0BC456 (or 0x0BC456) is unknown color: approx Malachite. HEX triplet: 0B, C4 and 56. RGB value is (11,196,86). Sum of RGB (Red+Green+Blue) = 11+196+86=293 (38% of max value = 765). Red value is 11 (4.69% from 255 or 3.75% from 293); Green value is 196 (76.95% from 255 or 66.89% from 293); Blue value is 86 (33.98% from 255 or 29.35% from 293); Max value from RGB is 196 - color contains mainly: green. Hex color #0BC456 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #0BC456 is #F43BA9. Grayscale: #808080. Windows color (decimal): -16006058 or 5686283. OLE color: 5686283.

HSL color Cylindrical-coordinate representation of color #0BC456: hue angle of 144.32º degrees, saturation: 0.89, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0BC456 is Cyan = 0.94, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.23.

Color convert

RGB1119686-
CMYK0.9400.560.23
HSL144.32º89.37%40.59%-
HSV(B)144.32º94.39%76.86%-
XYZ21.5640.2215.43-
YUV128.14104.2144.44-

RGB Variations

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

RGB

RED value IS 11 (4.69% from 255) = 3.75%
GREEN value IS 196 (76.95% from 255) = 66.89%
BLUE value IS 86 (33.98% from 255) = 29.35%
R=3.75%
G=66.89%
B=29.35%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0
Y (Yellow) values IS 0.56
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal11196860.9400.560.23144.3289.3740.59
HexBC4565E03817905929
Octal133041261360702722013151
Binary10111100010010101101011110011100010111100100001011001101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0BC456

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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