Html Css Color HEX #0BB37F Mountain Meadow

📋 copy color: '#0BB37F'

red 11 ◦ green 179 ◦ blue 127

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

Shades of Mountain Meadow #0BB37F

Tints of Mountain Meadow #0BB37F

RGB

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

 GREEN value IS 179 (70.31% from 255) = 56.47%

 BLUE value IS 127 (50% from 255) = 40.06%

R = 3.47%
G = 56.47%
B = 40.06%

CMYK

 C value IS 0.94

 M value IS 0

 Y value IS 0.29

 K value IS 0.30

RGB Variations

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

Color information

#0BB37F (or 0x0BB37F) is known color: Mountain Meadow. HEX triplet: 0B, B3 and 7F. RGB value is (11,179,127). Sum of RGB (Red+Green+Blue) = 11+179+127=317 (41% of max value = 765). Red value is 11 (4.69% from 255 or 3.47% from 317); Green value is 179 (70.31% from 255 or 56.47% from 317); Blue value is 127 (50% from 255 or 40.06% from 317); Max value from RGB is 179 - color contains mainly: green. Hex color #0BB37F is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #0BB37F is #F44C80. Grayscale: #7A7A7A. Windows color (decimal): -16010369 or 8368907. OLE color: 8368907.

HSL color Cylindrical-coordinate representation of color #0BB37F: hue angle of 161.43º degrees, saturation: 0.88, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0BB37F is Cyan = 0.94, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.30.

Color convert

RGB 11 179 127 -
CMYK 0.94 0 0.29 0.30
HSL 161.43º 0.88% 0.37% -
HSV(B) 161.43º 0.94% 0.7% -
XYZ 20.09 33.84 25.55 -
YUV 122.84 130.34 48.23 -
System Red Green Blue C M Y K H S L
Decimal 11 179 127 0.94 0 0.29 0.30 161.43 0.88 0.37
Hex B B3 7F 5E 0 1D 1E A1 58 25
Octal 13 263 177 136 0 35 36 241 130 45
Binary 1011 10110011 1111111 1011110 0 11101 11110 10100001 1011000 100101

Color Harmonies of #0BB37F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0BB37F

Black with #0BB37F

Text Example


Text Example

White with #0BB37F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(11,179,127); }

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

background-color css

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

 a { background-color: rgb(11,179,127); }

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

border-color css

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

 span { border-color: rgb(11,179,127); }

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