Html Css Color HEX #0BD976 Malachite

📋 copy color: '#0BD976'

red 11 ◦ green 217 ◦ blue 118

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

Shades of Malachite #0BD976

Tints of Malachite #0BD976

RGB

 RED value IS 11 (4.69% from 255) = 3.18%

 GREEN value IS 217 (85.16% from 255) = 62.72%

 BLUE value IS 118 (46.48% from 255) = 34.1%

R = 3.18%
G = 62.72%
B = 34.1%

CMYK

 C value IS 0.95

 M value IS 0

 Y value IS 0.46

 K value IS 0.15

RGB Variations

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

Color information

#0BD976 (or 0x0BD976) is known color: Malachite. HEX triplet: 0B, D9 and 76. RGB value is (11,217,118). Sum of RGB (Red+Green+Blue) = 11+217+118=346 (45% of max value = 765). Red value is 11 (4.69% from 255 or 3.18% from 346); Green value is 217 (85.16% from 255 or 62.72% from 346); Blue value is 118 (46.48% from 255 or 34.10% from 346); Max value from RGB is 217 - color contains mainly: green. Hex color #0BD976 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #0BD976 is #F42689. Grayscale: #909090. Windows color (decimal): -16000650 or 7788811. OLE color: 7788811.

HSL color Cylindrical-coordinate representation of color #0BD976: hue angle of 151.17º degrees, saturation: 0.9, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #0BD976 is Cyan = 0.95, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.15.

Color convert

RGB 11 217 118 -
CMYK 0.95 0 0.46 0.15
HSL 151.17º 0.9% 0.45% -
HSV(B) 151.17º 0.95% 0.85% -
XYZ 28.22 51 25.5 -
YUV 144.12 113.25 33.05 -
System Red Green Blue C M Y K H S L
Decimal 11 217 118 0.95 0 0.46 0.15 151.17 0.9 0.45
Hex B D9 76 5F 0 2E F 97 5A 2D
Octal 13 331 166 137 0 56 17 227 132 55
Binary 1011 11011001 1110110 1011111 0 101110 1111 10010111 1011010 101101

Color Harmonies of #0BD976

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0BD976

Black with #0BD976

Text Example


Text Example

White with #0BD976

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(11,217,118); }

 H1.HeaderClassName
 {
   color: #0BD976;
 }
 .AnyTagClassName
 {
   color: #0BD976;
 }
</style>

background-color css

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

 a { background-color: rgb(11,217,118); }

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

border-color css

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

 span { border-color: rgb(11,217,118); }

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