Html Css Color HEX #0BD643 Malachite

📋 copy color: '#0BD643'

red 11 ◦ green 214 ◦ blue 67

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

Shades of Malachite #0BD643

Tints of Malachite #0BD643

RGB

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

 GREEN value IS 214 (83.98% from 255) = 73.29%

 BLUE value IS 67 (26.56% from 255) = 22.95%

R = 3.77%
G = 73.29%
B = 22.95%

CMYK

 C value IS 0.95

 M value IS 0

 Y value IS 0.69

 K value IS 0.16

RGB Variations

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

Color information

#0BD643 (or 0x0BD643) is known color: Malachite. HEX triplet: 0B, D6 and 43. RGB value is (11,214,67). Sum of RGB (Red+Green+Blue) = 11+214+67=292 (38% of max value = 765). Red value is 11 (4.69% from 255 or 3.77% from 292); Green value is 214 (83.98% from 255 or 73.29% from 292); Blue value is 67 (26.56% from 255 or 22.95% from 292); Max value from RGB is 214 - color contains mainly: green. Hex color #0BD643 is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #0BD643 is #F429BC. Grayscale: #888888. Windows color (decimal): -16001469 or 4445707. OLE color: 4445707.

HSL color Cylindrical-coordinate representation of color #0BD643: hue angle of 136.55º 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 #0BD643 is Cyan = 0.95, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.16.

Color convert

RGB 11 214 67 -
CMYK 0.95 0 0.69 0.16
HSL 136.55º 0.9% 0.44% -
HSV(B) 136.55º 0.95% 0.84% -
XYZ 25.2 48.57 13.36 -
YUV 136.55 88.75 38.45 -
System Red Green Blue C M Y K H S L
Decimal 11 214 67 0.95 0 0.69 0.16 136.55 0.9 0.44
Hex B D6 43 5F 0 45 10 89 5A 2C
Octal 13 326 103 137 0 105 20 211 132 54
Binary 1011 11010110 1000011 1011111 0 1000101 10000 10001001 1011010 101100

Color Harmonies of #0BD643

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0BD643

Black with #0BD643

Text Example


Text Example

White with #0BD643

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(11,214,67); }

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

background-color css

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

 a { background-color: rgb(11,214,67); }

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

border-color css

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

 span { border-color: rgb(11,214,67); }

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