#0BD46B

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

Shades of Malachite #0BD46B

Tints of Malachite #0BD46B

Color information

#0BD46B (or 0x0BD46B) is unknown color: approx Malachite. HEX triplet: 0B, D4 and 6B. RGB value is (11,212,107). Sum of RGB (Red+Green+Blue) = 11+212+107=330 (43% of max value = 765). Red value is 11 (4.69% from 255 or 3.33% from 330); Green value is 212 (83.20% from 255 or 64.24% from 330); Blue value is 107 (42.19% from 255 or 32.42% from 330); Max value from RGB is 212 - color contains mainly: green. Hex color #0BD46B is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #0BD46B is #F42B94. Grayscale: #8C8C8C. Windows color (decimal): -16001941 or 7066635. OLE color: 7066635.

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

Color convert

RGB11212107-
CMYK0.9500.500.17
HSL148.66º90.13%43.73%-
HSV(B)148.66º94.81%83.14%-
XYZ26.3448.2221.83-
YUV139.93109.4136.04-

RGB Variations

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

RGB

RED value IS 11 (4.69% from 255) = 3.33%
GREEN value IS 212 (83.20% from 255) = 64.24%
BLUE value IS 107 (42.19% from 255) = 32.42%
R=3.33%
G=64.24%
B=32.42%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0
Y (Yellow) values IS 0.50
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal112121070.9500.500.17148.6690.1343.73
HexBD46B5F03211955a2c
Octal133241531370622122513254
Binary10111101010011010111011111011001010001100101011011010101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0BD46B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(11,212,107); }

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

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

 a { background-color: rgb(11,212,107); }

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

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

 span { border-color: rgb(11,212,107); }

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