Html Css Color HEX #0BC858 Malachite

📋 copy color: '#0BC858'

red 11 ◦ green 200 ◦ blue 88

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

Shades of Malachite #0BC858

Tints of Malachite #0BC858

RGB

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

 GREEN value IS 200 (78.52% from 255) = 66.89%

 BLUE value IS 88 (34.77% from 255) = 29.43%

R = 3.68%
G = 66.89%
B = 29.43%

CMYK

 C value IS 0.94

 M value IS 0

 Y value IS 0.56

 K value IS 0.22

RGB Variations

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

Color information

#0BC858 (or 0x0BC858) is known color: Malachite. HEX triplet: 0B, C8 and 58. RGB value is (11,200,88). Sum of RGB (Red+Green+Blue) = 11+200+88=299 (39% of max value = 765). Red value is 11 (4.69% from 255 or 3.68% from 299); Green value is 200 (78.52% from 255 or 66.89% from 299); Blue value is 88 (34.77% from 255 or 29.43% from 299); Max value from RGB is 200 - color contains mainly: green. Hex color #0BC858 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #0BC858 is #F437A7. Grayscale: #828282. Windows color (decimal): -16005032 or 5818379. OLE color: 5818379.

HSL color Cylindrical-coordinate representation of color #0BC858: hue angle of 144.44º degrees, saturation: 0.9, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0BC858 is Cyan = 0.94, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.22.

Color convert

RGB 11 200 88 -
CMYK 0.94 0 0.56 0.22
HSL 144.44º 0.9% 0.41% -
HSV(B) 144.44º 0.95% 0.78% -
XYZ 22.55 42.08 16.17 -
YUV 130.72 103.88 42.61 -
System Red Green Blue C M Y K H S L
Decimal 11 200 88 0.94 0 0.56 0.22 144.44 0.9 0.41
Hex B C8 58 5E 0 38 16 90 5A 29
Octal 13 310 130 136 0 70 26 220 132 51
Binary 1011 11001000 1011000 1011110 0 111000 10110 10010000 1011010 101001

Color Harmonies of #0BC858

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0BC858

Black with #0BC858

Text Example


Text Example

White with #0BC858

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(11,200,88); }

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

background-color css

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

 a { background-color: rgb(11,200,88); }

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

border-color css

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

 span { border-color: rgb(11,200,88); }

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