Html Css Color HEX #0BC55D Malachite

📋 copy color: '#0BC55D'

red 11 ◦ green 197 ◦ blue 93

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

Shades of Malachite #0BC55D

Tints of Malachite #0BC55D

RGB

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

 GREEN value IS 197 (77.34% from 255) = 65.45%

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

R = 3.65%
G = 65.45%
B = 30.9%

CMYK

 C value IS 0.94

 M value IS 0

 Y value IS 0.53

 K value IS 0.23

RGB Variations

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

Color information

#0BC55D (or 0x0BC55D) is known color: Malachite. HEX triplet: 0B, C5 and 5D. RGB value is (11,197,93). Sum of RGB (Red+Green+Blue) = 11+197+93=301 (39% of max value = 765). Red value is 11 (4.69% from 255 or 3.65% from 301); Green value is 197 (77.34% from 255 or 65.45% from 301); Blue value is 93 (36.72% from 255 or 30.90% from 301); Max value from RGB is 197 - color contains mainly: green. Hex color #0BC55D is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #0BC55D is #F43AA2. Grayscale: #818181. Windows color (decimal): -16005795 or 6145291. OLE color: 6145291.

HSL color Cylindrical-coordinate representation of color #0BC55D: hue angle of 146.45º degrees, saturation: 0.89, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0BC55D is Cyan = 0.94, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.23.

Color convert

RGB 11 197 93 -
CMYK 0.94 0 0.53 0.23
HSL 146.45º 0.89% 0.41% -
HSV(B) 146.45º 0.94% 0.77% -
XYZ 22.08 40.79 17.07 -
YUV 129.53 107.38 43.46 -
System Red Green Blue C M Y K H S L
Decimal 11 197 93 0.94 0 0.53 0.23 146.45 0.89 0.41
Hex B C5 5D 5E 0 35 17 92 59 29
Octal 13 305 135 136 0 65 27 222 131 51
Binary 1011 11000101 1011101 1011110 0 110101 10111 10010010 1011001 101001

Color Harmonies of #0BC55D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0BC55D

Black with #0BC55D

Text Example


Text Example

White with #0BC55D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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