Html Css Color HEX #0BC089 Mountain Meadow

📋 copy color: '#0BC089'

red 11 ◦ green 192 ◦ blue 137

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

Shades of Mountain Meadow #0BC089

Tints of Mountain Meadow #0BC089

RGB

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

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

 BLUE value IS 137 (53.91% from 255) = 40.29%

R = 3.24%
G = 56.47%
B = 40.29%

CMYK

 C value IS 0.94

 M value IS 0

 Y value IS 0.29

 K value IS 0.25

RGB Variations

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

Color information

#0BC089 (or 0x0BC089) is known color: Mountain Meadow. HEX triplet: 0B, C0 and 89. RGB value is (11,192,137). Sum of RGB (Red+Green+Blue) = 11+192+137=340 (45% of max value = 765). Red value is 11 (4.69% from 255 or 3.24% from 340); Green value is 192 (75.39% from 255 or 56.47% from 340); Blue value is 137 (53.91% from 255 or 40.29% from 340); Max value from RGB is 192 - color contains mainly: green. Hex color #0BC089 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #0BC089 is #F43F76. Grayscale: #838383. Windows color (decimal): -16007031 or 9027595. OLE color: 9027595.

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

Color convert

RGB 11 192 137 -
CMYK 0.94 0 0.29 0.25
HSL 161.77º 0.89% 0.4% -
HSV(B) 161.77º 0.94% 0.75% -
XYZ 23.5 39.58 30.07 -
YUV 131.61 131.03 41.97 -
System Red Green Blue C M Y K H S L
Decimal 11 192 137 0.94 0 0.29 0.25 161.77 0.89 0.4
Hex B C0 89 5E 0 1D 19 A2 59 28
Octal 13 300 211 136 0 35 31 242 131 50
Binary 1011 11000000 10001001 1011110 0 11101 11001 10100010 1011001 101000

Color Harmonies of #0BC089

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0BC089

Black with #0BC089

Text Example


Text Example

White with #0BC089

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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