Html Css Color HEX #0BD45D Malachite

📋 copy color: '#0BD45D'

red 11 ◦ green 212 ◦ blue 93

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

Shades of Malachite #0BD45D

Tints of Malachite #0BD45D

RGB

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

 GREEN value IS 212 (83.2% from 255) = 67.09%

 BLUE value IS 93 (36.72% from 255) = 29.43%

R = 3.48%
G = 67.09%
B = 29.43%

CMYK

 C value IS 0.95

 M value IS 0

 Y value IS 0.56

 K value IS 0.17

RGB Variations

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

Color information

#0BD45D (or 0x0BD45D) is known color: Malachite. HEX triplet: 0B, D4 and 5D. RGB value is (11,212,93). Sum of RGB (Red+Green+Blue) = 11+212+93=316 (41% of max value = 765). Red value is 11 (4.69% from 255 or 3.48% from 316); Green value is 212 (83.20% from 255 or 67.09% from 316); Blue value is 93 (36.72% from 255 or 29.43% from 316); Max value from RGB is 212 - color contains mainly: green. Hex color #0BD45D is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #0BD45D is #F42BA2. Grayscale: #8A8A8A. Windows color (decimal): -16001955 or 6149131. OLE color: 6149131.

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

Color convert

RGB 11 212 93 -
CMYK 0.95 0 0.56 0.17
HSL 144.48º 0.9% 0.44% -
HSV(B) 144.48º 0.95% 0.83% -
XYZ 25.66 47.95 18.26 -
YUV 138.34 102.41 37.18 -
System Red Green Blue C M Y K H S L
Decimal 11 212 93 0.95 0 0.56 0.17 144.48 0.9 0.44
Hex B D4 5D 5F 0 38 11 90 5A 2C
Octal 13 324 135 137 0 70 21 220 132 54
Binary 1011 11010100 1011101 1011111 0 111000 10001 10010000 1011010 101100

Color Harmonies of #0BD45D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0BD45D

Black with #0BD45D

Text Example


Text Example

White with #0BD45D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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