#0BD76D

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

Shades of Malachite #0BD76D

Tints of Malachite #0BD76D

Color information

#0BD76D (or 0x0BD76D) is unknown color: approx Malachite. HEX triplet: 0B, D7 and 6D. RGB value is (11,215,109). Sum of RGB (Red+Green+Blue) = 11+215+109=335 (44% of max value = 765). Red value is 11 (4.69% from 255 or 3.28% from 335); Green value is 215 (84.38% from 255 or 64.18% from 335); Blue value is 109 (42.97% from 255 or 32.54% from 335); Max value from RGB is 215 - color contains mainly: green. Hex color #0BD76D is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #0BD76D is #F42892. Grayscale: #8E8E8E. Windows color (decimal): -16001171 or 7198475. OLE color: 7198475.

HSL color Cylindrical-coordinate representation of color #0BD76D: hue angle of 148.82º degrees, saturation: 0.9, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #0BD76D is Cyan = 0.95, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.16.

Color convert

RGB11215109-
CMYK0.9500.490.16
HSL148.82º90.27%44.31%-
HSV(B)148.82º94.88%84.31%-
XYZ27.249.7822.64-
YUV141.92109.4134.62-

RGB Variations

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

RGB

RED value IS 11 (4.69% from 255) = 3.28%
GREEN value IS 215 (84.38% from 255) = 64.18%
BLUE value IS 109 (42.97% from 255) = 32.54%
R=3.28%
G=64.18%
B=32.54%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0
Y (Yellow) values IS 0.49
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal112151090.9500.490.16148.8290.2744.31
HexBD76D5F03110955a2c
Octal133271551370612022513254
Binary10111101011111011011011111011000110000100101011011010101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0BD76D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(11,215,109); }

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

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

 a { background-color: rgb(11,215,109); }

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

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

 span { border-color: rgb(11,215,109); }

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