Html Css Color HEX #0BCB5B Malachite

📋 copy color: '#0BCB5B'

red 11 ◦ green 203 ◦ blue 91

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

Shades of Malachite #0BCB5B

Tints of Malachite #0BCB5B

RGB

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

 GREEN value IS 203 (79.69% from 255) = 66.56%

 BLUE value IS 91 (35.94% from 255) = 29.84%

R = 3.61%
G = 66.56%
B = 29.84%

CMYK

 C value IS 0.95

 M value IS 0

 Y value IS 0.55

 K value IS 0.20

RGB Variations

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

Color information

#0BCB5B (or 0x0BCB5B) is known color: Malachite. HEX triplet: 0B, CB and 5B. RGB value is (11,203,91). Sum of RGB (Red+Green+Blue) = 11+203+91=305 (40% of max value = 765). Red value is 11 (4.69% from 255 or 3.61% from 305); Green value is 203 (79.69% from 255 or 66.56% from 305); Blue value is 91 (35.94% from 255 or 29.84% from 305); Max value from RGB is 203 - color contains mainly: green. Hex color #0BCB5B is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #0BCB5B is #F434A4. Grayscale: #858585. Windows color (decimal): -16004261 or 6015755. OLE color: 6015755.

HSL color Cylindrical-coordinate representation of color #0BCB5B: hue angle of 145º degrees, saturation: 0.9, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #0BCB5B is Cyan = 0.95, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.20.

Color convert

RGB 11 203 91 -
CMYK 0.95 0 0.55 0.20
HSL 145º 0.9% 0.42% -
HSV(B) 145º 0.95% 0.8% -
XYZ 23.38 43.54 17.07 -
YUV 132.82 104.39 41.11 -
System Red Green Blue C M Y K H S L
Decimal 11 203 91 0.95 0 0.55 0.20 145 0.9 0.42
Hex B CB 5B 5F 0 37 14 91 5A 2A
Octal 13 313 133 137 0 67 24 221 132 52
Binary 1011 11001011 1011011 1011111 0 110111 10100 10010001 1011010 101010

Color Harmonies of #0BCB5B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0BCB5B

Black with #0BCB5B

Text Example


Text Example

White with #0BCB5B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(11,203,91); }

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

background-color css

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

 a { background-color: rgb(11,203,91); }

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

border-color css

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

 span { border-color: rgb(11,203,91); }

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