Html Css Color HEX #0BD76D Malachite

📋 copy color: '#0BD76D'

red 11 ◦ green 215 ◦ blue 109

#0BD76D
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Malachite #0BD76D

Tints of Malachite #0BD76D

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 value IS 0.95

 M value IS 0

 Y value IS 0.49

 K value IS 0.16

RGB Variations

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

Color information

#0BD76D (or 0x0BD76D) is known color: 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

RGB 11 215 109 -
CMYK 0.95 0 0.49 0.16
HSL 148.82º 0.9% 0.44% -
HSV(B) 148.82º 0.95% 0.84% -
XYZ 27.2 49.78 22.64 -
YUV 141.92 109.41 34.62 -
System Red Green Blue C M Y K H S L
Decimal 11 215 109 0.95 0 0.49 0.16 148.82 0.9 0.44
Hex B D7 6D 5F 0 31 10 95 5A 2C
Octal 13 327 155 137 0 61 20 225 132 54
Binary 1011 11010111 1101101 1011111 0 110001 10000 10010101 1011010 101100

Color Harmonies of #0BD76D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0BD76D

Black with #0BD76D

Text Example


Text Example

White with #0BD76D

Text Example


Text Example

HTML Codes & Css Web 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>