Html Css Color HEX #0BC055 Malachite

📋 copy color: '#0BC055'

red 11 ◦ green 192 ◦ blue 85

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

Shades of Malachite #0BC055

Tints of Malachite #0BC055

RGB

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

 GREEN value IS 192 (75.39% from 255) = 66.67%

 BLUE value IS 85 (33.59% from 255) = 29.51%

R = 3.82%
G = 66.67%
B = 29.51%

CMYK

 C value IS 0.94

 M value IS 0

 Y value IS 0.56

 K value IS 0.25

RGB Variations

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

Color information

#0BC055 (or 0x0BC055) is known color: Malachite. HEX triplet: 0B, C0 and 55. RGB value is (11,192,85). Sum of RGB (Red+Green+Blue) = 11+192+85=288 (38% of max value = 765). Red value is 11 (4.69% from 255 or 3.82% from 288); Green value is 192 (75.39% from 255 or 66.67% from 288); Blue value is 85 (33.59% from 255 or 29.51% from 288); Max value from RGB is 192 - color contains mainly: green. Hex color #0BC055 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #0BC055 is #F43FAA. Grayscale: #7D7D7D. Windows color (decimal): -16007083 or 5619723. OLE color: 5619723.

HSL color Cylindrical-coordinate representation of color #0BC055: hue angle of 144.53º degrees, saturation: 0.89, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0BC055 is Cyan = 0.94, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.25.

Color convert

RGB 11 192 85 -
CMYK 0.94 0 0.56 0.25
HSL 144.53º 0.89% 0.4% -
HSV(B) 144.53º 0.94% 0.75% -
XYZ 20.63 38.43 14.92 -
YUV 125.68 105.03 46.2 -
System Red Green Blue C M Y K H S L
Decimal 11 192 85 0.94 0 0.56 0.25 144.53 0.89 0.4
Hex B C0 55 5E 0 38 19 91 59 28
Octal 13 300 125 136 0 70 31 221 131 50
Binary 1011 11000000 1010101 1011110 0 111000 11001 10010001 1011001 101000

Color Harmonies of #0BC055

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0BC055

Black with #0BC055

Text Example


Text Example

White with #0BC055

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(11,192,85); }

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

background-color css

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

 a { background-color: rgb(11,192,85); }

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

border-color css

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

 span { border-color: rgb(11,192,85); }

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