Html Css Color HEX #0BC15B Malachite

📋 copy color: '#0BC15B'

red 11 ◦ green 193 ◦ blue 91

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

Shades of Malachite #0BC15B

Tints of Malachite #0BC15B

RGB

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

 GREEN value IS 193 (75.78% from 255) = 65.42%

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

R = 3.73%
G = 65.42%
B = 30.85%

CMYK

 C value IS 0.94

 M value IS 0

 Y value IS 0.53

 K value IS 0.24

RGB Variations

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

Color information

#0BC15B (or 0x0BC15B) is known color: Malachite. HEX triplet: 0B, C1 and 5B. RGB value is (11,193,91). Sum of RGB (Red+Green+Blue) = 11+193+91=295 (39% of max value = 765). Red value is 11 (4.69% from 255 or 3.73% from 295); Green value is 193 (75.78% from 255 or 65.42% from 295); Blue value is 91 (35.94% from 255 or 30.85% from 295); Max value from RGB is 193 - color contains mainly: green. Hex color #0BC15B is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #0BC15B is #F43EA4. Grayscale: #7F7F7F. Windows color (decimal): -16006821 or 6013195. OLE color: 6013195.

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

Color convert

RGB 11 193 91 -
CMYK 0.94 0 0.53 0.24
HSL 146.37º 0.89% 0.4% -
HSV(B) 146.37º 0.94% 0.76% -
XYZ 21.1 38.97 16.31 -
YUV 126.95 107.7 45.29 -
System Red Green Blue C M Y K H S L
Decimal 11 193 91 0.94 0 0.53 0.24 146.37 0.89 0.4
Hex B C1 5B 5E 0 35 18 92 59 28
Octal 13 301 133 136 0 65 30 222 131 50
Binary 1011 11000001 1011011 1011110 0 110101 11000 10010010 1011001 101000

Color Harmonies of #0BC15B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0BC15B

Black with #0BC15B

Text Example


Text Example

White with #0BC15B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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