Html Css Color HEX #0BD85C Malachite

📋 copy color: '#0BD85C'

red 11 ◦ green 216 ◦ blue 92

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

Shades of Malachite #0BD85C

Tints of Malachite #0BD85C

RGB

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

 GREEN value IS 216 (84.77% from 255) = 67.71%

 BLUE value IS 92 (36.33% from 255) = 28.84%

R = 3.45%
G = 67.71%
B = 28.84%

CMYK

 C value IS 0.95

 M value IS 0

 Y value IS 0.57

 K value IS 0.15

RGB Variations

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

Color information

#0BD85C (or 0x0BD85C) is known color: Malachite. HEX triplet: 0B, D8 and 5C. RGB value is (11,216,92). Sum of RGB (Red+Green+Blue) = 11+216+92=319 (42% of max value = 765). Red value is 11 (4.69% from 255 or 3.45% from 319); Green value is 216 (84.77% from 255 or 67.71% from 319); Blue value is 92 (36.33% from 255 or 28.84% from 319); Max value from RGB is 216 - color contains mainly: green. Hex color #0BD85C is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #0BD85C is #F427A3. Grayscale: #8C8C8C. Windows color (decimal): -16000932 or 6084619. OLE color: 6084619.

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

Color convert

RGB 11 216 92 -
CMYK 0.95 0 0.57 0.15
HSL 143.71º 0.9% 0.45% -
HSV(B) 143.71º 0.95% 0.85% -
XYZ 26.63 49.96 18.36 -
YUV 140.57 100.58 35.58 -
System Red Green Blue C M Y K H S L
Decimal 11 216 92 0.95 0 0.57 0.15 143.71 0.9 0.45
Hex B D8 5C 5F 0 39 F 90 5A 2D
Octal 13 330 134 137 0 71 17 220 132 55
Binary 1011 11011000 1011100 1011111 0 111001 1111 10010000 1011010 101101

Color Harmonies of #0BD85C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0BD85C

Black with #0BD85C

Text Example


Text Example

White with #0BD85C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(11,216,92); }

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

background-color css

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

 a { background-color: rgb(11,216,92); }

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

border-color css

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

 span { border-color: rgb(11,216,92); }

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