Html Css Color HEX #0BC387 Mountain Meadow

📋 copy color: '#0BC387'

red 11 ◦ green 195 ◦ blue 135

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

Shades of Mountain Meadow #0BC387

Tints of Mountain Meadow #0BC387

RGB

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

 GREEN value IS 195 (76.56% from 255) = 57.18%

 BLUE value IS 135 (53.13% from 255) = 39.59%

R = 3.23%
G = 57.18%
B = 39.59%

CMYK

 C value IS 0.94

 M value IS 0

 Y value IS 0.31

 K value IS 0.24

RGB Variations

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

Color information

#0BC387 (or 0x0BC387) is known color: Mountain Meadow. HEX triplet: 0B, C3 and 87. RGB value is (11,195,135). Sum of RGB (Red+Green+Blue) = 11+195+135=341 (45% of max value = 765). Red value is 11 (4.69% from 255 or 3.23% from 341); Green value is 195 (76.56% from 255 or 57.18% from 341); Blue value is 135 (53.12% from 255 or 39.59% from 341); Max value from RGB is 195 - color contains mainly: green. Hex color #0BC387 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #0BC387 is #F43C78. Grayscale: #858585. Windows color (decimal): -16006265 or 8897291. OLE color: 8897291.

HSL color Cylindrical-coordinate representation of color #0BC387: hue angle of 160.43º 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 #0BC387 is Cyan = 0.94, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.24.

Color convert

RGB 11 195 135 -
CMYK 0.94 0 0.31 0.24
HSL 160.43º 0.89% 0.4% -
HSV(B) 160.43º 0.94% 0.76% -
XYZ 24.03 40.85 29.54 -
YUV 133.14 129.04 40.88 -
System Red Green Blue C M Y K H S L
Decimal 11 195 135 0.94 0 0.31 0.24 160.43 0.89 0.4
Hex B C3 87 5E 0 1F 18 A0 59 28
Octal 13 303 207 136 0 37 30 240 131 50
Binary 1011 11000011 10000111 1011110 0 11111 11000 10100000 1011001 101000

Color Harmonies of #0BC387

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0BC387

Black with #0BC387

Text Example


Text Example

White with #0BC387

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(11,195,135); }

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

background-color css

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

 a { background-color: rgb(11,195,135); }

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

border-color css

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

 span { border-color: rgb(11,195,135); }

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